# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_states_nm.yml ************************************************** 2 plays in /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tests_states_nm.yml:6 Monday 19 February 2024 22:12:17 +0000 (0:00:00.014) 0:00:00.014 ******* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tests_states_nm.yml:9 Monday 19 February 2024 22:12:18 +0000 (0:00:00.922) 0:00:00.937 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/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_hotfixazejq564/tests/tasks/el_repo_setup.yml:3 Monday 19 February 2024 22:12:18 +0000 (0:00:00.043) 0:00:00.981 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/el_repo_setup.yml:19 Monday 19 February 2024 22:12:18 +0000 (0:00:00.408) 0:00:01.389 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/el_repo_setup.yml:24 Monday 19 February 2024 22:12:19 +0000 (0:00:00.671) 0:00:02.061 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/el_repo_setup.yml:28 Monday 19 February 2024 22:12:19 +0000 (0:00:00.107) 0:00:02.169 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/el_repo_setup.yml:53 Monday 19 February 2024 22:12:19 +0000 (0:00:00.084) 0:00:02.254 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/enable_epel.yml:8 Monday 19 February 2024 22:12:19 +0000 (0:00:00.061) 0:00:02.315 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/enable_epel.yml:24 Monday 19 February 2024 22:12:20 +0000 (0:00:00.418) 0:00:02.734 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/enable_epel.yml:30 Monday 19 February 2024 22:12:20 +0000 (0:00:00.022) 0:00:02.756 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/enable_epel.yml:35 Monday 19 February 2024 22:12:20 +0000 (0:00:00.080) 0:00:02.836 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.242986", "end": "2024-02-19 22:12:20.723340", "rc": 0, "start": "2024-02-19 22:12:20.480354" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/enable_epel.yml:40 Monday 19 February 2024 22:12:20 +0000 (0:00:00.446) 0:00:03.283 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tests_states_nm.yml:11 Monday 19 February 2024 22:12:20 +0000 (0:00:00.064) 0:00:03.347 ******* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tests_states.yml:3 Monday 19 February 2024 22:12:20 +0000 (0:00:00.056) 0:00:03.403 ******* ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tests_states.yml:11 Monday 19 February 2024 22:12:21 +0000 (0:00:00.517) 0:00:03.921 ******* ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tests_states.yml:22 Monday 19 February 2024 22:12:21 +0000 (0:00:00.034) 0:00:03.956 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:5 Monday 19 February 2024 22:12:21 +0000 (0:00:00.022) 0:00:03.979 ******* ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:9 Monday 19 February 2024 22:12:21 +0000 (0:00:00.022) 0:00:04.001 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_present.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:21 Monday 19 February 2024 22:12:21 +0000 (0:00:00.220) 0:00:04.222 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:21 +0000 (0:00:00.052) 0:00:04.274 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:21 +0000 (0:00:00.031) 0:00:04.306 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003028", "end": "2024-02-19 22:12:22.013494", "rc": 0, "start": "2024-02-19 22:12:22.010466" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:22 +0000 (0:00:00.261) 0:00:04.567 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:22 +0000 (0:00:00.019) 0:00:04.587 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:24 Monday 19 February 2024 22:12:22 +0000 (0:00:00.031) 0:00:04.618 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/delete_interface.yml:3 Monday 19 February 2024 22:12:22 +0000 (0:00:00.049) 0:00:04.668 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.008027", "end": "2024-02-19 22:12:22.336464", "rc": 1, "start": "2024-02-19 22:12:22.328437" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:12:22 +0000 (0:00:00.211) 0:00:04.879 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:12:22 +0000 (0:00:00.027) 0:00:04.907 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:12:22 +0000 (0:00:00.221) 0:00:05.129 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:30 Monday 19 February 2024 22:12:22 +0000 (0:00:00.013) 0:00:05.142 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 19 February 2024 22:12:22 +0000 (0:00:00.030) 0:00:05.173 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 19 February 2024 22:12:22 +0000 (0:00:00.045) 0:00:05.218 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 19 February 2024 22:12:22 +0000 (0:00:00.126) 0:00:05.345 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 19 February 2024 22:12:22 +0000 (0:00:00.029) 0:00:05.374 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 19 February 2024 22:12:22 +0000 (0:00:00.031) 0:00:05.405 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 19 February 2024 22:12:22 +0000 (0:00:00.014) 0:00:05.419 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 19 February 2024 22:12:24 +0000 (0:00:01.577) 0:00:06.997 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 19 February 2024 22:12:26 +0000 (0:00:01.560) 0:00:08.557 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 19 February 2024 22:12:26 +0000 (0:00:00.035) 0:00:08.593 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 19 February 2024 22:12:26 +0000 (0:00:00.022) 0:00:08.616 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 19 February 2024 22:12:26 +0000 (0:00:00.060) 0:00:08.676 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 19 February 2024 22:12:26 +0000 (0:00:00.079) 0:00:08.756 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:58 Monday 19 February 2024 22:12:26 +0000 (0:00:00.049) 0:00:08.806 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:74 Monday 19 February 2024 22:12:26 +0000 (0:00:00.056) 0:00:08.863 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:88 Monday 19 February 2024 22:12:26 +0000 (0:00:00.061) 0:00:08.925 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:99 Monday 19 February 2024 22:12:26 +0000 (0:00:00.596) 0:00:09.521 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:108 Monday 19 February 2024 22:12:27 +0000 (0:00:00.039) 0:00:09.560 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:116 Monday 19 February 2024 22:12:27 +0000 (0:00:00.028) 0:00:09.589 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:125 Monday 19 February 2024 22:12:27 +0000 (0:00:00.022) 0:00:09.611 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4de21b80-77d8-4b18-a1b1-6e79dffa5dda TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:137 Monday 19 February 2024 22:12:27 +0000 (0:00:00.525) 0:00:10.137 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:143 Monday 19 February 2024 22:12:27 +0000 (0:00:00.056) 0:00:10.193 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4de21b80-77d8-4b18-a1b1-6e79dffa5dda" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 19 February 2024 22:12:27 +0000 (0:00:00.040) 0:00:10.234 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4de21b80-77d8-4b18-a1b1-6e79dffa5dda\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4de21b80-77d8-4b18-a1b1-6e79dffa5dda" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:152 Monday 19 February 2024 22:12:27 +0000 (0:00:00.027) 0:00:10.262 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:158 Monday 19 February 2024 22:12:27 +0000 (0:00:00.052) 0:00:10.314 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 19 February 2024 22:12:28 +0000 (0:00:00.282) 0:00:10.596 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4de21b80-77d8-4b18-a1b1-6e79dffa5dda\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4de21b80-77d8-4b18-a1b1-6e79dffa5dda" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:36 Monday 19 February 2024 22:12:28 +0000 (0:00:00.041) 0:00:10.638 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 19 February 2024 22:12:28 +0000 (0:00:00.105) 0:00:10.744 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 19 February 2024 22:12:28 +0000 (0:00:00.062) 0:00:10.807 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 19 February 2024 22:12:28 +0000 (0:00:00.059) 0:00:10.867 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708380747.5834692, "block_size": 4096, "blocks": 8, "ctime": 1708380747.5234714, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5976925, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708380747.5234714, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 221, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 19 February 2024 22:12:28 +0000 (0:00:00.260) 0:00:11.128 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 19 February 2024 22:12:28 +0000 (0:00:00.053) 0:00:11.181 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021308", "end": "2024-02-19 22:12:28.919158", "rc": 0, "start": "2024-02-19 22:12:28.897850" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 19 February 2024 22:12:28 +0000 (0:00:00.300) 0:00:11.482 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 19 February 2024 22:12:28 +0000 (0:00:00.038) 0:00:11.521 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 19 February 2024 22:12:29 +0000 (0:00:00.032) 0:00:11.553 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 19 February 2024 22:12:29 +0000 (0:00:00.024) 0:00:11.577 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 19 February 2024 22:12:29 +0000 (0:00:00.022) 0:00:11.600 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 19 February 2024 22:12:29 +0000 (0:00:00.024) 0:00:11.625 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 19 February 2024 22:12:29 +0000 (0:00:00.028) 0:00:11.653 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 19 February 2024 22:12:29 +0000 (0:00:00.031) 0:00:11.685 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:42 Monday 19 February 2024 22:12:29 +0000 (0:00:00.075) 0:00:11.760 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_present.yml:3 Monday 19 February 2024 22:12:29 +0000 (0:00:00.065) 0:00:11.826 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:12:29 +0000 (0:00:00.041) 0:00:11.867 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708380747.5255246, "block_size": 4096, "blocks": 0, "ctime": 1708380747.5255246, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36089, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1708380747.5255246, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_present.yml:5 Monday 19 February 2024 22:12:29 +0000 (0:00:00.202) 0:00:12.070 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:47 Monday 19 February 2024 22:12:29 +0000 (0:00:00.045) 0:00:12.116 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:66 Monday 19 February 2024 22:12:29 +0000 (0:00:00.051) 0:00:12.167 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 19 February 2024 22:12:29 +0000 (0:00:00.055) 0:00:12.222 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.062932", "end": "2024-02-19 22:12:29.980650", "rc": 1, "start": "2024-02-19 22:12:29.917718" } STDOUT: Connection 'statebr' (4de21b80-77d8-4b18-a1b1-6e79dffa5dda) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tests_states.yml:45 Monday 19 February 2024 22:12:30 +0000 (0:00:00.357) 0:00:12.580 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:5 Monday 19 February 2024 22:12:30 +0000 (0:00:00.037) 0:00:12.617 ******* ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:9 Monday 19 February 2024 22:12:30 +0000 (0:00:00.083) 0:00:12.701 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile without autoconnect" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile_no_autoconnect.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_absent.yml", "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:21 Monday 19 February 2024 22:12:30 +0000 (0:00:00.112) 0:00:12.814 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:30 +0000 (0:00:00.173) 0:00:12.987 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:30 +0000 (0:00:00.056) 0:00:13.043 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003401", "end": "2024-02-19 22:12:30.764277", "rc": 0, "start": "2024-02-19 22:12:30.760876" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:30 +0000 (0:00:00.290) 0:00:13.334 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:30 +0000 (0:00:00.088) 0:00:13.422 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:24 Monday 19 February 2024 22:12:30 +0000 (0:00:00.074) 0:00:13.497 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/delete_interface.yml:3 Monday 19 February 2024 22:12:31 +0000 (0:00:00.055) 0:00:13.552 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006141", "end": "2024-02-19 22:12:31.212668", "rc": 1, "start": "2024-02-19 22:12:31.206527" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:12:31 +0000 (0:00:00.214) 0:00:13.767 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:12:31 +0000 (0:00:00.043) 0:00:13.811 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:12:31 +0000 (0:00:00.242) 0:00:14.054 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:30 Monday 19 February 2024 22:12:31 +0000 (0:00:00.031) 0:00:14.085 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Monday 19 February 2024 22:12:31 +0000 (0:00:00.062) 0:00:14.148 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 19 February 2024 22:12:31 +0000 (0:00:00.126) 0:00:14.274 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 19 February 2024 22:12:31 +0000 (0:00:00.051) 0:00:14.325 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 19 February 2024 22:12:31 +0000 (0:00:00.064) 0:00:14.390 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 19 February 2024 22:12:31 +0000 (0:00:00.038) 0:00:14.428 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 19 February 2024 22:12:31 +0000 (0:00:00.070) 0:00:14.499 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 19 February 2024 22:12:33 +0000 (0:00:01.587) 0:00:16.087 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 19 February 2024 22:12:34 +0000 (0:00:01.335) 0:00:17.423 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 19 February 2024 22:12:34 +0000 (0:00:00.029) 0:00:17.452 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 19 February 2024 22:12:35 +0000 (0:00:00.091) 0:00:17.544 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 19 February 2024 22:12:35 +0000 (0:00:00.038) 0:00:17.582 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 19 February 2024 22:12:35 +0000 (0:00:00.124) 0:00:17.706 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:58 Monday 19 February 2024 22:12:35 +0000 (0:00:00.046) 0:00:17.753 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:74 Monday 19 February 2024 22:12:35 +0000 (0:00:00.037) 0:00:17.790 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:88 Monday 19 February 2024 22:12:35 +0000 (0:00:00.041) 0:00:17.831 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:99 Monday 19 February 2024 22:12:35 +0000 (0:00:00.366) 0:00:18.197 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:108 Monday 19 February 2024 22:12:35 +0000 (0:00:00.061) 0:00:18.258 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:116 Monday 19 February 2024 22:12:35 +0000 (0:00:00.042) 0:00:18.301 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:125 Monday 19 February 2024 22:12:35 +0000 (0:00:00.030) 0:00:18.332 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 05fe12bd-c1ee-48cf-9dd1-ed05fd93c0d0 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:137 Monday 19 February 2024 22:12:36 +0000 (0:00:00.389) 0:00:18.721 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:143 Monday 19 February 2024 22:12:36 +0000 (0:00:00.049) 0:00:18.770 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 05fe12bd-c1ee-48cf-9dd1-ed05fd93c0d0" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 19 February 2024 22:12:36 +0000 (0:00:00.051) 0:00:18.822 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 05fe12bd-c1ee-48cf-9dd1-ed05fd93c0d0\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 05fe12bd-c1ee-48cf-9dd1-ed05fd93c0d0" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:152 Monday 19 February 2024 22:12:36 +0000 (0:00:00.046) 0:00:18.868 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:158 Monday 19 February 2024 22:12:36 +0000 (0:00:00.054) 0:00:18.922 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Monday 19 February 2024 22:12:36 +0000 (0:00:00.258) 0:00:19.181 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 05fe12bd-c1ee-48cf-9dd1-ed05fd93c0d0\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 05fe12bd-c1ee-48cf-9dd1-ed05fd93c0d0" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:36 Monday 19 February 2024 22:12:36 +0000 (0:00:00.117) 0:00:19.298 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:12:36 +0000 (0:00:00.116) 0:00:19.415 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:12:36 +0000 (0:00:00.084) 0:00:19.500 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:12:37 +0000 (0:00:00.361) 0:00:19.861 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 19 February 2024 22:12:37 +0000 (0:00:00.103) 0:00:19.965 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 19 February 2024 22:12:37 +0000 (0:00:00.063) 0:00:20.028 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 19 February 2024 22:12:37 +0000 (0:00:00.064) 0:00:20.093 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708380756.1181848, "block_size": 4096, "blocks": 8, "ctime": 1708380756.1181848, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5976925, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708380756.1181848, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 220, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 19 February 2024 22:12:37 +0000 (0:00:00.286) 0:00:20.379 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 19 February 2024 22:12:37 +0000 (0:00:00.032) 0:00:20.412 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020506", "end": "2024-02-19 22:12:38.074039", "rc": 0, "start": "2024-02-19 22:12:38.053533" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 19 February 2024 22:12:38 +0000 (0:00:00.229) 0:00:20.642 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 19 February 2024 22:12:38 +0000 (0:00:00.035) 0:00:20.677 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 19 February 2024 22:12:38 +0000 (0:00:00.036) 0:00:20.714 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 19 February 2024 22:12:38 +0000 (0:00:00.112) 0:00:20.826 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 19 February 2024 22:12:38 +0000 (0:00:00.062) 0:00:20.889 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 19 February 2024 22:12:38 +0000 (0:00:00.110) 0:00:20.999 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 19 February 2024 22:12:38 +0000 (0:00:00.069) 0:00:21.068 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 19 February 2024 22:12:38 +0000 (0:00:00.069) 0:00:21.137 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:42 Monday 19 February 2024 22:12:38 +0000 (0:00:00.055) 0:00:21.193 ******* TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:47 Monday 19 February 2024 22:12:38 +0000 (0:00:00.064) 0:00:21.258 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:66 Monday 19 February 2024 22:12:38 +0000 (0:00:00.041) 0:00:21.299 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 19 February 2024 22:12:38 +0000 (0:00:00.055) 0:00:21.355 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.039603", "end": "2024-02-19 22:12:39.055558", "rc": 1, "start": "2024-02-19 22:12:39.015955" } STDOUT: Connection 'statebr' (05fe12bd-c1ee-48cf-9dd1-ed05fd93c0d0) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tests_states.yml:65 Monday 19 February 2024 22:12:39 +0000 (0:00:00.268) 0:00:21.624 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:5 Monday 19 February 2024 22:12:39 +0000 (0:00:00.065) 0:00:21.689 ******* ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:9 Monday 19 February 2024 22:12:39 +0000 (0:00:00.070) 0:00:21.760 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can activate an existing profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/activate_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:21 Monday 19 February 2024 22:12:39 +0000 (0:00:00.103) 0:00:21.863 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:39 +0000 (0:00:00.197) 0:00:22.061 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:39 +0000 (0:00:00.054) 0:00:22.115 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003152", "end": "2024-02-19 22:12:39.821559", "rc": 0, "start": "2024-02-19 22:12:39.818407" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:39 +0000 (0:00:00.296) 0:00:22.412 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:39 +0000 (0:00:00.060) 0:00:22.472 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:24 Monday 19 February 2024 22:12:40 +0000 (0:00:00.110) 0:00:22.582 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 19 February 2024 22:12:40 +0000 (0:00:00.112) 0:00:22.695 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 19 February 2024 22:12:40 +0000 (0:00:00.072) 0:00:22.767 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 19 February 2024 22:12:40 +0000 (0:00:00.079) 0:00:22.847 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 19 February 2024 22:12:40 +0000 (0:00:00.079) 0:00:22.927 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 19 February 2024 22:12:40 +0000 (0:00:00.075) 0:00:23.002 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 19 February 2024 22:12:40 +0000 (0:00:00.061) 0:00:23.064 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 19 February 2024 22:12:42 +0000 (0:00:01.587) 0:00:24.651 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 19 February 2024 22:12:43 +0000 (0:00:01.488) 0:00:26.140 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 19 February 2024 22:12:43 +0000 (0:00:00.053) 0:00:26.193 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 19 February 2024 22:12:43 +0000 (0:00:00.036) 0:00:26.230 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 19 February 2024 22:12:43 +0000 (0:00:00.038) 0:00:26.269 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 19 February 2024 22:12:43 +0000 (0:00:00.055) 0:00:26.325 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:58 Monday 19 February 2024 22:12:43 +0000 (0:00:00.067) 0:00:26.392 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:74 Monday 19 February 2024 22:12:43 +0000 (0:00:00.041) 0:00:26.434 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:88 Monday 19 February 2024 22:12:43 +0000 (0:00:00.061) 0:00:26.495 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:99 Monday 19 February 2024 22:12:44 +0000 (0:00:00.500) 0:00:26.995 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:108 Monday 19 February 2024 22:12:44 +0000 (0:00:00.097) 0:00:27.093 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:116 Monday 19 February 2024 22:12:44 +0000 (0:00:00.054) 0:00:27.147 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:125 Monday 19 February 2024 22:12:44 +0000 (0:00:00.059) 0:00:27.207 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, caa27b28-37a9-4f20-a198-3589435ab800 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:137 Monday 19 February 2024 22:12:45 +0000 (0:00:00.462) 0:00:27.670 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:143 Monday 19 February 2024 22:12:45 +0000 (0:00:00.055) 0:00:27.725 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, caa27b28-37a9-4f20-a198-3589435ab800" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 19 February 2024 22:12:45 +0000 (0:00:00.054) 0:00:27.779 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, caa27b28-37a9-4f20-a198-3589435ab800\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, caa27b28-37a9-4f20-a198-3589435ab800" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:152 Monday 19 February 2024 22:12:45 +0000 (0:00:00.044) 0:00:27.824 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:158 Monday 19 February 2024 22:12:45 +0000 (0:00:00.030) 0:00:27.855 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 19 February 2024 22:12:45 +0000 (0:00:00.228) 0:00:28.084 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, caa27b28-37a9-4f20-a198-3589435ab800\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, caa27b28-37a9-4f20-a198-3589435ab800" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:30 Monday 19 February 2024 22:12:45 +0000 (0:00:00.030) 0:00:28.114 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/activate_profile.yml:3 Monday 19 February 2024 22:12:45 +0000 (0:00:00.078) 0:00:28.193 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 19 February 2024 22:12:45 +0000 (0:00:00.076) 0:00:28.269 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 19 February 2024 22:12:45 +0000 (0:00:00.111) 0:00:28.381 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 19 February 2024 22:12:45 +0000 (0:00:00.073) 0:00:28.454 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 19 February 2024 22:12:45 +0000 (0:00:00.043) 0:00:28.497 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 19 February 2024 22:12:46 +0000 (0:00:00.034) 0:00:28.532 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 19 February 2024 22:12:47 +0000 (0:00:01.627) 0:00:30.160 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 19 February 2024 22:12:49 +0000 (0:00:01.388) 0:00:31.548 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 19 February 2024 22:12:49 +0000 (0:00:00.057) 0:00:31.606 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 19 February 2024 22:12:49 +0000 (0:00:00.052) 0:00:31.658 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 19 February 2024 22:12:49 +0000 (0:00:00.037) 0:00:31.696 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 19 February 2024 22:12:49 +0000 (0:00:00.117) 0:00:31.813 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:58 Monday 19 February 2024 22:12:49 +0000 (0:00:00.069) 0:00:31.883 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:74 Monday 19 February 2024 22:12:49 +0000 (0:00:00.046) 0:00:31.930 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:88 Monday 19 February 2024 22:12:49 +0000 (0:00:00.029) 0:00:31.960 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:99 Monday 19 February 2024 22:12:49 +0000 (0:00:00.384) 0:00:32.344 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:108 Monday 19 February 2024 22:12:49 +0000 (0:00:00.036) 0:00:32.381 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:116 Monday 19 February 2024 22:12:49 +0000 (0:00:00.032) 0:00:32.413 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:125 Monday 19 February 2024 22:12:49 +0000 (0:00:00.026) 0:00:32.440 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, caa27b28-37a9-4f20-a198-3589435ab800 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:137 Monday 19 February 2024 22:12:50 +0000 (0:00:00.359) 0:00:32.799 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:143 Monday 19 February 2024 22:12:50 +0000 (0:00:00.030) 0:00:32.829 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, caa27b28-37a9-4f20-a198-3589435ab800 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 19 February 2024 22:12:50 +0000 (0:00:00.028) 0:00:32.858 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, caa27b28-37a9-4f20-a198-3589435ab800 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, caa27b28-37a9-4f20-a198-3589435ab800 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:152 Monday 19 February 2024 22:12:50 +0000 (0:00:00.023) 0:00:32.882 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:158 Monday 19 February 2024 22:12:50 +0000 (0:00:00.031) 0:00:32.914 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:36 Monday 19 February 2024 22:12:50 +0000 (0:00:00.247) 0:00:33.161 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_present.yml:3 Monday 19 February 2024 22:12:50 +0000 (0:00:00.071) 0:00:33.233 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:12:50 +0000 (0:00:00.089) 0:00:33.322 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708380765.0584958, "block_size": 4096, "blocks": 0, "ctime": 1708380765.0584958, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36220, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1708380765.0584958, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_present.yml:5 Monday 19 February 2024 22:12:51 +0000 (0:00:00.297) 0:00:33.619 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 19 February 2024 22:12:51 +0000 (0:00:00.042) 0:00:33.662 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 19 February 2024 22:12:51 +0000 (0:00:00.070) 0:00:33.732 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 19 February 2024 22:12:51 +0000 (0:00:00.048) 0:00:33.780 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708380765.1118848, "block_size": 4096, "blocks": 8, "ctime": 1708380765.0568867, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5976925, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708380765.0568867, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 221, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 19 February 2024 22:12:51 +0000 (0:00:00.287) 0:00:34.068 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 19 February 2024 22:12:51 +0000 (0:00:00.103) 0:00:34.172 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020290", "end": "2024-02-19 22:12:51.850463", "rc": 0, "start": "2024-02-19 22:12:51.830173" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 19 February 2024 22:12:51 +0000 (0:00:00.282) 0:00:34.455 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 19 February 2024 22:12:52 +0000 (0:00:00.078) 0:00:34.533 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 19 February 2024 22:12:52 +0000 (0:00:00.047) 0:00:34.580 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 19 February 2024 22:12:52 +0000 (0:00:00.065) 0:00:34.646 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 19 February 2024 22:12:52 +0000 (0:00:00.112) 0:00:34.758 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 19 February 2024 22:12:52 +0000 (0:00:00.104) 0:00:34.863 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 19 February 2024 22:12:52 +0000 (0:00:00.081) 0:00:34.944 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 19 February 2024 22:12:52 +0000 (0:00:00.118) 0:00:35.063 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:42 Monday 19 February 2024 22:12:52 +0000 (0:00:00.058) 0:00:35.122 ******* TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:47 Monday 19 February 2024 22:12:52 +0000 (0:00:00.030) 0:00:35.152 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:66 Monday 19 February 2024 22:12:52 +0000 (0:00:00.047) 0:00:35.199 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 19 February 2024 22:12:52 +0000 (0:00:00.054) 0:00:35.254 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.059028", "end": "2024-02-19 22:12:52.964016", "rc": 1, "start": "2024-02-19 22:12:52.904988" } STDOUT: Connection 'statebr' (caa27b28-37a9-4f20-a198-3589435ab800) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tests_states.yml:83 Monday 19 February 2024 22:12:53 +0000 (0:00:00.313) 0:00:35.568 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can remove an existing profile without taking it down] *********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:5 Monday 19 February 2024 22:12:53 +0000 (0:00:00.105) 0:00:35.674 ******* ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:9 Monday 19 February 2024 22:12:53 +0000 (0:00:00.100) 0:00:35.774 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can remove an existing profile without taking it down" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_absent.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:21 Monday 19 February 2024 22:12:53 +0000 (0:00:00.070) 0:00:35.844 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:53 +0000 (0:00:00.111) 0:00:35.956 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:53 +0000 (0:00:00.098) 0:00:36.055 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003219", "end": "2024-02-19 22:12:53.795777", "rc": 0, "start": "2024-02-19 22:12:53.792558" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:53 +0000 (0:00:00.317) 0:00:36.372 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:54 +0000 (0:00:00.203) 0:00:36.575 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:24 Monday 19 February 2024 22:12:54 +0000 (0:00:00.057) 0:00:36.633 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 19 February 2024 22:12:54 +0000 (0:00:00.149) 0:00:36.782 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 19 February 2024 22:12:54 +0000 (0:00:00.092) 0:00:36.875 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 19 February 2024 22:12:54 +0000 (0:00:00.094) 0:00:36.969 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 19 February 2024 22:12:54 +0000 (0:00:00.091) 0:00:37.061 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 19 February 2024 22:12:54 +0000 (0:00:00.038) 0:00:37.099 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 19 February 2024 22:12:54 +0000 (0:00:00.048) 0:00:37.148 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 19 February 2024 22:12:56 +0000 (0:00:01.563) 0:00:38.712 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 19 February 2024 22:12:57 +0000 (0:00:01.468) 0:00:40.180 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 19 February 2024 22:12:57 +0000 (0:00:00.054) 0:00:40.234 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 19 February 2024 22:12:57 +0000 (0:00:00.042) 0:00:40.277 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 19 February 2024 22:12:57 +0000 (0:00:00.038) 0:00:40.315 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 19 February 2024 22:12:57 +0000 (0:00:00.057) 0:00:40.372 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:58 Monday 19 February 2024 22:12:57 +0000 (0:00:00.021) 0:00:40.394 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:74 Monday 19 February 2024 22:12:57 +0000 (0:00:00.045) 0:00:40.440 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:88 Monday 19 February 2024 22:12:57 +0000 (0:00:00.044) 0:00:40.485 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:99 Monday 19 February 2024 22:12:58 +0000 (0:00:00.493) 0:00:40.978 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:108 Monday 19 February 2024 22:12:58 +0000 (0:00:00.121) 0:00:41.099 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:116 Monday 19 February 2024 22:12:58 +0000 (0:00:00.062) 0:00:41.162 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:125 Monday 19 February 2024 22:12:58 +0000 (0:00:00.070) 0:00:41.232 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 369736d5-3408-4a47-8a4f-e30ad263e583 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:137 Monday 19 February 2024 22:12:59 +0000 (0:00:00.534) 0:00:41.766 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:143 Monday 19 February 2024 22:12:59 +0000 (0:00:00.046) 0:00:41.813 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 369736d5-3408-4a47-8a4f-e30ad263e583" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 19 February 2024 22:12:59 +0000 (0:00:00.130) 0:00:41.944 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 369736d5-3408-4a47-8a4f-e30ad263e583\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 369736d5-3408-4a47-8a4f-e30ad263e583" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:152 Monday 19 February 2024 22:12:59 +0000 (0:00:00.070) 0:00:42.014 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:158 Monday 19 February 2024 22:12:59 +0000 (0:00:00.098) 0:00:42.112 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 19 February 2024 22:12:59 +0000 (0:00:00.274) 0:00:42.387 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 369736d5-3408-4a47-8a4f-e30ad263e583\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 369736d5-3408-4a47-8a4f-e30ad263e583" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/activate_profile.yml:3 Monday 19 February 2024 22:13:00 +0000 (0:00:00.166) 0:00:42.554 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 19 February 2024 22:13:00 +0000 (0:00:00.104) 0:00:42.659 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 19 February 2024 22:13:00 +0000 (0:00:00.183) 0:00:42.842 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 19 February 2024 22:13:00 +0000 (0:00:00.108) 0:00:42.951 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 19 February 2024 22:13:00 +0000 (0:00:00.054) 0:00:43.005 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 19 February 2024 22:13:00 +0000 (0:00:00.049) 0:00:43.055 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 19 February 2024 22:13:02 +0000 (0:00:01.643) 0:00:44.699 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 19 February 2024 22:13:03 +0000 (0:00:01.507) 0:00:46.206 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 19 February 2024 22:13:03 +0000 (0:00:00.039) 0:00:46.246 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 19 February 2024 22:13:03 +0000 (0:00:00.077) 0:00:46.323 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 19 February 2024 22:13:03 +0000 (0:00:00.116) 0:00:46.440 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 19 February 2024 22:13:04 +0000 (0:00:00.086) 0:00:46.527 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:58 Monday 19 February 2024 22:13:04 +0000 (0:00:00.034) 0:00:46.562 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:74 Monday 19 February 2024 22:13:04 +0000 (0:00:00.058) 0:00:46.620 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:88 Monday 19 February 2024 22:13:04 +0000 (0:00:00.071) 0:00:46.692 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:99 Monday 19 February 2024 22:13:04 +0000 (0:00:00.405) 0:00:47.098 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:108 Monday 19 February 2024 22:13:04 +0000 (0:00:00.059) 0:00:47.157 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:116 Monday 19 February 2024 22:13:04 +0000 (0:00:00.028) 0:00:47.185 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:125 Monday 19 February 2024 22:13:04 +0000 (0:00:00.028) 0:00:47.213 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 369736d5-3408-4a47-8a4f-e30ad263e583 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:137 Monday 19 February 2024 22:13:05 +0000 (0:00:00.413) 0:00:47.627 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:143 Monday 19 February 2024 22:13:05 +0000 (0:00:00.039) 0:00:47.666 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 369736d5-3408-4a47-8a4f-e30ad263e583 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 19 February 2024 22:13:05 +0000 (0:00:00.033) 0:00:47.699 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 369736d5-3408-4a47-8a4f-e30ad263e583 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 369736d5-3408-4a47-8a4f-e30ad263e583 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:152 Monday 19 February 2024 22:13:05 +0000 (0:00:00.039) 0:00:47.739 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:158 Monday 19 February 2024 22:13:05 +0000 (0:00:00.038) 0:00:47.777 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:30 Monday 19 February 2024 22:13:05 +0000 (0:00:00.288) 0:00:48.066 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/remove_profile.yml:3 Monday 19 February 2024 22:13:05 +0000 (0:00:00.113) 0:00:48.179 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 19 February 2024 22:13:05 +0000 (0:00:00.057) 0:00:48.237 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 19 February 2024 22:13:05 +0000 (0:00:00.055) 0:00:48.292 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 19 February 2024 22:13:05 +0000 (0:00:00.036) 0:00:48.329 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 19 February 2024 22:13:05 +0000 (0:00:00.035) 0:00:48.364 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 19 February 2024 22:13:05 +0000 (0:00:00.045) 0:00:48.410 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 19 February 2024 22:13:07 +0000 (0:00:01.593) 0:00:50.004 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 19 February 2024 22:13:08 +0000 (0:00:01.372) 0:00:51.377 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 19 February 2024 22:13:08 +0000 (0:00:00.073) 0:00:51.450 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 19 February 2024 22:13:08 +0000 (0:00:00.074) 0:00:51.524 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 19 February 2024 22:13:09 +0000 (0:00:00.109) 0:00:51.634 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 19 February 2024 22:13:09 +0000 (0:00:00.084) 0:00:51.719 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:58 Monday 19 February 2024 22:13:09 +0000 (0:00:00.047) 0:00:51.766 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:74 Monday 19 February 2024 22:13:09 +0000 (0:00:00.033) 0:00:51.799 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:88 Monday 19 February 2024 22:13:09 +0000 (0:00:00.078) 0:00:51.878 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:99 Monday 19 February 2024 22:13:09 +0000 (0:00:00.390) 0:00:52.269 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:108 Monday 19 February 2024 22:13:09 +0000 (0:00:00.039) 0:00:52.308 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:116 Monday 19 February 2024 22:13:09 +0000 (0:00:00.038) 0:00:52.346 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:125 Monday 19 February 2024 22:13:09 +0000 (0:00:00.049) 0:00:52.396 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:137 Monday 19 February 2024 22:13:10 +0000 (0:00:00.490) 0:00:52.886 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:143 Monday 19 February 2024 22:13:10 +0000 (0:00:00.022) 0:00:52.909 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 19 February 2024 22:13:10 +0000 (0:00:00.029) 0:00:52.939 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:152 Monday 19 February 2024 22:13:10 +0000 (0:00:00.025) 0:00:52.965 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:158 Monday 19 February 2024 22:13:10 +0000 (0:00:00.025) 0:00:52.990 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:36 Monday 19 February 2024 22:13:10 +0000 (0:00:00.201) 0:00:53.192 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_present.yml:3 Monday 19 February 2024 22:13:10 +0000 (0:00:00.058) 0:00:53.250 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:13:10 +0000 (0:00:00.037) 0:00:53.288 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708380779.091759, "block_size": 4096, "blocks": 0, "ctime": 1708380779.091759, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36351, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1708380779.091759, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_present.yml:5 Monday 19 February 2024 22:13:10 +0000 (0:00:00.218) 0:00:53.506 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_absent.yml:3 Monday 19 February 2024 22:13:11 +0000 (0:00:00.057) 0:00:53.564 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 19 February 2024 22:13:11 +0000 (0:00:00.053) 0:00:53.617 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 19 February 2024 22:13:11 +0000 (0:00:00.060) 0:00:53.678 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 19 February 2024 22:13:11 +0000 (0:00:00.242) 0:00:53.920 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 19 February 2024 22:13:11 +0000 (0:00:00.074) 0:00:53.995 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020967", "end": "2024-02-19 22:13:11.668444", "rc": 1, "start": "2024-02-19 22:13:11.647477" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 19 February 2024 22:13:11 +0000 (0:00:00.255) 0:00:54.250 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 19 February 2024 22:13:11 +0000 (0:00:00.071) 0:00:54.322 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 19 February 2024 22:13:11 +0000 (0:00:00.063) 0:00:54.386 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 19 February 2024 22:13:11 +0000 (0:00:00.074) 0:00:54.460 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 19 February 2024 22:13:11 +0000 (0:00:00.048) 0:00:54.508 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_absent.yml:5 Monday 19 February 2024 22:13:12 +0000 (0:00:00.031) 0:00:54.540 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:42 Monday 19 February 2024 22:13:12 +0000 (0:00:00.042) 0:00:54.582 ******* TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:47 Monday 19 February 2024 22:13:12 +0000 (0:00:00.047) 0:00:54.630 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:66 Monday 19 February 2024 22:13:12 +0000 (0:00:00.024) 0:00:54.654 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 19 February 2024 22:13:12 +0000 (0:00:00.045) 0:00:54.700 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.072772", "end": "2024-02-19 22:13:12.429682", "rc": 1, "start": "2024-02-19 22:13:12.356910" } STDOUT: Connection 'statebr' (369736d5-3408-4a47-8a4f-e30ad263e583) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tests_states.yml:103 Monday 19 February 2024 22:13:12 +0000 (0:00:00.303) 0:00:55.003 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:5 Monday 19 February 2024 22:13:12 +0000 (0:00:00.052) 0:00:55.056 ******* ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:9 Monday 19 February 2024 22:13:12 +0000 (0:00:00.077) 0:00:55.133 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can take a profile down that is absent" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:21 Monday 19 February 2024 22:13:12 +0000 (0:00:00.090) 0:00:55.224 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:13:12 +0000 (0:00:00.120) 0:00:55.345 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:13:12 +0000 (0:00:00.072) 0:00:55.418 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003446", "end": "2024-02-19 22:13:13.091846", "rc": 0, "start": "2024-02-19 22:13:13.088400" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:13:13 +0000 (0:00:00.249) 0:00:55.667 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:13:13 +0000 (0:00:00.101) 0:00:55.769 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:24 Monday 19 February 2024 22:13:13 +0000 (0:00:00.094) 0:00:55.863 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 19 February 2024 22:13:13 +0000 (0:00:00.239) 0:00:56.102 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 19 February 2024 22:13:13 +0000 (0:00:00.117) 0:00:56.220 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 19 February 2024 22:13:13 +0000 (0:00:00.127) 0:00:56.347 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 19 February 2024 22:13:13 +0000 (0:00:00.082) 0:00:56.430 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 19 February 2024 22:13:13 +0000 (0:00:00.092) 0:00:56.523 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 19 February 2024 22:13:14 +0000 (0:00:00.028) 0:00:56.551 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 19 February 2024 22:13:15 +0000 (0:00:01.571) 0:00:58.122 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 19 February 2024 22:13:17 +0000 (0:00:01.491) 0:00:59.613 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 19 February 2024 22:13:17 +0000 (0:00:00.046) 0:00:59.660 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 19 February 2024 22:13:17 +0000 (0:00:00.046) 0:00:59.706 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 19 February 2024 22:13:17 +0000 (0:00:00.072) 0:00:59.779 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 19 February 2024 22:13:17 +0000 (0:00:00.176) 0:00:59.956 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:58 Monday 19 February 2024 22:13:17 +0000 (0:00:00.137) 0:01:00.093 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:74 Monday 19 February 2024 22:13:17 +0000 (0:00:00.071) 0:01:00.165 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:88 Monday 19 February 2024 22:13:17 +0000 (0:00:00.079) 0:01:00.244 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:99 Monday 19 February 2024 22:13:18 +0000 (0:00:00.416) 0:01:00.661 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:108 Monday 19 February 2024 22:13:18 +0000 (0:00:00.053) 0:01:00.714 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:116 Monday 19 February 2024 22:13:18 +0000 (0:00:00.038) 0:01:00.752 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:125 Monday 19 February 2024 22:13:18 +0000 (0:00:00.030) 0:01:00.783 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 138a4884-b3f4-48fe-81a2-21f66081fd75 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:137 Monday 19 February 2024 22:13:18 +0000 (0:00:00.439) 0:01:01.222 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:143 Monday 19 February 2024 22:13:18 +0000 (0:00:00.058) 0:01:01.282 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 138a4884-b3f4-48fe-81a2-21f66081fd75" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 19 February 2024 22:13:18 +0000 (0:00:00.072) 0:01:01.355 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 138a4884-b3f4-48fe-81a2-21f66081fd75\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 138a4884-b3f4-48fe-81a2-21f66081fd75" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:152 Monday 19 February 2024 22:13:18 +0000 (0:00:00.031) 0:01:01.386 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:158 Monday 19 February 2024 22:13:18 +0000 (0:00:00.028) 0:01:01.414 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 19 February 2024 22:13:19 +0000 (0:00:00.246) 0:01:01.661 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 138a4884-b3f4-48fe-81a2-21f66081fd75\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 138a4884-b3f4-48fe-81a2-21f66081fd75" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/activate_profile.yml:3 Monday 19 February 2024 22:13:19 +0000 (0:00:00.035) 0:01:01.697 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 19 February 2024 22:13:19 +0000 (0:00:00.062) 0:01:01.759 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 19 February 2024 22:13:19 +0000 (0:00:00.116) 0:01:01.876 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 19 February 2024 22:13:19 +0000 (0:00:00.060) 0:01:01.937 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 19 February 2024 22:13:19 +0000 (0:00:00.076) 0:01:02.013 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 19 February 2024 22:13:19 +0000 (0:00:00.048) 0:01:02.062 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 19 February 2024 22:13:21 +0000 (0:00:01.629) 0:01:03.691 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 19 February 2024 22:13:22 +0000 (0:00:01.416) 0:01:05.108 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 19 February 2024 22:13:22 +0000 (0:00:00.034) 0:01:05.143 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 19 February 2024 22:13:22 +0000 (0:00:00.023) 0:01:05.166 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 19 February 2024 22:13:22 +0000 (0:00:00.031) 0:01:05.198 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 19 February 2024 22:13:22 +0000 (0:00:00.055) 0:01:05.254 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:58 Monday 19 February 2024 22:13:22 +0000 (0:00:00.047) 0:01:05.301 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:74 Monday 19 February 2024 22:13:22 +0000 (0:00:00.106) 0:01:05.408 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:88 Monday 19 February 2024 22:13:22 +0000 (0:00:00.028) 0:01:05.437 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:99 Monday 19 February 2024 22:13:23 +0000 (0:00:00.395) 0:01:05.832 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:108 Monday 19 February 2024 22:13:23 +0000 (0:00:00.069) 0:01:05.902 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:116 Monday 19 February 2024 22:13:23 +0000 (0:00:00.092) 0:01:05.994 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:125 Monday 19 February 2024 22:13:23 +0000 (0:00:00.073) 0:01:06.068 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 138a4884-b3f4-48fe-81a2-21f66081fd75 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:137 Monday 19 February 2024 22:13:23 +0000 (0:00:00.435) 0:01:06.503 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:143 Monday 19 February 2024 22:13:24 +0000 (0:00:00.046) 0:01:06.549 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 138a4884-b3f4-48fe-81a2-21f66081fd75 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 19 February 2024 22:13:24 +0000 (0:00:00.037) 0:01:06.586 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 138a4884-b3f4-48fe-81a2-21f66081fd75 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 138a4884-b3f4-48fe-81a2-21f66081fd75 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:152 Monday 19 February 2024 22:13:24 +0000 (0:00:00.029) 0:01:06.616 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:158 Monday 19 February 2024 22:13:24 +0000 (0:00:00.030) 0:01:06.647 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/remove_profile.yml:3 Monday 19 February 2024 22:13:24 +0000 (0:00:00.272) 0:01:06.919 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 19 February 2024 22:13:24 +0000 (0:00:00.091) 0:01:07.011 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 19 February 2024 22:13:24 +0000 (0:00:00.121) 0:01:07.132 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 19 February 2024 22:13:24 +0000 (0:00:00.229) 0:01:07.362 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 19 February 2024 22:13:25 +0000 (0:00:00.166) 0:01:07.529 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 19 February 2024 22:13:25 +0000 (0:00:00.050) 0:01:07.579 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 19 February 2024 22:13:26 +0000 (0:00:01.632) 0:01:09.211 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 19 February 2024 22:13:28 +0000 (0:00:01.362) 0:01:10.574 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 19 February 2024 22:13:28 +0000 (0:00:00.040) 0:01:10.615 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 19 February 2024 22:13:28 +0000 (0:00:00.060) 0:01:10.675 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 19 February 2024 22:13:28 +0000 (0:00:00.030) 0:01:10.705 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 19 February 2024 22:13:28 +0000 (0:00:00.057) 0:01:10.763 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:58 Monday 19 February 2024 22:13:28 +0000 (0:00:00.042) 0:01:10.805 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:74 Monday 19 February 2024 22:13:28 +0000 (0:00:00.088) 0:01:10.893 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:88 Monday 19 February 2024 22:13:28 +0000 (0:00:00.056) 0:01:10.950 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:99 Monday 19 February 2024 22:13:28 +0000 (0:00:00.400) 0:01:11.351 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:108 Monday 19 February 2024 22:13:28 +0000 (0:00:00.032) 0:01:11.384 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:116 Monday 19 February 2024 22:13:28 +0000 (0:00:00.048) 0:01:11.433 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:125 Monday 19 February 2024 22:13:28 +0000 (0:00:00.031) 0:01:11.464 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:137 Monday 19 February 2024 22:13:29 +0000 (0:00:00.377) 0:01:11.841 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:143 Monday 19 February 2024 22:13:29 +0000 (0:00:00.025) 0:01:11.867 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 19 February 2024 22:13:29 +0000 (0:00:00.079) 0:01:11.946 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:152 Monday 19 February 2024 22:13:29 +0000 (0:00:00.036) 0:01:11.983 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:158 Monday 19 February 2024 22:13:29 +0000 (0:00:00.052) 0:01:12.036 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:30 Monday 19 February 2024 22:13:29 +0000 (0:00:00.210) 0:01:12.247 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/remove+down_profile.yml:3 Monday 19 February 2024 22:13:29 +0000 (0:00:00.067) 0:01:12.314 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 19 February 2024 22:13:29 +0000 (0:00:00.102) 0:01:12.417 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 19 February 2024 22:13:29 +0000 (0:00:00.049) 0:01:12.466 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 19 February 2024 22:13:29 +0000 (0:00:00.029) 0:01:12.496 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 19 February 2024 22:13:29 +0000 (0:00:00.025) 0:01:12.522 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 19 February 2024 22:13:30 +0000 (0:00:00.049) 0:01:12.572 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 19 February 2024 22:13:31 +0000 (0:00:01.540) 0:01:14.113 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 19 February 2024 22:13:32 +0000 (0:00:01.374) 0:01:15.488 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 19 February 2024 22:13:32 +0000 (0:00:00.038) 0:01:15.526 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 19 February 2024 22:13:33 +0000 (0:00:00.037) 0:01:15.563 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 19 February 2024 22:13:33 +0000 (0:00:00.055) 0:01:15.618 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 19 February 2024 22:13:33 +0000 (0:00:00.092) 0:01:15.711 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:58 Monday 19 February 2024 22:13:33 +0000 (0:00:00.026) 0:01:15.738 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:74 Monday 19 February 2024 22:13:33 +0000 (0:00:00.034) 0:01:15.772 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:88 Monday 19 February 2024 22:13:33 +0000 (0:00:00.035) 0:01:15.808 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:99 Monday 19 February 2024 22:13:33 +0000 (0:00:00.343) 0:01:16.151 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:108 Monday 19 February 2024 22:13:33 +0000 (0:00:00.027) 0:01:16.178 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:116 Monday 19 February 2024 22:13:33 +0000 (0:00:00.020) 0:01:16.199 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:125 Monday 19 February 2024 22:13:33 +0000 (0:00:00.020) 0:01:16.219 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:137 Monday 19 February 2024 22:13:34 +0000 (0:00:00.396) 0:01:16.616 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:143 Monday 19 February 2024 22:13:34 +0000 (0:00:00.029) 0:01:16.645 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 19 February 2024 22:13:34 +0000 (0:00:00.073) 0:01:16.719 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:152 Monday 19 February 2024 22:13:34 +0000 (0:00:00.066) 0:01:16.786 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:158 Monday 19 February 2024 22:13:34 +0000 (0:00:00.031) 0:01:16.817 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:36 Monday 19 February 2024 22:13:34 +0000 (0:00:00.236) 0:01:17.054 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_absent.yml:3 Monday 19 February 2024 22:13:34 +0000 (0:00:00.093) 0:01:17.148 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 19 February 2024 22:13:34 +0000 (0:00:00.074) 0:01:17.223 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 19 February 2024 22:13:34 +0000 (0:00:00.047) 0:01:17.270 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 19 February 2024 22:13:35 +0000 (0:00:00.258) 0:01:17.529 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 19 February 2024 22:13:35 +0000 (0:00:00.032) 0:01:17.562 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019278", "end": "2024-02-19 22:13:35.222286", "rc": 1, "start": "2024-02-19 22:13:35.203008" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 19 February 2024 22:13:35 +0000 (0:00:00.220) 0:01:17.782 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 19 February 2024 22:13:35 +0000 (0:00:00.025) 0:01:17.807 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 19 February 2024 22:13:35 +0000 (0:00:00.021) 0:01:17.829 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 19 February 2024 22:13:35 +0000 (0:00:00.030) 0:01:17.860 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 19 February 2024 22:13:35 +0000 (0:00:00.057) 0:01:17.918 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_absent.yml:5 Monday 19 February 2024 22:13:35 +0000 (0:00:00.035) 0:01:17.953 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:42 Monday 19 February 2024 22:13:35 +0000 (0:00:00.048) 0:01:18.002 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:13:35 +0000 (0:00:00.065) 0:01:18.068 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:13:35 +0000 (0:00:00.049) 0:01:18.117 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:13:35 +0000 (0:00:00.200) 0:01:18.318 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can take a profile down that is absent'] ************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:47 Monday 19 February 2024 22:13:35 +0000 (0:00:00.030) 0:01:18.348 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:66 Monday 19 February 2024 22:13:35 +0000 (0:00:00.037) 0:01:18.385 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 19 February 2024 22:13:35 +0000 (0:00:00.111) 0:01:18.497 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.038873", "end": "2024-02-19 22:13:36.255504", "rc": 1, "start": "2024-02-19 22:13:36.216631" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tests_states.yml:126 Monday 19 February 2024 22:13:36 +0000 (0:00:00.333) 0:01:18.830 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I will not get an error when I try to remove an absent profile] **** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:5 Monday 19 February 2024 22:13:36 +0000 (0:00:00.078) 0:01:18.908 ******* ok: [sut] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:9 Monday 19 February 2024 22:13:36 +0000 (0:00:00.070) 0:01:18.979 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I will not get an error when I try to remove an absent profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml", "tasks/get_NetworkManager_NVR.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml", "tasks/check_network_dns.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:21 Monday 19 February 2024 22:13:36 +0000 (0:00:00.287) 0:01:19.267 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:13:36 +0000 (0:00:00.074) 0:01:19.342 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:13:36 +0000 (0:00:00.043) 0:01:19.385 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003020", "end": "2024-02-19 22:13:37.035846", "rc": 0, "start": "2024-02-19 22:13:37.032826" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:13:37 +0000 (0:00:00.208) 0:01:19.594 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:13:37 +0000 (0:00:00.037) 0:01:19.631 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:24 Monday 19 February 2024 22:13:37 +0000 (0:00:00.069) 0:01:19.700 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile.yml:3 Monday 19 February 2024 22:13:37 +0000 (0:00:00.054) 0:01:19.754 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 19 February 2024 22:13:37 +0000 (0:00:00.054) 0:01:19.809 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 19 February 2024 22:13:37 +0000 (0:00:00.044) 0:01:19.853 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 19 February 2024 22:13:37 +0000 (0:00:00.029) 0:01:19.883 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 19 February 2024 22:13:37 +0000 (0:00:00.024) 0:01:19.907 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 19 February 2024 22:13:37 +0000 (0:00:00.057) 0:01:19.965 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 19 February 2024 22:13:38 +0000 (0:00:01.540) 0:01:21.506 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 19 February 2024 22:13:40 +0000 (0:00:01.352) 0:01:22.858 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 19 February 2024 22:13:40 +0000 (0:00:00.023) 0:01:22.882 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 19 February 2024 22:13:40 +0000 (0:00:00.026) 0:01:22.909 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 19 February 2024 22:13:40 +0000 (0:00:00.026) 0:01:22.935 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 19 February 2024 22:13:40 +0000 (0:00:00.044) 0:01:22.980 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:58 Monday 19 February 2024 22:13:40 +0000 (0:00:00.050) 0:01:23.031 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:74 Monday 19 February 2024 22:13:40 +0000 (0:00:00.030) 0:01:23.061 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:88 Monday 19 February 2024 22:13:40 +0000 (0:00:00.041) 0:01:23.102 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:99 Monday 19 February 2024 22:13:40 +0000 (0:00:00.354) 0:01:23.457 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:108 Monday 19 February 2024 22:13:40 +0000 (0:00:00.029) 0:01:23.486 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:116 Monday 19 February 2024 22:13:41 +0000 (0:00:00.042) 0:01:23.529 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:125 Monday 19 February 2024 22:13:41 +0000 (0:00:00.022) 0:01:23.552 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4bbeb33c-2fb7-403c-b253-45e21f483477 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:137 Monday 19 February 2024 22:13:41 +0000 (0:00:00.405) 0:01:23.957 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:143 Monday 19 February 2024 22:13:41 +0000 (0:00:00.033) 0:01:23.990 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4bbeb33c-2fb7-403c-b253-45e21f483477" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 19 February 2024 22:13:41 +0000 (0:00:00.046) 0:01:24.037 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4bbeb33c-2fb7-403c-b253-45e21f483477\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4bbeb33c-2fb7-403c-b253-45e21f483477" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:152 Monday 19 February 2024 22:13:41 +0000 (0:00:00.028) 0:01:24.065 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:158 Monday 19 February 2024 22:13:41 +0000 (0:00:00.051) 0:01:24.117 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/create_bridge_profile.yml:14 Monday 19 February 2024 22:13:41 +0000 (0:00:00.277) 0:01:24.394 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4bbeb33c-2fb7-403c-b253-45e21f483477\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 4bbeb33c-2fb7-403c-b253-45e21f483477" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/activate_profile.yml:3 Monday 19 February 2024 22:13:41 +0000 (0:00:00.049) 0:01:24.444 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 19 February 2024 22:13:42 +0000 (0:00:00.100) 0:01:24.545 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 19 February 2024 22:13:42 +0000 (0:00:00.061) 0:01:24.606 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 19 February 2024 22:13:42 +0000 (0:00:00.032) 0:01:24.639 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 19 February 2024 22:13:42 +0000 (0:00:00.024) 0:01:24.664 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 19 February 2024 22:13:42 +0000 (0:00:00.022) 0:01:24.686 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 19 February 2024 22:13:43 +0000 (0:00:01.560) 0:01:26.247 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 19 February 2024 22:13:45 +0000 (0:00:01.404) 0:01:27.651 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 19 February 2024 22:13:45 +0000 (0:00:00.025) 0:01:27.676 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 19 February 2024 22:13:45 +0000 (0:00:00.023) 0:01:27.700 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 19 February 2024 22:13:45 +0000 (0:00:00.027) 0:01:27.727 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 19 February 2024 22:13:45 +0000 (0:00:00.046) 0:01:27.774 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:58 Monday 19 February 2024 22:13:45 +0000 (0:00:00.022) 0:01:27.797 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:74 Monday 19 February 2024 22:13:45 +0000 (0:00:00.021) 0:01:27.818 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:88 Monday 19 February 2024 22:13:45 +0000 (0:00:00.025) 0:01:27.844 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:99 Monday 19 February 2024 22:13:45 +0000 (0:00:00.341) 0:01:28.185 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:108 Monday 19 February 2024 22:13:45 +0000 (0:00:00.028) 0:01:28.214 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:116 Monday 19 February 2024 22:13:45 +0000 (0:00:00.022) 0:01:28.237 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:125 Monday 19 February 2024 22:13:45 +0000 (0:00:00.022) 0:01:28.259 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 4bbeb33c-2fb7-403c-b253-45e21f483477 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:137 Monday 19 February 2024 22:13:46 +0000 (0:00:00.376) 0:01:28.636 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:143 Monday 19 February 2024 22:13:46 +0000 (0:00:00.051) 0:01:28.688 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 4bbeb33c-2fb7-403c-b253-45e21f483477 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 19 February 2024 22:13:46 +0000 (0:00:00.089) 0:01:28.777 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 4bbeb33c-2fb7-403c-b253-45e21f483477 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 4bbeb33c-2fb7-403c-b253-45e21f483477 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:152 Monday 19 February 2024 22:13:46 +0000 (0:00:00.065) 0:01:28.842 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:158 Monday 19 February 2024 22:13:46 +0000 (0:00:00.060) 0:01:28.902 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/remove+down_profile.yml:3 Monday 19 February 2024 22:13:46 +0000 (0:00:00.261) 0:01:29.164 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 19 February 2024 22:13:46 +0000 (0:00:00.042) 0:01:29.207 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 19 February 2024 22:13:46 +0000 (0:00:00.071) 0:01:29.278 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 19 February 2024 22:13:46 +0000 (0:00:00.044) 0:01:29.322 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 19 February 2024 22:13:46 +0000 (0:00:00.040) 0:01:29.362 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 19 February 2024 22:13:46 +0000 (0:00:00.031) 0:01:29.393 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 19 February 2024 22:13:48 +0000 (0:00:01.534) 0:01:30.928 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 19 February 2024 22:13:49 +0000 (0:00:01.347) 0:01:32.275 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 19 February 2024 22:13:49 +0000 (0:00:00.040) 0:01:32.315 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 19 February 2024 22:13:49 +0000 (0:00:00.048) 0:01:32.364 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 19 February 2024 22:13:49 +0000 (0:00:00.054) 0:01:32.419 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 19 February 2024 22:13:49 +0000 (0:00:00.048) 0:01:32.468 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:58 Monday 19 February 2024 22:13:49 +0000 (0:00:00.032) 0:01:32.501 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:74 Monday 19 February 2024 22:13:50 +0000 (0:00:00.034) 0:01:32.535 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:88 Monday 19 February 2024 22:13:50 +0000 (0:00:00.028) 0:01:32.564 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:99 Monday 19 February 2024 22:13:50 +0000 (0:00:00.356) 0:01:32.920 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:108 Monday 19 February 2024 22:13:50 +0000 (0:00:00.077) 0:01:32.998 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:116 Monday 19 February 2024 22:13:50 +0000 (0:00:00.042) 0:01:33.040 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:125 Monday 19 February 2024 22:13:50 +0000 (0:00:00.023) 0:01:33.064 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:137 Monday 19 February 2024 22:13:50 +0000 (0:00:00.424) 0:01:33.489 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:143 Monday 19 February 2024 22:13:50 +0000 (0:00:00.023) 0:01:33.512 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 19 February 2024 22:13:51 +0000 (0:00:00.031) 0:01:33.543 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:152 Monday 19 February 2024 22:13:51 +0000 (0:00:00.025) 0:01:33.569 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:158 Monday 19 February 2024 22:13:51 +0000 (0:00:00.027) 0:01:33.596 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:30 Monday 19 February 2024 22:13:51 +0000 (0:00:00.218) 0:01:33.815 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/remove+down_profile.yml:3 Monday 19 February 2024 22:13:51 +0000 (0:00:00.106) 0:01:33.922 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:4 Monday 19 February 2024 22:13:51 +0000 (0:00:00.046) 0:01:33.968 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Monday 19 February 2024 22:13:51 +0000 (0:00:00.054) 0:01:34.023 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Monday 19 February 2024 22:13:51 +0000 (0:00:00.038) 0:01:34.062 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Monday 19 February 2024 22:13:51 +0000 (0:00:00.080) 0:01:34.142 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Monday 19 February 2024 22:13:51 +0000 (0:00:00.026) 0:01:34.168 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Monday 19 February 2024 22:13:53 +0000 (0:00:01.520) 0:01:35.689 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:7 Monday 19 February 2024 22:13:54 +0000 (0:00:01.299) 0:01:36.989 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:11 Monday 19 February 2024 22:13:54 +0000 (0:00:00.024) 0:01:37.013 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:19 Monday 19 February 2024 22:13:54 +0000 (0:00:00.086) 0:01:37.100 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:30 Monday 19 February 2024 22:13:54 +0000 (0:00:00.039) 0:01:37.139 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:43 Monday 19 February 2024 22:13:54 +0000 (0:00:00.063) 0:01:37.203 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:58 Monday 19 February 2024 22:13:54 +0000 (0:00:00.034) 0:01:37.237 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:74 Monday 19 February 2024 22:13:54 +0000 (0:00:00.047) 0:01:37.285 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:88 Monday 19 February 2024 22:13:54 +0000 (0:00:00.027) 0:01:37.313 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:99 Monday 19 February 2024 22:13:55 +0000 (0:00:00.351) 0:01:37.664 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:108 Monday 19 February 2024 22:13:55 +0000 (0:00:00.034) 0:01:37.699 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:116 Monday 19 February 2024 22:13:55 +0000 (0:00:00.045) 0:01:37.744 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:125 Monday 19 February 2024 22:13:55 +0000 (0:00:00.042) 0:01:37.787 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:137 Monday 19 February 2024 22:13:55 +0000 (0:00:00.420) 0:01:38.207 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:143 Monday 19 February 2024 22:13:55 +0000 (0:00:00.059) 0:01:38.266 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:147 Monday 19 February 2024 22:13:55 +0000 (0:00:00.037) 0:01:38.304 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:152 Monday 19 February 2024 22:13:55 +0000 (0:00:00.036) 0:01:38.340 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:158 Monday 19 February 2024 22:13:55 +0000 (0:00:00.078) 0:01:38.418 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:36 Monday 19 February 2024 22:13:56 +0000 (0:00:00.393) 0:01:38.811 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_absent.yml:3 Monday 19 February 2024 22:13:56 +0000 (0:00:00.050) 0:01:38.862 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 19 February 2024 22:13:56 +0000 (0:00:00.056) 0:01:38.919 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 19 February 2024 22:13:56 +0000 (0:00:00.025) 0:01:38.945 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 19 February 2024 22:13:56 +0000 (0:00:00.212) 0:01:39.157 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 19 February 2024 22:13:56 +0000 (0:00:00.056) 0:01:39.214 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019427", "end": "2024-02-19 22:13:56.885083", "rc": 1, "start": "2024-02-19 22:13:56.865656" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 19 February 2024 22:13:56 +0000 (0:00:00.241) 0:01:39.455 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 19 February 2024 22:13:56 +0000 (0:00:00.026) 0:01:39.482 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 19 February 2024 22:13:57 +0000 (0:00:00.045) 0:01:39.528 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 19 February 2024 22:13:57 +0000 (0:00:00.040) 0:01:39.569 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 19 February 2024 22:13:57 +0000 (0:00:00.053) 0:01:39.622 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_profile_absent.yml:5 Monday 19 February 2024 22:13:57 +0000 (0:00:00.035) 0:01:39.657 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Monday 19 February 2024 22:13:57 +0000 (0:00:00.042) 0:01:39.699 ******* ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.935984", "end": "2024-02-19 22:13:58.277246", "rc": 0, "start": "2024-02-19 22:13:57.341262" } STDOUT: NetworkManager-1.40.16-14.el8 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Monday 19 February 2024 22:13:58 +0000 (0:00:01.145) 0:01:40.845 ******* ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-14.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Monday 19 February 2024 22:13:58 +0000 (0:00:00.025) 0:01:40.870 ******* ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.40.16-14.el8" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:42 Monday 19 February 2024 22:13:58 +0000 (0:00:00.025) 0:01:40.896 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:13:58 +0000 (0:00:00.063) 0:01:40.959 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:13:58 +0000 (0:00:00.066) 0:01:41.025 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:13:58 +0000 (0:00:00.229) 0:01:41.255 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I will not get an error when I try to remove an absent profile'] *** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:47 Monday 19 February 2024 22:13:58 +0000 (0:00:00.041) 0:01:41.297 ******* ok: [sut] => {} MSG: +++++ Success in test 'I will not get an error when I try to remove an absent profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/run_test.yml:66 Monday 19 February 2024 22:13:58 +0000 (0:00:00.034) 0:01:41.331 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/cleanup_profile+device.yml for sut included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/cleanup_profile+device.yml:3 Monday 19 February 2024 22:13:58 +0000 (0:00:00.069) 0:01:41.400 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.039586", "end": "2024-02-19 22:13:59.120853", "rc": 1, "start": "2024-02-19 22:13:59.081267" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/check_network_dns.yml:6 Monday 19 February 2024 22:13:59 +0000 (0:00:00.309) 0:01:41.709 ******* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.009612", "end": "2024-02-19 22:13:59.381040", "rc": 0, "start": "2024-02-19 22:13:59.371428" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0a:41:c2:0b:16:4b brd ff:ff:ff:ff:ff:ff inet 10.31.15.69/22 brd 10.31.15.255 scope global dynamic noprefixroute eth0 valid_lft 2122sec preferred_lft 2122sec inet6 fe80::841:c2ff:fe0b:164b/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.12.1 dev eth0 proto dhcp src 10.31.15.69 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.15.69 metric 100 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/playbooks/tasks/check_network_dns.yml:24 Monday 19 February 2024 22:13:59 +0000 (0:00:00.310) 0:01:42.020 ******* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.284358", "end": "2024-02-19 22:13:59.958254", "rc": 0, "start": "2024-02-19 22:13:59.673896" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 10892 0 --:--:-- --:--:-- --:--:-- 10892 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 1259 0 --:--:-- --:--:-- --:--:-- 1254 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=324 changed=10 unreachable=0 failed=0 skipped=247 rescued=0 ignored=11 Monday 19 February 2024 22:13:59 +0000 (0:00:00.480) 0:01:42.501 ******* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 2.37s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Enable and start NetworkManager ------------ 2.36s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:88 linux-system-roles.network : Check which services are running ----------- 1.64s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.63s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.63s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.63s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.59s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.59s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.59s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 1.58s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Check which services are running ----------- 1.58s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.57s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.56s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.56s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.56s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.54s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.54s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable and start NetworkManager ------------ 1.53s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/main.yml:88 linux-system-roles.network : Check which services are running ----------- 1.52s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. [WARNING]: Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---