# 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_hotfixd16fjt30/.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_auto_gateway_initscripts.yml *********************************** 2 plays in /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tests_auto_gateway_initscripts.yml PLAY [Run playbook 'playbooks/tests_auto_gateway.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tests_auto_gateway_initscripts.yml:5 Thursday 22 February 2024 04:07:22 +0000 (0:00:00.011) 0:00:00.011 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tests_auto_gateway_initscripts.yml:8 Thursday 22 February 2024 04:07:23 +0000 (0:00:00.876) 0:00:00.888 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/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_hotfixd16fjt30/tests/tasks/el_repo_setup.yml:3 Thursday 22 February 2024 04:07:23 +0000 (0:00:00.011) 0:00:00.899 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/el_repo_setup.yml:17 Thursday 22 February 2024 04:07:23 +0000 (0:00:00.361) 0:00:01.261 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/el_repo_setup.yml:22 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.237) 0:00:01.498 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/el_repo_setup.yml:26 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.013) 0:00:01.512 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/el_repo_setup.yml:51 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.008) 0:00:01.521 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/enable_epel.yml:8 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.020) 0:00:01.541 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/enable_epel.yml:24 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.008) 0:00:01.550 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/enable_epel.yml:30 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.007) 0:00:01.557 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/enable_epel.yml:35 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.012) 0:00:01.570 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/enable_epel.yml:40 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.009) 0:00:01.580 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tests_auto_gateway_initscripts.yml:10 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.010) 0:00:01.590 ***** ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:3 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:01.607 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:9 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.021) 0:00:01.628 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:11 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.018) 0:00:01.646 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:15 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.015) 0:00:01.662 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:17 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.015) 0:00:01.678 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:01.694 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:01.710 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } 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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:01.727 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:01.744 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:01.760 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.017) 0:00:01.777 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.017) 0:00:01.795 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:01.812 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:01.829 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:01.845 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.017) 0:00:01.862 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:01.879 ***** 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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:01.895 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:01.911 ***** 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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:01.928 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.017) 0:00:01.945 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.017) 0:00:01.963 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.017) 0:00:01.981 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.018) 0:00:01.999 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.017) 0:00:02.017 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:02.034 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:42 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.017) 0:00:02.051 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:44 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.017) 0:00:02.068 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:48 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.015) 0:00:02.084 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:52 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.015) 0:00:02.100 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:58 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.017) 0:00:02.117 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert default ipv6 route is present] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:62 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.017) 0:00:02.134 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:69 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:02.150 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.017) 0:00:02.168 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.015) 0:00:02.184 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } 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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:02.200 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.015) 0:00:02.216 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.015) 0:00:02.231 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:02.248 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:02.264 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:02.280 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.017) 0:00:02.298 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.017) 0:00:02.316 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:02.332 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Thursday 22 February 2024 04:07:24 +0000 (0:00:00.016) 0:00:02.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 [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.017) 0:00:02.366 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.016) 0:00:02.383 ***** 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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.015) 0:00:02.399 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.016) 0:00:02.415 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.016) 0:00:02.432 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.015) 0:00:02.447 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.016) 0:00:02.464 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.016) 0:00:02.481 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.017) 0:00:02.498 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:81 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.027) 0:00:02.526 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [TEST: I can configure an interface with auto_gateway disabled] *********** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:85 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.017) 0:00:02.544 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:89 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.018) 0:00:02.562 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.017) 0:00:02.580 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.017) 0:00:02.598 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } 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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.017) 0:00:02.616 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.021) 0:00:02.637 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.017) 0:00:02.655 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.017) 0:00:02.672 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.022) 0:00:02.695 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.021) 0:00:02.717 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.018) 0:00:02.735 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.018) 0:00:02.754 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.018) 0:00:02.772 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.018) 0:00:02.791 ***** 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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.019) 0:00:02.810 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.017) 0:00:02.828 ***** 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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.019) 0:00:02.847 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.018) 0:00:02.865 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.017) 0:00:02.883 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.016) 0:00:02.899 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.016) 0:00:02.916 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.017) 0:00:02.934 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.017) 0:00:02.951 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:110 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.019) 0:00:02.971 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:112 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.020) 0:00:02.991 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:116 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.016) 0:00:03.007 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:120 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.024) 0:00:03.032 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:126 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.017) 0:00:03.050 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:130 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.018) 0:00:03.068 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:137 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.023) 0:00:03.092 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.017) 0:00:03.109 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.016) 0:00:03.125 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } 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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.016) 0:00:03.142 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.016) 0:00:03.158 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.016) 0:00:03.175 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.019) 0:00:03.194 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.017) 0:00:03.212 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.016) 0:00:03.229 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.018) 0:00:03.248 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.017) 0:00:03.266 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.024) 0:00:03.290 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.019) 0:00:03.309 ***** 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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.017) 0:00:03.327 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Thursday 22 February 2024 04:07:25 +0000 (0:00:00.019) 0:00:03.346 ***** 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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 22 February 2024 04:07:26 +0000 (0:00:00.019) 0:00:03.365 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 22 February 2024 04:07:26 +0000 (0:00:00.020) 0:00:03.386 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Thursday 22 February 2024 04:07:26 +0000 (0:00:00.018) 0:00:03.404 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "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_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Thursday 22 February 2024 04:07:26 +0000 (0:00:00.016) 0:00:03.421 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Thursday 22 February 2024 04:07:26 +0000 (0:00:00.017) 0:00:03.439 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Thursday 22 February 2024 04:07:26 +0000 (0:00:00.017) 0:00:03.456 ***** skipping: [sut] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Thursday 22 February 2024 04:07:26 +0000 (0:00:00.018) 0:00:03.475 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:149 Thursday 22 February 2024 04:07:26 +0000 (0:00:00.021) 0:00:03.496 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:153 Thursday 22 February 2024 04:07:26 +0000 (0:00:00.016) 0:00:03.512 ***** skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=7 changed=0 unreachable=0 failed=0 skipped=114 rescued=0 ignored=0 Thursday 22 February 2024 04:07:26 +0000 (0:00:00.020) 0:00:03.533 ***** =============================================================================== Gathering Facts --------------------------------------------------------- 0.88s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tests_auto_gateway_initscripts.yml:5 Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/el_repo_setup.yml:3 --------- Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/el_repo_setup.yml:17 -------- fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.03s /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Show ipv4 routes -------------------------------------------------------- 0.02s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:116 fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable --- 0.02s /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Assert default ipv6 route is absent ------------------------------------- 0.02s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:130 fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager --- 0.02s /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider --- 0.02s /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.02s /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces --- 0.02s /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Gathering Facts --------------------------------------------------------- 0.02s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:3 Include the task 'enable_epel.yml' -------------------------------------- 0.02s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/el_repo_setup.yml:51 -------- Verify network state restored to default -------------------------------- 0.02s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:153 fedora.linux_system_roles.network : Ensure initscripts network file dependency is present --- 0.02s /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Include the task 'assert_device_present.yml' ---------------------------- 0.02s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/playbooks/tests_auto_gateway.yml:110 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 0.02s /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.02s /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 fedora.linux_system_roles.network : Enable and start wpa_supplicant ----- 0.02s /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 fedora.linux_system_roles.network : Enable network service -------------- 0.02s /WORKDIR/git-nm_plugin_hotfixd16fjt30/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---