# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_wireless_nm.yml ************************************************ 2 plays in /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tests_wireless_nm.yml PLAY [Run playbook 'playbooks/tests_wireless.yml' with nm as provider] ********* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tests_wireless_nm.yml:6 Thursday 22 February 2024 03:18:55 +0000 (0:00:00.018) 0:00:00.018 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tests_wireless_nm.yml:9 Thursday 22 February 2024 03:18:56 +0000 (0:00:00.990) 0:00:01.009 ***** included: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/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_hotfixsnlpelnz/tests/tasks/el_repo_setup.yml:3 Thursday 22 February 2024 03:18:56 +0000 (0:00:00.011) 0:00:01.020 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tasks/el_repo_setup.yml:17 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.350) 0:00:01.371 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tasks/el_repo_setup.yml:22 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.257) 0:00:01.628 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tasks/el_repo_setup.yml:26 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.014) 0:00:01.643 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tasks/el_repo_setup.yml:51 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.008) 0:00:01.651 ***** included: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tasks/enable_epel.yml:8 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.021) 0:00:01.673 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tasks/enable_epel.yml:24 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.681 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tasks/enable_epel.yml:30 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.688 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tasks/enable_epel.yml:35 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.696 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tasks/enable_epel.yml:40 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.703 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tests_wireless_nm.yml:11 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.710 ***** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing wireless connection] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/playbooks/tests_wireless.yml:3 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.016) 0:00:01.727 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [INIT: wireless tests] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/playbooks/tests_wireless.yml:8 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.011) 0:00:01.739 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [Include the task 'setup_mock_wifi.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/playbooks/tests_wireless.yml:11 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.747 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Copy client certs] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/playbooks/tests_wireless.yml:13 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.754 ***** skipping: [sut] => (item=client.key) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "item": "client.key", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=client.pem) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "item": "client.pem", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=cacert.pem) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "item": "cacert.pem", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [TEST: wireless connection with WPA-PSK] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/playbooks/tests_wireless.yml:24 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.012) 0:00:01.767 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.774 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.008) 0:00:01.783 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.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_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.008) 0:00:01.791 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.013) 0:00:01.805 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.009) 0:00:01.814 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.008) 0:00:01.823 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.008) 0:00:01.831 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.839 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.847 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.854 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.862 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.870 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.878 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.886 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.893 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.901 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.909 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.008) 0:00:01.917 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:01.925 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.009) 0:00:01.935 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.019) 0:00:01.954 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.016) 0:00:01.971 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.017) 0:00:01.988 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.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_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.008) 0:00:01.997 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.012) 0:00:02.009 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.009) 0:00:02.018 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.025) 0:00:02.043 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.010) 0:00:02.054 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.008) 0:00:02.062 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.008) 0:00:02.070 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.008) 0:00:02.078 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.009) 0:00:02.088 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:02.096 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.018) 0:00:02.115 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.008) 0:00:02.124 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.014) 0:00:02.138 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.008) 0:00:02.147 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.008) 0:00:02.155 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.013) 0:00:02.169 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.009) 0:00:02.178 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.009) 0:00:02.187 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.015) 0:00:02.203 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [TEST: wireless connection with 802.1x TLS-EAP] *************************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/playbooks/tests_wireless.yml:53 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.010) 0:00:02.214 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.011) 0:00:02.225 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.009) 0:00:02.235 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.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_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.008) 0:00:02.243 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.009) 0:00:02.252 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.009) 0:00:02.261 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Thursday 22 February 2024 03:18:57 +0000 (0:00:00.007) 0:00:02.269 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.009) 0:00:02.278 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.009) 0:00:02.288 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.008) 0:00:02.297 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.008) 0:00:02.305 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.008) 0:00:02.313 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.007) 0:00:02.321 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.007) 0:00:02.329 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.007) 0:00:02.336 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.008) 0:00:02.345 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.007) 0:00:02.353 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.007) 0:00:02.361 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.007) 0:00:02.368 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.010) 0:00:02.379 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.008) 0:00:02.387 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.007) 0:00:02.395 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.009) 0:00:02.404 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.008) 0:00:02.413 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.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_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.007) 0:00:02.421 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.008) 0:00:02.429 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.007) 0:00:02.437 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.007) 0:00:02.445 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.007) 0:00:02.452 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.008) 0:00:02.460 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.009) 0:00:02.470 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.009) 0:00:02.480 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.008) 0:00:02.489 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.009) 0:00:02.498 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.008) 0:00:02.506 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.013) 0:00:02.519 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.009) 0:00:02.529 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.009) 0:00:02.538 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.009) 0:00:02.547 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.008) 0:00:02.556 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.008) 0:00:02.564 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.008) 0:00:02.572 ***** skipping: [sut] => { "false_condition": "ansible_distribution_major_version == '7'" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.007) 0:00:02.580 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Include the task 'cleanup_mock_wifi.yml'] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/playbooks/tests_wireless.yml:96 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.010) 0:00:02.590 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/playbooks/tests_wireless.yml:98 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.013) 0:00:02.604 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=7 changed=0 unreachable=0 failed=0 skipped=98 rescued=0 ignored=0 Thursday 22 February 2024 03:18:58 +0000 (0:00:00.013) 0:00:02.617 ***** =============================================================================== Gathering Facts --------------------------------------------------------- 0.99s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tests_wireless_nm.yml:6 ----------- Gather the minimum subset of ansible_facts required by the network role test --- 0.35s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tasks/el_repo_setup.yml:3 --------- Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tasks/el_repo_setup.yml:17 -------- fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 0.03s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Include the task 'enable_epel.yml' -------------------------------------- 0.02s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tasks/el_repo_setup.yml:51 -------- fedora.linux_system_roles.network : Show debug messages for the network_state --- 0.02s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.02s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 fedora.linux_system_roles.network : Ensure ansible_facts used by role --- 0.02s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Set network provider to 'nm' -------------------------------------------- 0.02s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tests_wireless_nm.yml:11 ---------- fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.02s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 fedora.linux_system_roles.network : Show debug messages for the network_state --- 0.02s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Set flag to indicate system is ostree ----------------------------------- 0.01s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/tasks/el_repo_setup.yml:22 -------- fedora.linux_system_roles.network : Enable network service -------------- 0.01s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Verify network state restored to default -------------------------------- 0.01s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/playbooks/tests_wireless.yml:98 --- fedora.linux_system_roles.network : Configure networking state ---------- 0.01s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider --- 0.01s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Include the task 'cleanup_mock_wifi.yml' -------------------------------- 0.01s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/playbooks/tests_wireless.yml:96 --- fedora.linux_system_roles.network : Enable and start wpa_supplicant ----- 0.01s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Copy client certs ------------------------------------------------------- 0.01s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/tests/playbooks/tests_wireless.yml:13 --- fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider --- 0.01s /WORKDIR/git-nm_plugin_hotfixsnlpelnz/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---