# 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_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/tests_states_nm.yml:6 Friday 15 March 2024 02:56:12 +0000 (0:00:00.012) 0:00:00.012 ********** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/tests_states_nm.yml:9 Friday 15 March 2024 02:56:13 +0000 (0:00:00.695) 0:00:00.708 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/tasks/el_repo_setup.yml:3 Friday 15 March 2024 02:56:13 +0000 (0:00:00.024) 0:00:00.732 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/tasks/el_repo_setup.yml:19 Friday 15 March 2024 02:56:13 +0000 (0:00:00.336) 0:00:01.068 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/tasks/el_repo_setup.yml:24 Friday 15 March 2024 02:56:13 +0000 (0:00:00.273) 0:00:01.342 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/tasks/el_repo_setup.yml:28 Friday 15 March 2024 02:56:13 +0000 (0:00:00.038) 0:00:01.381 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/tasks/el_repo_setup.yml:53 Friday 15 March 2024 02:56:13 +0000 (0:00:00.032) 0:00:01.413 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/tasks/enable_epel.yml:8 Friday 15 March 2024 02:56:13 +0000 (0:00:00.038) 0:00:01.452 ********** 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_hotfixgevxmqyz/tests/tasks/enable_epel.yml:24 Friday 15 March 2024 02:56:14 +0000 (0:00:00.268) 0:00:01.720 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/tasks/enable_epel.yml:30 Friday 15 March 2024 02:56:14 +0000 (0:00:00.012) 0:00:01.732 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/tasks/enable_epel.yml:35 Friday 15 March 2024 02:56:14 +0000 (0:00:00.010) 0:00:01.743 ********** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.242649", "end": "2024-03-15 02:56:14.448355", "rc": 0, "start": "2024-03-15 02:56:14.205706" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/tasks/enable_epel.yml:40 Friday 15 March 2024 02:56:14 +0000 (0:00:00.424) 0:00:02.168 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/tests_states_nm.yml:11 Friday 15 March 2024 02:56:14 +0000 (0:00:00.010) 0:00:02.179 ********** 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_hotfixgevxmqyz/tests/playbooks/tests_states.yml:3 Friday 15 March 2024 02:56:14 +0000 (0:00:00.011) 0:00:02.190 ********** ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tests_states.yml:11 Friday 15 March 2024 02:56:14 +0000 (0:00:00.455) 0:00:02.646 ********** ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tests_states.yml:22 Friday 15 March 2024 02:56:14 +0000 (0:00:00.011) 0:00:02.657 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:5 Friday 15 March 2024 02:56:14 +0000 (0:00:00.016) 0:00:02.674 ********** ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:9 Friday 15 March 2024 02:56:14 +0000 (0:00:00.012) 0:00:02.686 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:21 Friday 15 March 2024 02:56:15 +0000 (0:00:00.032) 0:00:02.719 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:56:15 +0000 (0:00:00.015) 0:00:02.734 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:56:15 +0000 (0:00:00.012) 0:00:02.746 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003204", "end": "2024-03-15 02:56:15.209228", "rc": 0, "start": "2024-03-15 02:56:15.206024" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:56:15 +0000 (0:00:00.181) 0:00:02.928 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:56:15 +0000 (0:00:00.012) 0:00:02.940 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:24 Friday 15 March 2024 02:56:15 +0000 (0:00:00.010) 0:00:02.950 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/delete_interface.yml:3 Friday 15 March 2024 02:56:15 +0000 (0:00:00.021) 0:00:02.972 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007911", "end": "2024-03-15 02:56:15.441603", "rc": 1, "start": "2024-03-15 02:56:15.433692" } 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_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 15 March 2024 02:56:15 +0000 (0:00:00.192) 0:00:03.165 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:56:15 +0000 (0:00:00.015) 0:00:03.180 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 15 March 2024 02:56:15 +0000 (0:00:00.178) 0:00:03.359 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:30 Friday 15 March 2024 02:56:15 +0000 (0:00:00.013) 0:00:03.373 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 15 March 2024 02:56:15 +0000 (0:00:00.017) 0:00:03.390 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:56:15 +0000 (0:00:00.081) 0:00:03.471 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:56:15 +0000 (0:00:00.020) 0:00:03.492 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:56:15 +0000 (0:00:00.012) 0:00:03.504 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:56:15 +0000 (0:00:00.010) 0:00:03.515 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:56:15 +0000 (0:00:00.009) 0:00:03.525 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:56:17 +0000 (0:00:01.521) 0:00:05.046 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:56:18 +0000 (0:00:01.457) 0:00:06.504 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:56:18 +0000 (0:00:00.024) 0:00:06.528 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:56:18 +0000 (0:00:00.022) 0:00:06.550 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:56:18 +0000 (0:00:00.020) 0:00:06.571 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:56:18 +0000 (0:00:00.027) 0:00:06.598 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:56:18 +0000 (0:00:00.022) 0:00:06.620 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:56:18 +0000 (0:00:00.025) 0:00:06.646 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:56:18 +0000 (0:00:00.044) 0:00:06.691 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:56:19 +0000 (0:00:00.024) 0:00:06.715 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:56:19 +0000 (0:00:00.023) 0:00:06.739 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:56:19 +0000 (0:00:00.027) 0:00:06.767 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:56:19 +0000 (0:00:00.471) 0:00:07.238 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:56:19 +0000 (0:00:00.025) 0:00:07.263 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:56:19 +0000 (0:00:00.048) 0:00:07.312 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:56:19 +0000 (0:00:00.022) 0:00:07.334 ********** 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, a79675b3-9846-406f-b727-4cdfb7e9bdf8 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:56:20 +0000 (0:00:00.499) 0:00:07.833 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:56:20 +0000 (0:00:00.022) 0:00:07.856 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a79675b3-9846-406f-b727-4cdfb7e9bdf8" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:56:20 +0000 (0:00:00.024) 0:00:07.881 ********** 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, a79675b3-9846-406f-b727-4cdfb7e9bdf8\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a79675b3-9846-406f-b727-4cdfb7e9bdf8" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:56:20 +0000 (0:00:00.022) 0:00:07.904 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:56:20 +0000 (0:00:00.021) 0:00:07.925 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 15 March 2024 02:56:20 +0000 (0:00:00.277) 0:00:08.203 ********** 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, a79675b3-9846-406f-b727-4cdfb7e9bdf8\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a79675b3-9846-406f-b727-4cdfb7e9bdf8" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:36 Friday 15 March 2024 02:56:20 +0000 (0:00:00.024) 0:00:08.228 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 15 March 2024 02:56:20 +0000 (0:00:00.042) 0:00:08.270 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 15 March 2024 02:56:20 +0000 (0:00:00.040) 0:00:08.311 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 15 March 2024 02:56:20 +0000 (0:00:00.030) 0:00:08.342 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710471380.0854096, "block_size": 4096, "blocks": 8, "ctime": 1710471380.035411, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5972151, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1710471380.035411, "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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 15 March 2024 02:56:20 +0000 (0:00:00.199) 0:00:08.542 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 15 March 2024 02:56:20 +0000 (0:00:00.025) 0:00:08.568 ********** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019873", "end": "2024-03-15 02:56:21.051480", "rc": 0, "start": "2024-03-15 02:56:21.031607" } 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 15 March 2024 02:56:21 +0000 (0:00:00.214) 0:00:08.782 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 15 March 2024 02:56:21 +0000 (0:00:00.026) 0:00:08.809 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 15 March 2024 02:56:21 +0000 (0:00:00.024) 0:00:08.834 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 15 March 2024 02:56:21 +0000 (0:00:00.024) 0:00:08.858 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 15 March 2024 02:56:21 +0000 (0:00:00.024) 0:00:08.883 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 15 March 2024 02:56:21 +0000 (0:00:00.024) 0:00:08.908 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 15 March 2024 02:56:21 +0000 (0:00:00.024) 0:00:08.932 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 15 March 2024 02:56:21 +0000 (0:00:00.025) 0:00:08.957 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:42 Friday 15 March 2024 02:56:21 +0000 (0:00:00.023) 0:00:08.981 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_present.yml:3 Friday 15 March 2024 02:56:21 +0000 (0:00:00.044) 0:00:09.025 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:56:21 +0000 (0:00:00.038) 0:00:09.064 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710471380.0378885, "block_size": 4096, "blocks": 0, "ctime": 1710471380.0378885, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36371, "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": 1710471380.0378885, "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_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_present.yml:5 Friday 15 March 2024 02:56:21 +0000 (0:00:00.193) 0:00:09.258 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:47 Friday 15 March 2024 02:56:21 +0000 (0:00:00.026) 0:00:09.284 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:66 Friday 15 March 2024 02:56:21 +0000 (0:00:00.025) 0:00:09.310 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 15 March 2024 02:56:21 +0000 (0:00:00.050) 0:00:09.360 ********** 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.056074", "end": "2024-03-15 02:56:21.881569", "rc": 1, "start": "2024-03-15 02:56:21.825495" } STDOUT: Connection 'statebr' (a79675b3-9846-406f-b727-4cdfb7e9bdf8) 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_hotfixgevxmqyz/tests/playbooks/tests_states.yml:45 Friday 15 March 2024 02:56:21 +0000 (0:00:00.250) 0:00:09.611 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:5 Friday 15 March 2024 02:56:21 +0000 (0:00:00.038) 0:00:09.650 ********** ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:9 Friday 15 March 2024 02:56:21 +0000 (0:00:00.022) 0:00:09.672 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:21 Friday 15 March 2024 02:56:22 +0000 (0:00:00.046) 0:00:09.718 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:56:22 +0000 (0:00:00.038) 0:00:09.757 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:56:22 +0000 (0:00:00.036) 0:00:09.793 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003263", "end": "2024-03-15 02:56:22.259210", "rc": 0, "start": "2024-03-15 02:56:22.255947" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:56:22 +0000 (0:00:00.229) 0:00:10.022 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:56:22 +0000 (0:00:00.028) 0:00:10.051 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:24 Friday 15 March 2024 02:56:22 +0000 (0:00:00.034) 0:00:10.085 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/delete_interface.yml:3 Friday 15 March 2024 02:56:22 +0000 (0:00:00.046) 0:00:10.131 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006365", "end": "2024-03-15 02:56:22.605262", "rc": 1, "start": "2024-03-15 02:56:22.598897" } 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_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 15 March 2024 02:56:22 +0000 (0:00:00.204) 0:00:10.335 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:56:22 +0000 (0:00:00.036) 0:00:10.372 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 15 March 2024 02:56:22 +0000 (0:00:00.191) 0:00:10.564 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:30 Friday 15 March 2024 02:56:22 +0000 (0:00:00.025) 0:00:10.589 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Friday 15 March 2024 02:56:22 +0000 (0:00:00.043) 0:00:10.632 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:56:22 +0000 (0:00:00.056) 0:00:10.689 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:56:23 +0000 (0:00:00.089) 0:00:10.778 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:56:23 +0000 (0:00:00.028) 0:00:10.806 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:56:23 +0000 (0:00:00.025) 0:00:10.831 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:56:23 +0000 (0:00:00.057) 0:00:10.889 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:56:24 +0000 (0:00:01.458) 0:00:12.347 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:56:25 +0000 (0:00:01.313) 0:00:13.660 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:56:25 +0000 (0:00:00.024) 0:00:13.685 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:56:26 +0000 (0:00:00.022) 0:00:13.708 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:56:26 +0000 (0:00:00.023) 0:00:13.732 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:56:26 +0000 (0:00:00.028) 0:00:13.760 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:56:26 +0000 (0:00:00.022) 0:00:13.782 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:56:26 +0000 (0:00:00.034) 0:00:13.817 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:56:26 +0000 (0:00:00.052) 0:00:13.869 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:56:26 +0000 (0:00:00.028) 0:00:13.897 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:56:26 +0000 (0:00:00.030) 0:00:13.928 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:56:26 +0000 (0:00:00.029) 0:00:13.958 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:56:26 +0000 (0:00:00.345) 0:00:14.304 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:56:26 +0000 (0:00:00.028) 0:00:14.333 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:56:26 +0000 (0:00:00.024) 0:00:14.357 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:56:26 +0000 (0:00:00.072) 0:00:14.429 ********** 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, b2505fb6-766c-446a-b043-d137eb2b08ea TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:56:27 +0000 (0:00:00.390) 0:00:14.820 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:56:27 +0000 (0:00:00.033) 0:00:14.854 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b2505fb6-766c-446a-b043-d137eb2b08ea" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:56:27 +0000 (0:00:00.024) 0:00:14.878 ********** 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, b2505fb6-766c-446a-b043-d137eb2b08ea\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b2505fb6-766c-446a-b043-d137eb2b08ea" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:56:27 +0000 (0:00:00.027) 0:00:14.906 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:56:27 +0000 (0:00:00.024) 0:00:14.930 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Friday 15 March 2024 02:56:27 +0000 (0:00:00.201) 0:00:15.132 ********** 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, b2505fb6-766c-446a-b043-d137eb2b08ea\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b2505fb6-766c-446a-b043-d137eb2b08ea" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:36 Friday 15 March 2024 02:56:27 +0000 (0:00:00.025) 0:00:15.157 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 15 March 2024 02:56:27 +0000 (0:00:00.046) 0:00:15.204 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:56:27 +0000 (0:00:00.056) 0:00:15.260 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 15 March 2024 02:56:27 +0000 (0:00:00.205) 0:00:15.466 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 15 March 2024 02:56:27 +0000 (0:00:00.031) 0:00:15.497 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 15 March 2024 02:56:27 +0000 (0:00:00.083) 0:00:15.581 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 15 March 2024 02:56:27 +0000 (0:00:00.025) 0:00:15.606 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710471387.061214, "block_size": 4096, "blocks": 8, "ctime": 1710471387.061214, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5972151, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1710471387.061214, "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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 15 March 2024 02:56:28 +0000 (0:00:00.204) 0:00:15.811 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 15 March 2024 02:56:28 +0000 (0:00:00.023) 0:00:15.835 ********** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019410", "end": "2024-03-15 02:56:28.316461", "rc": 0, "start": "2024-03-15 02:56:28.297051" } 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 15 March 2024 02:56:28 +0000 (0:00:00.231) 0:00:16.066 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 15 March 2024 02:56:28 +0000 (0:00:00.042) 0:00:16.108 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 15 March 2024 02:56:28 +0000 (0:00:00.041) 0:00:16.149 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 15 March 2024 02:56:28 +0000 (0:00:00.027) 0:00:16.177 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 15 March 2024 02:56:28 +0000 (0:00:00.029) 0:00:16.207 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 15 March 2024 02:56:28 +0000 (0:00:00.038) 0:00:16.245 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 15 March 2024 02:56:28 +0000 (0:00:00.026) 0:00:16.271 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 15 March 2024 02:56:28 +0000 (0:00:00.025) 0:00:16.296 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:42 Friday 15 March 2024 02:56:28 +0000 (0:00:00.033) 0:00:16.330 ********** TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:47 Friday 15 March 2024 02:56:28 +0000 (0:00:00.026) 0:00:16.356 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:66 Friday 15 March 2024 02:56:28 +0000 (0:00:00.029) 0:00:16.386 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 15 March 2024 02:56:28 +0000 (0:00:00.081) 0:00:16.467 ********** 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.038330", "end": "2024-03-15 02:56:28.967678", "rc": 1, "start": "2024-03-15 02:56:28.929348" } STDOUT: Connection 'statebr' (b2505fb6-766c-446a-b043-d137eb2b08ea) 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_hotfixgevxmqyz/tests/playbooks/tests_states.yml:65 Friday 15 March 2024 02:56:28 +0000 (0:00:00.231) 0:00:16.699 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:5 Friday 15 March 2024 02:56:29 +0000 (0:00:00.040) 0:00:16.739 ********** ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:9 Friday 15 March 2024 02:56:29 +0000 (0:00:00.027) 0:00:16.767 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:21 Friday 15 March 2024 02:56:29 +0000 (0:00:00.045) 0:00:16.813 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:56:29 +0000 (0:00:00.038) 0:00:16.852 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:56:29 +0000 (0:00:00.035) 0:00:16.887 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003113", "end": "2024-03-15 02:56:29.355012", "rc": 0, "start": "2024-03-15 02:56:29.351899" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:56:29 +0000 (0:00:00.206) 0:00:17.094 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:56:29 +0000 (0:00:00.033) 0:00:17.128 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:24 Friday 15 March 2024 02:56:29 +0000 (0:00:00.038) 0:00:17.166 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 15 March 2024 02:56:29 +0000 (0:00:00.092) 0:00:17.259 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:56:29 +0000 (0:00:00.042) 0:00:17.301 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:56:29 +0000 (0:00:00.052) 0:00:17.354 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:56:29 +0000 (0:00:00.029) 0:00:17.384 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:56:29 +0000 (0:00:00.023) 0:00:17.407 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:56:29 +0000 (0:00:00.023) 0:00:17.431 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:56:31 +0000 (0:00:01.450) 0:00:18.881 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:56:32 +0000 (0:00:01.330) 0:00:20.212 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:56:32 +0000 (0:00:00.024) 0:00:20.236 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:56:32 +0000 (0:00:00.023) 0:00:20.260 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:56:32 +0000 (0:00:00.025) 0:00:20.286 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:56:32 +0000 (0:00:00.029) 0:00:20.315 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:56:32 +0000 (0:00:00.022) 0:00:20.338 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:56:32 +0000 (0:00:00.028) 0:00:20.366 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:56:32 +0000 (0:00:00.050) 0:00:20.417 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:56:32 +0000 (0:00:00.023) 0:00:20.441 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:56:32 +0000 (0:00:00.022) 0:00:20.463 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:56:32 +0000 (0:00:00.031) 0:00:20.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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:56:33 +0000 (0:00:00.367) 0:00:20.863 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:56:33 +0000 (0:00:00.027) 0:00:20.890 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:56:33 +0000 (0:00:00.023) 0:00:20.913 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:56:33 +0000 (0:00:00.023) 0:00:20.936 ********** 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, b0cd7b7f-9da5-4703-8cb8-a6fe7f0eaa67 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:56:33 +0000 (0:00:00.375) 0:00:21.312 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:56:33 +0000 (0:00:00.029) 0:00:21.342 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b0cd7b7f-9da5-4703-8cb8-a6fe7f0eaa67" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:56:33 +0000 (0:00:00.024) 0:00:21.366 ********** 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, b0cd7b7f-9da5-4703-8cb8-a6fe7f0eaa67\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b0cd7b7f-9da5-4703-8cb8-a6fe7f0eaa67" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:56:33 +0000 (0:00:00.030) 0:00:21.397 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:56:33 +0000 (0:00:00.033) 0:00:21.430 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 15 March 2024 02:56:33 +0000 (0:00:00.187) 0:00:21.618 ********** 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, b0cd7b7f-9da5-4703-8cb8-a6fe7f0eaa67\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, b0cd7b7f-9da5-4703-8cb8-a6fe7f0eaa67" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:30 Friday 15 March 2024 02:56:33 +0000 (0:00:00.024) 0:00:21.642 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/activate_profile.yml:3 Friday 15 March 2024 02:56:33 +0000 (0:00:00.042) 0:00:21.685 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:56:34 +0000 (0:00:00.072) 0:00:21.757 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:56:34 +0000 (0:00:00.043) 0:00:21.801 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:56:34 +0000 (0:00:00.028) 0:00:21.829 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:56:34 +0000 (0:00:00.023) 0:00:21.852 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:56:34 +0000 (0:00:00.022) 0:00:21.875 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:56:35 +0000 (0:00:01.472) 0:00:23.347 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:56:36 +0000 (0:00:01.310) 0:00:24.657 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:56:36 +0000 (0:00:00.024) 0:00:24.682 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:56:37 +0000 (0:00:00.022) 0:00:24.704 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:56:37 +0000 (0:00:00.023) 0:00:24.727 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:56:37 +0000 (0:00:00.027) 0:00:24.755 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:56:37 +0000 (0:00:00.021) 0:00:24.776 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:56:37 +0000 (0:00:00.025) 0:00:24.802 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:56:37 +0000 (0:00:00.044) 0:00:24.847 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:56:37 +0000 (0:00:00.022) 0:00:24.869 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:56:37 +0000 (0:00:00.031) 0:00:24.900 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:56:37 +0000 (0:00:00.030) 0:00:24.930 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:56:37 +0000 (0:00:00.391) 0:00:25.322 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:56:37 +0000 (0:00:00.027) 0:00:25.349 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:56:37 +0000 (0:00:00.021) 0:00:25.371 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:56:37 +0000 (0:00:00.023) 0:00:25.394 ********** 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, b0cd7b7f-9da5-4703-8cb8-a6fe7f0eaa67 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:56:38 +0000 (0:00:00.323) 0:00:25.718 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:56:38 +0000 (0:00:00.023) 0:00:25.741 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, b0cd7b7f-9da5-4703-8cb8-a6fe7f0eaa67 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:56:38 +0000 (0:00:00.024) 0:00:25.766 ********** 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, b0cd7b7f-9da5-4703-8cb8-a6fe7f0eaa67 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, b0cd7b7f-9da5-4703-8cb8-a6fe7f0eaa67 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:56:38 +0000 (0:00:00.025) 0:00:25.791 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:56:38 +0000 (0:00:00.024) 0:00:25.816 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:36 Friday 15 March 2024 02:56:38 +0000 (0:00:00.191) 0:00:26.008 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_present.yml:3 Friday 15 March 2024 02:56:38 +0000 (0:00:00.049) 0:00:26.057 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:56:38 +0000 (0:00:00.040) 0:00:26.098 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710471393.5295188, "block_size": 4096, "blocks": 0, "ctime": 1710471393.5295188, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36502, "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": 1710471393.5295188, "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_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_present.yml:5 Friday 15 March 2024 02:56:38 +0000 (0:00:00.232) 0:00:26.331 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 15 March 2024 02:56:38 +0000 (0:00:00.025) 0:00:26.356 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 15 March 2024 02:56:38 +0000 (0:00:00.066) 0:00:26.422 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 15 March 2024 02:56:38 +0000 (0:00:00.028) 0:00:26.451 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710471393.586031, "block_size": 4096, "blocks": 8, "ctime": 1710471393.5280325, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5972151, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1710471393.5280325, "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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 15 March 2024 02:56:38 +0000 (0:00:00.199) 0:00:26.650 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 15 March 2024 02:56:38 +0000 (0:00:00.026) 0:00:26.676 ********** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019643", "end": "2024-03-15 02:56:39.158864", "rc": 0, "start": "2024-03-15 02:56:39.139221" } 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 15 March 2024 02:56:39 +0000 (0:00:00.215) 0:00:26.892 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 15 March 2024 02:56:39 +0000 (0:00:00.029) 0:00:26.922 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 15 March 2024 02:56:39 +0000 (0:00:00.026) 0:00:26.948 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 15 March 2024 02:56:39 +0000 (0:00:00.030) 0:00:26.978 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 15 March 2024 02:56:39 +0000 (0:00:00.031) 0:00:27.009 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 15 March 2024 02:56:39 +0000 (0:00:00.025) 0:00:27.034 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 15 March 2024 02:56:39 +0000 (0:00:00.026) 0:00:27.060 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 15 March 2024 02:56:39 +0000 (0:00:00.027) 0:00:27.088 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:42 Friday 15 March 2024 02:56:39 +0000 (0:00:00.025) 0:00:27.113 ********** TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:47 Friday 15 March 2024 02:56:39 +0000 (0:00:00.056) 0:00:27.170 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:66 Friday 15 March 2024 02:56:39 +0000 (0:00:00.025) 0:00:27.195 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 15 March 2024 02:56:39 +0000 (0:00:00.044) 0:00:27.239 ********** 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.057011", "end": "2024-03-15 02:56:39.759331", "rc": 1, "start": "2024-03-15 02:56:39.702320" } STDOUT: Connection 'statebr' (b0cd7b7f-9da5-4703-8cb8-a6fe7f0eaa67) 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_hotfixgevxmqyz/tests/playbooks/tests_states.yml:83 Friday 15 March 2024 02:56:39 +0000 (0:00:00.253) 0:00:27.492 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:5 Friday 15 March 2024 02:56:39 +0000 (0:00:00.044) 0:00:27.537 ********** ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:9 Friday 15 March 2024 02:56:39 +0000 (0:00:00.030) 0:00:27.568 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:21 Friday 15 March 2024 02:56:39 +0000 (0:00:00.055) 0:00:27.623 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:56:39 +0000 (0:00:00.041) 0:00:27.664 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:56:40 +0000 (0:00:00.039) 0:00:27.704 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003005", "end": "2024-03-15 02:56:40.168708", "rc": 0, "start": "2024-03-15 02:56:40.165703" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:56:40 +0000 (0:00:00.194) 0:00:27.898 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:56:40 +0000 (0:00:00.030) 0:00:27.929 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:24 Friday 15 March 2024 02:56:40 +0000 (0:00:00.078) 0:00:28.008 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 15 March 2024 02:56:40 +0000 (0:00:00.043) 0:00:28.051 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:56:40 +0000 (0:00:00.039) 0:00:28.091 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:56:40 +0000 (0:00:00.043) 0:00:28.134 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:56:40 +0000 (0:00:00.028) 0:00:28.163 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:56:40 +0000 (0:00:00.022) 0:00:28.186 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:56:40 +0000 (0:00:00.034) 0:00:28.221 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:56:42 +0000 (0:00:01.483) 0:00:29.704 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:56:43 +0000 (0:00:01.282) 0:00:30.987 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:56:43 +0000 (0:00:00.027) 0:00:31.014 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:56:43 +0000 (0:00:00.031) 0:00:31.046 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:56:43 +0000 (0:00:00.025) 0:00:31.071 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:56:43 +0000 (0:00:00.037) 0:00:31.108 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:56:43 +0000 (0:00:00.023) 0:00:31.132 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:56:43 +0000 (0:00:00.025) 0:00:31.158 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:56:43 +0000 (0:00:00.046) 0:00:31.204 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:56:43 +0000 (0:00:00.061) 0:00:31.265 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:56:43 +0000 (0:00:00.029) 0:00:31.295 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:56:43 +0000 (0:00:00.040) 0:00:31.335 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:56:43 +0000 (0:00:00.338) 0:00:31.673 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:56:43 +0000 (0:00:00.027) 0:00:31.701 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:56:44 +0000 (0:00:00.022) 0:00:31.724 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:56:44 +0000 (0:00:00.021) 0:00:31.745 ********** 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, 6917ecc5-ae41-493a-86c1-9dbf2be8f394 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:56:44 +0000 (0:00:00.377) 0:00:32.123 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:56:44 +0000 (0:00:00.026) 0:00:32.149 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6917ecc5-ae41-493a-86c1-9dbf2be8f394" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:56:44 +0000 (0:00:00.024) 0:00:32.174 ********** 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, 6917ecc5-ae41-493a-86c1-9dbf2be8f394\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6917ecc5-ae41-493a-86c1-9dbf2be8f394" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:56:44 +0000 (0:00:00.025) 0:00:32.200 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:56:44 +0000 (0:00:00.032) 0:00:32.232 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 15 March 2024 02:56:44 +0000 (0:00:00.193) 0:00:32.426 ********** 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, 6917ecc5-ae41-493a-86c1-9dbf2be8f394\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6917ecc5-ae41-493a-86c1-9dbf2be8f394" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/activate_profile.yml:3 Friday 15 March 2024 02:56:44 +0000 (0:00:00.025) 0:00:32.451 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:56:44 +0000 (0:00:00.076) 0:00:32.527 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:56:44 +0000 (0:00:00.049) 0:00:32.577 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:56:44 +0000 (0:00:00.040) 0:00:32.618 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:56:44 +0000 (0:00:00.023) 0:00:32.641 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:56:44 +0000 (0:00:00.025) 0:00:32.666 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:56:46 +0000 (0:00:01.459) 0:00:34.125 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:56:47 +0000 (0:00:01.316) 0:00:35.442 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:56:47 +0000 (0:00:00.024) 0:00:35.466 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:56:47 +0000 (0:00:00.023) 0:00:35.489 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:56:47 +0000 (0:00:00.029) 0:00:35.519 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:56:47 +0000 (0:00:00.031) 0:00:35.551 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:56:47 +0000 (0:00:00.023) 0:00:35.574 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:56:47 +0000 (0:00:00.027) 0:00:35.601 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:56:47 +0000 (0:00:00.048) 0:00:35.650 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:56:47 +0000 (0:00:00.042) 0:00:35.693 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:56:48 +0000 (0:00:00.035) 0:00:35.728 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:56:48 +0000 (0:00:00.030) 0:00:35.759 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:56:48 +0000 (0:00:00.397) 0:00:36.156 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:56:48 +0000 (0:00:00.027) 0:00:36.184 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:56:48 +0000 (0:00:00.023) 0:00:36.208 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:56:48 +0000 (0:00:00.023) 0:00:36.231 ********** 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, 6917ecc5-ae41-493a-86c1-9dbf2be8f394 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:56:48 +0000 (0:00:00.325) 0:00:36.556 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:56:48 +0000 (0:00:00.024) 0:00:36.581 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 6917ecc5-ae41-493a-86c1-9dbf2be8f394 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:56:48 +0000 (0:00:00.025) 0:00:36.607 ********** 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, 6917ecc5-ae41-493a-86c1-9dbf2be8f394 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 6917ecc5-ae41-493a-86c1-9dbf2be8f394 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:56:48 +0000 (0:00:00.026) 0:00:36.633 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:56:48 +0000 (0:00:00.024) 0:00:36.658 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:30 Friday 15 March 2024 02:56:49 +0000 (0:00:00.218) 0:00:36.876 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/remove_profile.yml:3 Friday 15 March 2024 02:56:49 +0000 (0:00:00.042) 0:00:36.919 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:56:49 +0000 (0:00:00.046) 0:00:36.965 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:56:49 +0000 (0:00:00.094) 0:00:37.060 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:56:49 +0000 (0:00:00.033) 0:00:37.094 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:56:49 +0000 (0:00:00.031) 0:00:37.125 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:56:49 +0000 (0:00:00.025) 0:00:37.150 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:56:50 +0000 (0:00:01.466) 0:00:38.616 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:56:52 +0000 (0:00:01.309) 0:00:39.926 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:56:52 +0000 (0:00:00.026) 0:00:39.953 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:56:52 +0000 (0:00:00.024) 0:00:39.977 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:56:52 +0000 (0:00:00.023) 0:00:40.000 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:56:52 +0000 (0:00:00.028) 0:00:40.029 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:56:52 +0000 (0:00:00.024) 0:00:40.053 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:56:52 +0000 (0:00:00.027) 0:00:40.081 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:56:52 +0000 (0:00:00.046) 0:00:40.128 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:56:52 +0000 (0:00:00.024) 0:00:40.152 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:56:52 +0000 (0:00:00.022) 0:00:40.174 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:56:52 +0000 (0:00:00.026) 0:00:40.200 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:56:52 +0000 (0:00:00.335) 0:00:40.536 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:56:52 +0000 (0:00:00.028) 0:00:40.565 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:56:52 +0000 (0:00:00.023) 0:00:40.588 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:56:52 +0000 (0:00:00.022) 0:00:40.610 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:56:53 +0000 (0:00:00.379) 0:00:40.989 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:56:53 +0000 (0:00:00.022) 0:00:41.011 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:56:53 +0000 (0:00:00.023) 0:00:41.035 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:56:53 +0000 (0:00:00.023) 0:00:41.059 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:56:53 +0000 (0:00:00.025) 0:00:41.084 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:36 Friday 15 March 2024 02:56:53 +0000 (0:00:00.190) 0:00:41.275 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_present.yml:3 Friday 15 March 2024 02:56:53 +0000 (0:00:00.046) 0:00:41.322 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:56:53 +0000 (0:00:00.039) 0:00:41.362 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710471404.339175, "block_size": 4096, "blocks": 0, "ctime": 1710471404.339175, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36633, "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": 1710471404.339175, "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_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_present.yml:5 Friday 15 March 2024 02:56:53 +0000 (0:00:00.196) 0:00:41.558 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_absent.yml:3 Friday 15 March 2024 02:56:53 +0000 (0:00:00.024) 0:00:41.583 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 15 March 2024 02:56:53 +0000 (0:00:00.036) 0:00:41.619 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 15 March 2024 02:56:53 +0000 (0:00:00.048) 0:00:41.668 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 15 March 2024 02:56:54 +0000 (0:00:00.192) 0:00:41.861 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 15 March 2024 02:56:54 +0000 (0:00:00.023) 0:00:41.885 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019838", "end": "2024-03-15 02:56:54.369112", "rc": 1, "start": "2024-03-15 02:56:54.349274" } 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 15 March 2024 02:56:54 +0000 (0:00:00.214) 0:00:42.099 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 15 March 2024 02:56:54 +0000 (0:00:00.024) 0:00:42.124 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 15 March 2024 02:56:54 +0000 (0:00:00.031) 0:00:42.155 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 15 March 2024 02:56:54 +0000 (0:00:00.035) 0:00:42.190 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 15 March 2024 02:56:54 +0000 (0:00:00.025) 0:00:42.216 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_absent.yml:5 Friday 15 March 2024 02:56:54 +0000 (0:00:00.047) 0:00:42.264 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:42 Friday 15 March 2024 02:56:54 +0000 (0:00:00.046) 0:00:42.311 ********** TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:47 Friday 15 March 2024 02:56:54 +0000 (0:00:00.027) 0:00:42.339 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:66 Friday 15 March 2024 02:56:54 +0000 (0:00:00.034) 0:00:42.373 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 15 March 2024 02:56:54 +0000 (0:00:00.043) 0:00:42.417 ********** 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.067737", "end": "2024-03-15 02:56:54.949189", "rc": 1, "start": "2024-03-15 02:56:54.881452" } STDOUT: Connection 'statebr' (6917ecc5-ae41-493a-86c1-9dbf2be8f394) 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_hotfixgevxmqyz/tests/playbooks/tests_states.yml:103 Friday 15 March 2024 02:56:54 +0000 (0:00:00.267) 0:00:42.685 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:5 Friday 15 March 2024 02:56:55 +0000 (0:00:00.066) 0:00:42.751 ********** ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:9 Friday 15 March 2024 02:56:55 +0000 (0:00:00.024) 0:00:42.776 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:21 Friday 15 March 2024 02:56:55 +0000 (0:00:00.047) 0:00:42.824 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:56:55 +0000 (0:00:00.037) 0:00:42.861 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:56:55 +0000 (0:00:00.037) 0:00:42.898 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002895", "end": "2024-03-15 02:56:55.364029", "rc": 0, "start": "2024-03-15 02:56:55.361134" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:56:55 +0000 (0:00:00.195) 0:00:43.094 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:56:55 +0000 (0:00:00.023) 0:00:43.117 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:24 Friday 15 March 2024 02:56:55 +0000 (0:00:00.022) 0:00:43.140 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 15 March 2024 02:56:55 +0000 (0:00:00.046) 0:00:43.186 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:56:55 +0000 (0:00:00.037) 0:00:43.223 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:56:55 +0000 (0:00:00.078) 0:00:43.302 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:56:55 +0000 (0:00:00.030) 0:00:43.333 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:56:55 +0000 (0:00:00.024) 0:00:43.357 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:56:55 +0000 (0:00:00.024) 0:00:43.382 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:56:57 +0000 (0:00:01.456) 0:00:44.839 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:56:58 +0000 (0:00:01.308) 0:00:46.147 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:56:58 +0000 (0:00:00.025) 0:00:46.172 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:56:58 +0000 (0:00:00.024) 0:00:46.197 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:56:58 +0000 (0:00:00.023) 0:00:46.220 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:56:58 +0000 (0:00:00.041) 0:00:46.262 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:56:58 +0000 (0:00:00.024) 0:00:46.286 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:56:58 +0000 (0:00:00.026) 0:00:46.313 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:56:58 +0000 (0:00:00.045) 0:00:46.359 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:56:58 +0000 (0:00:00.022) 0:00:46.381 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:56:58 +0000 (0:00:00.021) 0:00:46.403 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:56:58 +0000 (0:00:00.028) 0:00:46.431 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:56:59 +0000 (0:00:00.337) 0:00:46.769 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:56:59 +0000 (0:00:00.025) 0:00:46.795 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:56:59 +0000 (0:00:00.050) 0:00:46.845 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:56:59 +0000 (0:00:00.022) 0:00:46.868 ********** 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, 6693dad9-7a0e-4216-b837-67b2ab34f76d TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:56:59 +0000 (0:00:00.376) 0:00:47.244 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:56:59 +0000 (0:00:00.027) 0:00:47.271 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6693dad9-7a0e-4216-b837-67b2ab34f76d" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:56:59 +0000 (0:00:00.025) 0:00:47.297 ********** 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, 6693dad9-7a0e-4216-b837-67b2ab34f76d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6693dad9-7a0e-4216-b837-67b2ab34f76d" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:56:59 +0000 (0:00:00.031) 0:00:47.329 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:56:59 +0000 (0:00:00.028) 0:00:47.357 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 15 March 2024 02:56:59 +0000 (0:00:00.207) 0:00:47.565 ********** 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, 6693dad9-7a0e-4216-b837-67b2ab34f76d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6693dad9-7a0e-4216-b837-67b2ab34f76d" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/activate_profile.yml:3 Friday 15 March 2024 02:56:59 +0000 (0:00:00.032) 0:00:47.597 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:56:59 +0000 (0:00:00.041) 0:00:47.639 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:57:00 +0000 (0:00:00.110) 0:00:47.749 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:57:00 +0000 (0:00:00.078) 0:00:47.827 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:57:00 +0000 (0:00:00.040) 0:00:47.868 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:57:00 +0000 (0:00:00.076) 0:00:47.944 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:57:01 +0000 (0:00:01.461) 0:00:49.406 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:57:03 +0000 (0:00:01.302) 0:00:50.708 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:57:03 +0000 (0:00:00.024) 0:00:50.733 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:57:03 +0000 (0:00:00.057) 0:00:50.791 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:57:03 +0000 (0:00:00.024) 0:00:50.816 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:57:03 +0000 (0:00:00.027) 0:00:50.843 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:57:03 +0000 (0:00:00.024) 0:00:50.868 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:57:03 +0000 (0:00:00.028) 0:00:50.896 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:57:03 +0000 (0:00:00.047) 0:00:50.943 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:57:03 +0000 (0:00:00.024) 0:00:50.967 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:57:03 +0000 (0:00:00.054) 0:00:51.021 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:57:03 +0000 (0:00:00.030) 0:00:51.052 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:57:03 +0000 (0:00:00.350) 0:00:51.402 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:57:03 +0000 (0:00:00.028) 0:00:51.431 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:57:03 +0000 (0:00:00.022) 0:00:51.453 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:57:03 +0000 (0:00:00.023) 0:00:51.476 ********** 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, 6693dad9-7a0e-4216-b837-67b2ab34f76d skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:57:04 +0000 (0:00:00.327) 0:00:51.804 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:57:04 +0000 (0:00:00.055) 0:00:51.860 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 6693dad9-7a0e-4216-b837-67b2ab34f76d skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:57:04 +0000 (0:00:00.024) 0:00:51.884 ********** 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, 6693dad9-7a0e-4216-b837-67b2ab34f76d skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 6693dad9-7a0e-4216-b837-67b2ab34f76d skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:57:04 +0000 (0:00:00.026) 0:00:51.910 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:57:04 +0000 (0:00:00.029) 0:00:51.940 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/remove_profile.yml:3 Friday 15 March 2024 02:57:04 +0000 (0:00:00.194) 0:00:52.134 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:57:04 +0000 (0:00:00.041) 0:00:52.176 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:57:04 +0000 (0:00:00.051) 0:00:52.228 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:57:04 +0000 (0:00:00.034) 0:00:52.263 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:57:04 +0000 (0:00:00.023) 0:00:52.286 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:57:04 +0000 (0:00:00.023) 0:00:52.310 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:57:06 +0000 (0:00:01.454) 0:00:53.765 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:57:07 +0000 (0:00:01.287) 0:00:55.053 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:57:07 +0000 (0:00:00.023) 0:00:55.076 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:57:07 +0000 (0:00:00.023) 0:00:55.100 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:57:07 +0000 (0:00:00.023) 0:00:55.124 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:57:07 +0000 (0:00:00.027) 0:00:55.151 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:57:07 +0000 (0:00:00.029) 0:00:55.180 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:57:07 +0000 (0:00:00.096) 0:00:55.277 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:57:07 +0000 (0:00:00.053) 0:00:55.330 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:57:07 +0000 (0:00:00.024) 0:00:55.355 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:57:07 +0000 (0:00:00.026) 0:00:55.382 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:57:07 +0000 (0:00:00.026) 0:00:55.408 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:57:08 +0000 (0:00:00.340) 0:00:55.748 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:57:08 +0000 (0:00:00.034) 0:00:55.783 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:57:08 +0000 (0:00:00.023) 0:00:55.807 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:57:08 +0000 (0:00:00.022) 0:00:55.829 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:57:08 +0000 (0:00:00.343) 0:00:56.172 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:57:08 +0000 (0:00:00.023) 0:00:56.196 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:57:08 +0000 (0:00:00.024) 0:00:56.220 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:57:08 +0000 (0:00:00.023) 0:00:56.244 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:57:08 +0000 (0:00:00.022) 0:00:56.266 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:30 Friday 15 March 2024 02:57:08 +0000 (0:00:00.219) 0:00:56.485 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/remove+down_profile.yml:3 Friday 15 March 2024 02:57:08 +0000 (0:00:00.041) 0:00:56.527 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:57:08 +0000 (0:00:00.043) 0:00:56.570 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:57:08 +0000 (0:00:00.042) 0:00:56.613 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:57:08 +0000 (0:00:00.028) 0:00:56.641 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:57:08 +0000 (0:00:00.022) 0:00:56.663 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:57:08 +0000 (0:00:00.023) 0:00:56.687 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:57:10 +0000 (0:00:01.500) 0:00:58.187 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:57:11 +0000 (0:00:01.290) 0:00:59.478 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:57:11 +0000 (0:00:00.030) 0:00:59.508 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:57:11 +0000 (0:00:00.031) 0:00:59.540 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:57:11 +0000 (0:00:00.023) 0:00:59.563 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:57:11 +0000 (0:00:00.028) 0:00:59.592 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:57:11 +0000 (0:00:00.023) 0:00:59.616 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:57:11 +0000 (0:00:00.025) 0:00:59.641 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:57:11 +0000 (0:00:00.044) 0:00:59.686 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:57:12 +0000 (0:00:00.022) 0:00:59.709 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:57:12 +0000 (0:00:00.054) 0:00:59.763 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:57:12 +0000 (0:00:00.026) 0:00:59.790 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:57:12 +0000 (0:00:00.342) 0:01:00.132 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:57:12 +0000 (0:00:00.034) 0:01:00.167 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:57:12 +0000 (0:00:00.025) 0:01:00.192 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:57:12 +0000 (0:00:00.030) 0:01:00.223 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:57:12 +0000 (0:00:00.409) 0:01:00.633 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:57:12 +0000 (0:00:00.027) 0:01:00.660 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:57:12 +0000 (0:00:00.029) 0:01:00.690 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:57:13 +0000 (0:00:00.026) 0:01:00.716 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:57:13 +0000 (0:00:00.023) 0:01:00.739 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:36 Friday 15 March 2024 02:57:13 +0000 (0:00:00.190) 0:01:00.930 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_absent.yml:3 Friday 15 March 2024 02:57:13 +0000 (0:00:00.075) 0:01:01.005 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 15 March 2024 02:57:13 +0000 (0:00:00.040) 0:01:01.046 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 15 March 2024 02:57:13 +0000 (0:00:00.023) 0:01:01.070 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 15 March 2024 02:57:13 +0000 (0:00:00.195) 0:01:01.265 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 15 March 2024 02:57:13 +0000 (0:00:00.022) 0:01:01.288 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018534", "end": "2024-03-15 02:57:13.767624", "rc": 1, "start": "2024-03-15 02:57:13.749090" } 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 15 March 2024 02:57:13 +0000 (0:00:00.208) 0:01:01.497 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 15 March 2024 02:57:13 +0000 (0:00:00.023) 0:01:01.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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 15 March 2024 02:57:13 +0000 (0:00:00.024) 0:01:01.546 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 15 March 2024 02:57:13 +0000 (0:00:00.040) 0:01:01.586 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 15 March 2024 02:57:13 +0000 (0:00:00.033) 0:01:01.619 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_absent.yml:5 Friday 15 March 2024 02:57:13 +0000 (0:00:00.027) 0:01:01.647 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:42 Friday 15 March 2024 02:57:13 +0000 (0:00:00.025) 0:01:01.673 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 15 March 2024 02:57:14 +0000 (0:00:00.048) 0:01:01.721 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:57:14 +0000 (0:00:00.085) 0:01:01.807 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 15 March 2024 02:57:14 +0000 (0:00:00.198) 0:01:02.005 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:47 Friday 15 March 2024 02:57:14 +0000 (0:00:00.043) 0:01:02.049 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:66 Friday 15 March 2024 02:57:14 +0000 (0:00:00.026) 0:01:02.076 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 15 March 2024 02:57:14 +0000 (0:00:00.062) 0:01:02.139 ********** 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.038237", "end": "2024-03-15 02:57:14.644860", "rc": 1, "start": "2024-03-15 02:57:14.606623" } 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_hotfixgevxmqyz/tests/playbooks/tests_states.yml:126 Friday 15 March 2024 02:57:14 +0000 (0:00:00.235) 0:01:02.374 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:5 Friday 15 March 2024 02:57:14 +0000 (0:00:00.041) 0:01:02.416 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:9 Friday 15 March 2024 02:57:14 +0000 (0:00:00.027) 0:01:02.443 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:21 Friday 15 March 2024 02:57:14 +0000 (0:00:00.049) 0:01:02.493 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:57:14 +0000 (0:00:00.038) 0:01:02.531 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:57:14 +0000 (0:00:00.070) 0:01:02.602 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002962", "end": "2024-03-15 02:57:15.073228", "rc": 0, "start": "2024-03-15 02:57:15.070266" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:57:15 +0000 (0:00:00.202) 0:01:02.804 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:57:15 +0000 (0:00:00.024) 0:01:02.829 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:24 Friday 15 March 2024 02:57:15 +0000 (0:00:00.023) 0:01:02.852 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile.yml:3 Friday 15 March 2024 02:57:15 +0000 (0:00:00.048) 0:01:02.901 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:57:15 +0000 (0:00:00.039) 0:01:02.940 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:57:15 +0000 (0:00:00.043) 0:01:02.983 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:57:15 +0000 (0:00:00.028) 0:01:03.011 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:57:15 +0000 (0:00:00.022) 0:01:03.034 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:57:15 +0000 (0:00:00.022) 0:01:03.056 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:57:16 +0000 (0:00:01.452) 0:01:04.509 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:57:18 +0000 (0:00:01.284) 0:01:05.794 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:57:18 +0000 (0:00:00.024) 0:01:05.818 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:57:18 +0000 (0:00:00.024) 0:01:05.842 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:57:18 +0000 (0:00:00.043) 0:01:05.886 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:57:18 +0000 (0:00:00.040) 0:01:05.927 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:57:18 +0000 (0:00:00.081) 0:01:06.008 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:57:18 +0000 (0:00:00.031) 0:01:06.040 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:57:18 +0000 (0:00:00.066) 0:01:06.106 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:57:18 +0000 (0:00:00.030) 0:01:06.137 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:57:18 +0000 (0:00:00.027) 0:01:06.164 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:57:18 +0000 (0:00:00.028) 0:01:06.193 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:57:18 +0000 (0:00:00.352) 0:01:06.545 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:57:18 +0000 (0:00:00.028) 0:01:06.573 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:57:18 +0000 (0:00:00.023) 0:01:06.597 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:57:18 +0000 (0:00:00.022) 0:01:06.620 ********** 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, 08fb23f4-afa2-4b3b-9346-2f66d343c119 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:57:19 +0000 (0:00:00.373) 0:01:06.994 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:57:19 +0000 (0:00:00.023) 0:01:07.017 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 08fb23f4-afa2-4b3b-9346-2f66d343c119" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:57:19 +0000 (0:00:00.023) 0:01:07.040 ********** 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, 08fb23f4-afa2-4b3b-9346-2f66d343c119\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 08fb23f4-afa2-4b3b-9346-2f66d343c119" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:57:19 +0000 (0:00:00.023) 0:01:07.064 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:57:19 +0000 (0:00:00.023) 0:01:07.087 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/create_bridge_profile.yml:14 Friday 15 March 2024 02:57:19 +0000 (0:00:00.188) 0:01:07.276 ********** 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, 08fb23f4-afa2-4b3b-9346-2f66d343c119\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 08fb23f4-afa2-4b3b-9346-2f66d343c119" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/activate_profile.yml:3 Friday 15 March 2024 02:57:19 +0000 (0:00:00.025) 0:01:07.302 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:57:19 +0000 (0:00:00.040) 0:01:07.342 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:57:19 +0000 (0:00:00.044) 0:01:07.387 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:57:19 +0000 (0:00:00.029) 0:01:07.416 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:57:19 +0000 (0:00:00.022) 0:01:07.438 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:57:19 +0000 (0:00:00.023) 0:01:07.462 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:57:21 +0000 (0:00:01.486) 0:01:08.948 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:57:22 +0000 (0:00:01.288) 0:01:10.236 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:57:22 +0000 (0:00:00.024) 0:01:10.261 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:57:22 +0000 (0:00:00.025) 0:01:10.287 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:57:22 +0000 (0:00:00.023) 0:01:10.311 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:57:22 +0000 (0:00:00.028) 0:01:10.339 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:57:22 +0000 (0:00:00.023) 0:01:10.363 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:57:22 +0000 (0:00:00.025) 0:01:10.389 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:57:22 +0000 (0:00:00.046) 0:01:10.435 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:57:22 +0000 (0:00:00.065) 0:01:10.500 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:57:22 +0000 (0:00:00.024) 0:01:10.525 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:57:22 +0000 (0:00:00.029) 0:01:10.554 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:57:23 +0000 (0:00:00.340) 0:01:10.894 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:57:23 +0000 (0:00:00.029) 0:01:10.924 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:57:23 +0000 (0:00:00.025) 0:01:10.949 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:57:23 +0000 (0:00:00.023) 0:01:10.973 ********** 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, 08fb23f4-afa2-4b3b-9346-2f66d343c119 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:57:23 +0000 (0:00:00.325) 0:01:11.298 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:57:23 +0000 (0:00:00.024) 0:01:11.323 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 08fb23f4-afa2-4b3b-9346-2f66d343c119 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:57:23 +0000 (0:00:00.026) 0:01:11.349 ********** 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, 08fb23f4-afa2-4b3b-9346-2f66d343c119 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 08fb23f4-afa2-4b3b-9346-2f66d343c119 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:57:23 +0000 (0:00:00.024) 0:01:11.374 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:57:23 +0000 (0:00:00.022) 0:01:11.396 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/remove+down_profile.yml:3 Friday 15 March 2024 02:57:23 +0000 (0:00:00.186) 0:01:11.582 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:57:23 +0000 (0:00:00.070) 0:01:11.653 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:57:23 +0000 (0:00:00.044) 0:01:11.697 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:57:24 +0000 (0:00:00.029) 0:01:11.727 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:57:24 +0000 (0:00:00.025) 0:01:11.753 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:57:24 +0000 (0:00:00.024) 0:01:11.777 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:57:25 +0000 (0:00:01.456) 0:01:13.233 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:57:26 +0000 (0:00:01.289) 0:01:14.523 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:57:26 +0000 (0:00:00.037) 0:01:14.560 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:57:26 +0000 (0:00:00.027) 0:01:14.588 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:57:26 +0000 (0:00:00.025) 0:01:14.613 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:57:26 +0000 (0:00:00.030) 0:01:14.644 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:57:26 +0000 (0:00:00.024) 0:01:14.669 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:57:26 +0000 (0:00:00.026) 0:01:14.695 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:57:27 +0000 (0:00:00.048) 0:01:14.744 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:57:27 +0000 (0:00:00.024) 0:01:14.768 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:57:27 +0000 (0:00:00.022) 0:01:14.791 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:57:27 +0000 (0:00:00.025) 0:01:14.817 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:57:27 +0000 (0:00:00.338) 0:01:15.155 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:57:27 +0000 (0:00:00.082) 0:01:15.237 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:57:27 +0000 (0:00:00.023) 0:01:15.261 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:57:27 +0000 (0:00:00.020) 0:01:15.281 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:57:27 +0000 (0:00:00.383) 0:01:15.665 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:57:27 +0000 (0:00:00.024) 0:01:15.689 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:57:28 +0000 (0:00:00.025) 0:01:15.715 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:57:28 +0000 (0:00:00.027) 0:01:15.742 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:57:28 +0000 (0:00:00.024) 0:01:15.766 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:30 Friday 15 March 2024 02:57:28 +0000 (0:00:00.200) 0:01:15.966 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/remove+down_profile.yml:3 Friday 15 March 2024 02:57:28 +0000 (0:00:00.040) 0:01:16.007 ********** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 15 March 2024 02:57:28 +0000 (0:00:00.037) 0:01:16.045 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 15 March 2024 02:57:28 +0000 (0:00:00.083) 0:01:16.128 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 15 March 2024 02:57:28 +0000 (0:00:00.030) 0:01:16.158 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 15 March 2024 02:57:28 +0000 (0:00:00.025) 0:01:16.184 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 15 March 2024 02:57:28 +0000 (0:00:00.023) 0:01:16.207 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 15 March 2024 02:57:29 +0000 (0:00:01.454) 0:01:17.662 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 15 March 2024 02:57:31 +0000 (0:00:01.315) 0:01:18.977 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 15 March 2024 02:57:31 +0000 (0:00:00.026) 0:01:19.004 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 15 March 2024 02:57:31 +0000 (0:00:00.023) 0:01:19.027 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Friday 15 March 2024 02:57:31 +0000 (0:00:00.024) 0:01:19.051 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Friday 15 March 2024 02:57:31 +0000 (0:00:00.028) 0:01:19.080 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:57 Friday 15 March 2024 02:57:31 +0000 (0:00:00.024) 0:01:19.104 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:77 Friday 15 March 2024 02:57:31 +0000 (0:00:00.027) 0:01:19.131 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:90 Friday 15 March 2024 02:57:31 +0000 (0:00:00.046) 0:01:19.178 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 15 March 2024 02:57:31 +0000 (0:00:00.023) 0:01:19.201 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 15 March 2024 02:57:31 +0000 (0:00:00.024) 0:01:19.225 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:136 Friday 15 March 2024 02:57:31 +0000 (0:00:00.026) 0:01:19.251 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:147 Friday 15 March 2024 02:57:31 +0000 (0:00:00.348) 0:01:19.600 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:156 Friday 15 March 2024 02:57:31 +0000 (0:00:00.028) 0:01:19.629 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:164 Friday 15 March 2024 02:57:31 +0000 (0:00:00.022) 0:01:19.651 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:173 Friday 15 March 2024 02:57:32 +0000 (0:00:00.065) 0:01:19.717 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:185 Friday 15 March 2024 02:57:32 +0000 (0:00:00.339) 0:01:20.056 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:191 Friday 15 March 2024 02:57:32 +0000 (0:00:00.023) 0:01:20.079 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:195 Friday 15 March 2024 02:57:32 +0000 (0:00:00.024) 0:01:20.104 ********** 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_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Friday 15 March 2024 02:57:32 +0000 (0:00:00.025) 0:01:20.130 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Friday 15 March 2024 02:57:32 +0000 (0:00:00.023) 0:01:20.153 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:36 Friday 15 March 2024 02:57:32 +0000 (0:00:00.188) 0:01:20.342 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_absent.yml:3 Friday 15 March 2024 02:57:32 +0000 (0:00:00.046) 0:01:20.388 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 15 March 2024 02:57:32 +0000 (0:00:00.040) 0:01:20.429 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 15 March 2024 02:57:32 +0000 (0:00:00.023) 0:01:20.452 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 15 March 2024 02:57:32 +0000 (0:00:00.193) 0:01:20.645 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 15 March 2024 02:57:32 +0000 (0:00:00.032) 0:01:20.678 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018559", "end": "2024-03-15 02:57:33.159248", "rc": 1, "start": "2024-03-15 02:57:33.140689" } 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 15 March 2024 02:57:33 +0000 (0:00:00.250) 0:01:20.928 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 15 March 2024 02:57:33 +0000 (0:00:00.026) 0:01:20.955 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 15 March 2024 02:57:33 +0000 (0:00:00.030) 0:01:20.985 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 15 March 2024 02:57:33 +0000 (0:00:00.026) 0:01:21.012 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 15 March 2024 02:57:33 +0000 (0:00:00.024) 0:01:21.036 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_profile_absent.yml:5 Friday 15 March 2024 02:57:33 +0000 (0:00:00.023) 0:01:21.060 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Friday 15 March 2024 02:57:33 +0000 (0:00:00.028) 0:01:21.088 ********** ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.933573", "end": "2024-03-15 02:57:34.485136", "rc": 0, "start": "2024-03-15 02:57:33.551563" } STDOUT: NetworkManager-1.40.16-14.el8 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Friday 15 March 2024 02:57:34 +0000 (0:00:01.129) 0:01:22.218 ********** ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-14.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Friday 15 March 2024 02:57:34 +0000 (0:00:00.024) 0:01:22.243 ********** ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.40.16-14.el8" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:42 Friday 15 March 2024 02:57:34 +0000 (0:00:00.025) 0:01:22.268 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_absent.yml:3 Friday 15 March 2024 02:57:34 +0000 (0:00:00.048) 0:01:22.317 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:57:34 +0000 (0:00:00.081) 0:01:22.398 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/assert_device_absent.yml:5 Friday 15 March 2024 02:57:34 +0000 (0:00:00.195) 0:01:22.594 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:47 Friday 15 March 2024 02:57:34 +0000 (0:00:00.028) 0:01:22.623 ********** 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_hotfixgevxmqyz/tests/playbooks/tasks/run_test.yml:66 Friday 15 March 2024 02:57:34 +0000 (0:00:00.024) 0:01:22.647 ********** included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/cleanup_profile+device.yml for sut included: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/playbooks/tasks/cleanup_profile+device.yml:3 Friday 15 March 2024 02:57:34 +0000 (0:00:00.049) 0:01:22.697 ********** 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.037725", "end": "2024-03-15 02:57:35.198121", "rc": 1, "start": "2024-03-15 02:57:35.160396" } 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_hotfixgevxmqyz/tests/playbooks/tasks/check_network_dns.yml:6 Friday 15 March 2024 02:57:35 +0000 (0:00:00.231) 0:01:22.929 ********** 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.009045", "end": "2024-03-15 02:57:35.400845", "rc": 0, "start": "2024-03-15 02:57:35.391800" } 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 02:ec:98:7a:a0:75 brd ff:ff:ff:ff:ff:ff inet 10.31.47.85/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 2165sec preferred_lft 2165sec inet6 fe80::ec:98ff:fe7a:a075/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.47.85 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.47.85 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_hotfixgevxmqyz/tests/playbooks/tasks/check_network_dns.yml:24 Friday 15 March 2024 02:57:35 +0000 (0:00:00.202) 0:01:23.132 ********** 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.286852", "end": "2024-03-15 02:57:35.884772", "rc": 0, "start": "2024-03-15 02:57:35.597920" } STDOUT: CHECK DNS AND CONNECTIVITY 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 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 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:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 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 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 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 2620:52:3:1:dead:beef:cafe:fed6 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 5980 0 --:--:-- --:--:-- --:--:-- 5980 % 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 1392 0 --:--:-- --:--:-- --:--:-- 1385 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=324 changed=10 unreachable=0 failed=0 skipped=292 rescued=0 ignored=11 Friday 15 March 2024 02:57:35 +0000 (0:00:00.470) 0:01:23.603 ********** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 2.00s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable and start NetworkManager ------------ 1.87s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which services are running ----------- 1.52s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.50s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.49s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.48s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable and start NetworkManager ------------ 1.48s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which services are running ----------- 1.47s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.47s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.46s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.46s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.46s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.46s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.46s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.46s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.33s /WORKDIR/git-nm_plugin_hotfixgevxmqyz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---