[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. No config file found; using defaults running playbook inside collection fedora.linux_system_roles PLAY [Run playbook 'playbooks/integration_pytest_python3.yml'] ***************** TASK [Gathering Facts] ********************************************************* Monday 22 July 2024 12:12:43 -0400 (0:00:00.007) 0:00:00.007 *********** [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ Monday 22 July 2024 12:12:46 -0400 (0:00:02.737) 0:00:02.744 *********** included: /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed_node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** Monday 22 July 2024 12:12:46 -0400 (0:00:00.018) 0:00:02.763 *********** ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Monday 22 July 2024 12:12:48 -0400 (0:00:01.833) 0:00:04.596 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** Monday 22 July 2024 12:12:48 -0400 (0:00:00.441) 0:00:05.037 *********** ok: [managed_node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** Monday 22 July 2024 12:12:48 -0400 (0:00:00.022) 0:00:05.060 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Monday 22 July 2024 12:12:48 -0400 (0:00:00.013) 0:00:05.074 *********** included: /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 40] ********************************************************** Monday 22 July 2024 12:12:48 -0400 (0:00:00.029) 0:00:05.103 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Monday 22 July 2024 12:12:48 -0400 (0:00:00.013) 0:00:05.117 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Monday 22 July 2024 12:12:48 -0400 (0:00:00.012) 0:00:05.129 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Monday 22 July 2024 12:12:48 -0400 (0:00:00.013) 0:00:05.143 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Monday 22 July 2024 12:12:48 -0400 (0:00:00.012) 0:00:05.155 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } PLAY [Install dependencies for integration tests] ****************************** TASK [Gathering Facts] ********************************************************* Monday 22 July 2024 12:12:49 -0400 (0:00:00.028) 0:00:05.183 *********** ok: [managed_node1] TASK [Install rpm dependencies] ************************************************ Monday 22 July 2024 12:12:51 -0400 (0:00:02.300) 0:00:07.484 *********** changed: [managed_node1] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pip-23.3.2-1.fc40.noarch" ] } TASK [Install Pytest] ********************************************************** Monday 22 July 2024 12:12:55 -0400 (0:00:04.006) 0:00:11.491 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:01.798503", "end": "2024-07-22 12:12:57.509857", "rc": 0, "start": "2024-07-22 12:12:55.711354" } STDOUT: Collecting pytest Downloading pytest-8.3.1-py3-none-any.whl.metadata (7.5 kB) Collecting iniconfig (from pytest) Downloading iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB) Collecting packaging (from pytest) Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) Collecting pluggy<2,>=1.5 (from pytest) Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) Downloading pytest-8.3.1-py3-none-any.whl (341 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.6/341.6 kB 5.1 MB/s eta 0:00:00 Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) Downloading packaging-24.1-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 7.3 MB/s eta 0:00:00 Installing collected packages: pluggy, packaging, iniconfig, pytest Successfully installed iniconfig-2.0.0 packaging-24.1 pluggy-1.5.0 pytest-8.3.1 STDERR: WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv PLAY [Run playbook 'tests_default.yml' with initscripts as provider] *********** TASK [Gathering Facts] ********************************************************* Monday 22 July 2024 12:12:57 -0400 (0:00:02.262) 0:00:13.754 *********** ok: [managed_node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ Monday 22 July 2024 12:12:59 -0400 (0:00:02.228) 0:00:15.983 *********** included: /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed_node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** Monday 22 July 2024 12:12:59 -0400 (0:00:00.022) 0:00:16.005 *********** ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Monday 22 July 2024 12:13:01 -0400 (0:00:02.096) 0:00:18.101 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** Monday 22 July 2024 12:13:01 -0400 (0:00:00.020) 0:00:18.122 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** Monday 22 July 2024 12:13:01 -0400 (0:00:00.021) 0:00:18.143 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Monday 22 July 2024 12:13:01 -0400 (0:00:00.014) 0:00:18.158 *********** included: /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 40] ********************************************************** Monday 22 July 2024 12:13:02 -0400 (0:00:00.030) 0:00:18.189 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Monday 22 July 2024 12:13:02 -0400 (0:00:00.015) 0:00:18.204 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Monday 22 July 2024 12:13:02 -0400 (0:00:00.014) 0:00:18.219 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Monday 22 July 2024 12:13:02 -0400 (0:00:00.017) 0:00:18.237 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Monday 22 July 2024 12:13:02 -0400 (0:00:00.014) 0:00:18.251 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** Monday 22 July 2024 12:13:02 -0400 (0:00:00.013) 0:00:18.265 *********** ok: [managed_node1] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Test executing the role with default parameters] ************************* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** Monday 22 July 2024 12:13:02 -0400 (0:00:00.041) 0:00:18.306 *********** skipping: [managed_node1] => { "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] ************** Monday 22 July 2024 12:13:02 -0400 (0:00:00.022) 0:00:18.328 *********** skipping: [managed_node1] => { "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] *** Monday 22 July 2024 12:13:02 -0400 (0:00:00.023) 0:00:18.352 *********** skipping: [managed_node1] => { "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] *** Monday 22 July 2024 12:13:02 -0400 (0:00:00.020) 0:00:18.373 *********** skipping: [managed_node1] => { "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 due to wireless or team interfaces] *** Monday 22 July 2024 12:13:02 -0400 (0:00:00.020) 0:00:18.393 *********** skipping: [managed_node1] => { "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 due to wireless or team interfaces] *** Monday 22 July 2024 12:13:02 -0400 (0:00:00.022) 0:00:18.416 *********** skipping: [managed_node1] => { "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] *** Monday 22 July 2024 12:13:02 -0400 (0:00:00.019) 0:00:18.436 *********** skipping: [managed_node1] => { "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] ******************** Monday 22 July 2024 12:13:02 -0400 (0:00:00.019) 0:00:18.455 *********** skipping: [managed_node1] => { "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] *** Monday 22 July 2024 12:13:02 -0400 (0:00:00.022) 0:00:18.477 *********** skipping: [managed_node1] => { "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] *** Monday 22 July 2024 12:13:02 -0400 (0:00:00.019) 0:00:18.497 *********** skipping: [managed_node1] => { "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] *** Monday 22 July 2024 12:13:02 -0400 (0:00:00.021) 0:00:18.519 *********** skipping: [managed_node1] => { "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] ***** Monday 22 July 2024 12:13:02 -0400 (0:00:00.023) 0:00:18.542 *********** skipping: [managed_node1] => { "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] ***** Monday 22 July 2024 12:13:02 -0400 (0:00:00.019) 0:00:18.562 *********** skipping: [managed_node1] => { "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] ************** Monday 22 July 2024 12:13:02 -0400 (0:00:00.022) 0:00:18.584 *********** skipping: [managed_node1] => { "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] *** Monday 22 July 2024 12:13:02 -0400 (0:00:00.020) 0:00:18.604 *********** skipping: [managed_node1] => { "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] *** Monday 22 July 2024 12:13:02 -0400 (0:00:00.021) 0:00:18.625 *********** skipping: [managed_node1] => { "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] ********** Monday 22 July 2024 12:13:02 -0400 (0:00:00.022) 0:00:18.648 *********** skipping: [managed_node1] => { "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] *** Monday 22 July 2024 12:13:02 -0400 (0:00:00.022) 0:00:18.670 *********** skipping: [managed_node1] => { "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] *** Monday 22 July 2024 12:13:02 -0400 (0:00:00.023) 0:00:18.694 *********** skipping: [managed_node1] => { "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] *** Monday 22 July 2024 12:13:02 -0400 (0:00:00.023) 0:00:18.718 *********** skipping: [managed_node1] => { "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** Monday 22 July 2024 12:13:02 -0400 (0:00:00.021) 0:00:18.739 *********** skipping: [managed_node1] => { "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 'el_repo_setup.yml'] ************************************ Monday 22 July 2024 12:13:02 -0400 (0:00:00.025) 0:00:18.765 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** Monday 22 July 2024 12:13:02 -0400 (0:00:00.020) 0:00:18.785 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS','RedHat'] and ansible_distribution_major_version | int < 9)", "skip_reason": "Conditional result was False" } PLAY [Run playbook 'tests_default.yml' with nm as provider] ******************** TASK [Gathering Facts] ********************************************************* Monday 22 July 2024 12:13:02 -0400 (0:00:00.033) 0:00:18.818 *********** ok: [managed_node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ Monday 22 July 2024 12:13:05 -0400 (0:00:02.398) 0:00:21.217 *********** included: /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed_node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** Monday 22 July 2024 12:13:05 -0400 (0:00:00.022) 0:00:21.239 *********** ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Monday 22 July 2024 12:13:06 -0400 (0:00:01.864) 0:00:23.103 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** Monday 22 July 2024 12:13:06 -0400 (0:00:00.019) 0:00:23.123 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** Monday 22 July 2024 12:13:06 -0400 (0:00:00.024) 0:00:23.148 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Monday 22 July 2024 12:13:06 -0400 (0:00:00.014) 0:00:23.163 *********** included: /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 40] ********************************************************** Monday 22 July 2024 12:13:07 -0400 (0:00:00.028) 0:00:23.192 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Monday 22 July 2024 12:13:07 -0400 (0:00:00.016) 0:00:23.208 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Monday 22 July 2024 12:13:07 -0400 (0:00:00.015) 0:00:23.223 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Monday 22 July 2024 12:13:07 -0400 (0:00:00.014) 0:00:23.238 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Monday 22 July 2024 12:13:07 -0400 (0:00:00.014) 0:00:23.252 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Monday 22 July 2024 12:13:07 -0400 (0:00:00.016) 0:00:23.269 *********** ok: [managed_node1] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Test executing the role with default parameters] ************************* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** Monday 22 July 2024 12:13:07 -0400 (0:00:00.038) 0:00:23.307 *********** included: /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** Monday 22 July 2024 12:13:07 -0400 (0:00:00.028) 0:00:23.336 *********** skipping: [managed_node1] => { "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 : Check if system is ostree] *********** Monday 22 July 2024 12:13:07 -0400 (0:00:00.030) 0:00:23.367 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** Monday 22 July 2024 12:13:07 -0400 (0:00:00.031) 0:00:23.398 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** Monday 22 July 2024 12:13:07 -0400 (0:00:00.027) 0:00:23.425 *********** ok: [managed_node1] => { "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 : Check which packages are installed] *** Monday 22 July 2024 12:13:09 -0400 (0:00:02.636) 0:00:26.062 *********** ok: [managed_node1] => { "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 : Print network provider] ************** Monday 22 July 2024 12:13:11 -0400 (0:00:01.180) 0:00:27.242 *********** ok: [managed_node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Monday 22 July 2024 12:13:11 -0400 (0:00:00.042) 0:00:27.285 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "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] *** Monday 22 July 2024 12:13:11 -0400 (0:00:00.061) 0:00:27.347 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "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 due to wireless or team interfaces] *** Monday 22 July 2024 12:13:11 -0400 (0:00:00.041) 0:00:27.388 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "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 due to wireless or team interfaces] *** Monday 22 July 2024 12:13:11 -0400 (0:00:00.050) 0:00:27.439 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "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] *** Monday 22 July 2024 12:13:11 -0400 (0:00:00.042) 0:00:27.482 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** Monday 22 July 2024 12:13:11 -0400 (0:00:00.047) 0:00:27.530 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** Monday 22 July 2024 12:13:11 -0400 (0:00:00.078) 0:00:27.608 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** Monday 22 July 2024 12:13:11 -0400 (0:00:00.043) 0:00:27.652 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** Monday 22 July 2024 12:13:11 -0400 (0:00:00.042) 0:00:27.694 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** Monday 22 July 2024 12:13:11 -0400 (0:00:00.048) 0:00:27.742 *********** ok: [managed_node1] => { "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] ***** Monday 22 July 2024 12:13:12 -0400 (0:00:00.814) 0:00:28.557 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** Monday 22 July 2024 12:13:12 -0400 (0:00:00.050) 0:00:28.607 *********** skipping: [managed_node1] => { "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] *** Monday 22 July 2024 12:13:12 -0400 (0:00:00.036) 0:00:28.643 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** Monday 22 July 2024 12:13:12 -0400 (0:00:00.039) 0:00:28.683 *********** ok: [managed_node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** Monday 22 July 2024 12:13:13 -0400 (0:00:00.751) 0:00:29.434 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** Monday 22 July 2024 12:13:13 -0400 (0:00:00.042) 0:00:29.477 *********** ok: [managed_node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** Monday 22 July 2024 12:13:13 -0400 (0:00:00.041) 0:00:29.518 *********** ok: [managed_node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** Monday 22 July 2024 12:13:13 -0400 (0:00:00.069) 0:00:29.588 *********** skipping: [managed_node1] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** Monday 22 July 2024 12:13:13 -0400 (0:00:00.043) 0:00:29.631 *********** ok: [managed_node1] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ Monday 22 July 2024 12:13:13 -0400 (0:00:00.495) 0:00:30.127 *********** included: /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed_node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** Monday 22 July 2024 12:13:14 -0400 (0:00:00.060) 0:00:30.188 *********** ok: [managed_node1] TASK [Check if system is ostree] *********************************************** Monday 22 July 2024 12:13:15 -0400 (0:00:01.924) 0:00:32.112 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** Monday 22 July 2024 12:13:15 -0400 (0:00:00.040) 0:00:32.153 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** Monday 22 July 2024 12:13:16 -0400 (0:00:00.037) 0:00:32.191 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** Monday 22 July 2024 12:13:16 -0400 (0:00:00.036) 0:00:32.228 *********** included: /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed_node1 TASK [Create EPEL 40] ********************************************************** Monday 22 July 2024 12:13:16 -0400 (0:00:00.067) 0:00:32.295 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** Monday 22 July 2024 12:13:16 -0400 (0:00:00.036) 0:00:32.332 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Monday 22 July 2024 12:13:16 -0400 (0:00:00.033) 0:00:32.366 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Monday 22 July 2024 12:13:16 -0400 (0:00:00.034) 0:00:32.400 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Monday 22 July 2024 12:13:16 -0400 (0:00:00.034) 0:00:32.434 *********** skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** Monday 22 July 2024 12:13:16 -0400 (0:00:00.065) 0:00:32.500 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* Monday 22 July 2024 12:13:16 -0400 (0:00:00.126) 0:00:32.626 *********** ok: [managed_node1] TASK [Create tempdir for code to test] ***************************************** Monday 22 July 2024 12:13:18 -0400 (0:00:02.432) 0:00:35.058 *********** changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_kdsk20ef", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [Get tempfile for tar] **************************************************** Monday 22 July 2024 12:13:19 -0400 (0:00:00.464) 0:00:35.523 *********** changed: [managed_node1 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_z5nb_ksk.tar", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Include the task '../tasks/get_modules_and_utils_paths.yml'] ************* Monday 22 July 2024 12:13:19 -0400 (0:00:00.234) 0:00:35.757 *********** included: /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml for managed_node1 TASK [Set collection paths] **************************************************** Monday 22 July 2024 12:13:19 -0400 (0:00:00.061) 0:00:35.819 *********** ok: [managed_node1] => { "ansible_facts": { "collection_paths": [ "/var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0", "/var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0" ] }, "changed": false } TASK [Set search paths] ******************************************************** Monday 22 July 2024 12:13:19 -0400 (0:00:00.048) 0:00:35.868 *********** ok: [managed_node1] => { "ansible_facts": { "module_utils_search_path": [ "../../module_utils", "../module_utils", "/root/.ansible/plugins/module_utils", "/usr/share/ansible/plugins/module_utils" ], "modules_search_path": [ "../../library", "../library", "/root/.ansible/plugins/modules", "/usr/share/ansible/plugins/modules" ] }, "changed": false } TASK [Find parent directory and path of modules] ******************************* Monday 22 July 2024 12:13:19 -0400 (0:00:00.048) 0:00:35.916 *********** ok: [managed_node1 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules; do\n if [ -f \"$dir/network_connections.py\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0 /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0; do\n if [ ! -d \"$dir\" ]; then continue; fi\n cd \"$dir\"\n for subdir in ansible_collections/*/*/plugins/modules; do\n if [ -f \"$subdir/network_connections.py\" ]; then\n echo \"$dir\"\n echo \"$subdir\"\n exit 0\n fi\n done\ndone\necho network_connections.py not found\nexit 1\n", "delta": "0:00:00.004088", "end": "2024-07-22 12:13:19.939526", "rc": 0, "start": "2024-07-22 12:13:19.935438" } STDOUT: /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0 ansible_collections/fedora/linux_system_roles/plugins/modules STDERR: + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f ../../library/network_connections.py ']' + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f ../library/network_connections.py ']' + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f /root/.ansible/plugins/modules/network_connections.py ']' + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f /usr/share/ansible/plugins/modules/network_connections.py ']' + for dir in /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0 /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0 + '[' '!' -d /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0 ']' + cd /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0 + for subdir in ansible_collections/*/*/plugins/modules + '[' -f ansible_collections/ansible/posix/plugins/modules/network_connections.py ']' + for subdir in ansible_collections/*/*/plugins/modules + '[' -f ansible_collections/fedora/linux_system_roles/plugins/modules/network_connections.py ']' + echo /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0 + echo ansible_collections/fedora/linux_system_roles/plugins/modules + exit 0 TASK [Find parent directory and path of module_utils] ************************** Monday 22 July 2024 12:13:19 -0400 (0:00:00.244) 0:00:36.160 *********** ok: [managed_node1 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils; do\n if [ -d \"$dir/network_lsr\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0 /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0; do\n if [ ! -d \"$dir\" ]; then continue; fi\n cd \"$dir\"\n for subdir in ansible_collections/*/*/plugins/module_utils; do\n if [ -d \"$subdir/network_lsr\" ]; then\n echo \"$dir\"\n echo \"$subdir\"\n exit 0\n fi\n done\ndone\necho network_lsr not found\nexit 1\n", "delta": "0:00:00.003941", "end": "2024-07-22 12:13:20.219593", "rc": 0, "start": "2024-07-22 12:13:20.215652" } STDOUT: /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0 ansible_collections/fedora/linux_system_roles/plugins/module_utils STDERR: + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d ../../module_utils/network_lsr ']' + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d ../module_utils/network_lsr ']' + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d /root/.ansible/plugins/module_utils/network_lsr ']' + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d /usr/share/ansible/plugins/module_utils/network_lsr ']' + for dir in /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0 /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0 + '[' '!' -d /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0 ']' + cd /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0 + for subdir in ansible_collections/*/*/plugins/module_utils + '[' -d ansible_collections/ansible/posix/plugins/module_utils/network_lsr ']' + for subdir in ansible_collections/*/*/plugins/module_utils + '[' -d ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr ']' + echo /var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0 + echo ansible_collections/fedora/linux_system_roles/plugins/module_utils + exit 0 TASK [Get tests directory] ***************************************************** Monday 22 July 2024 12:13:20 -0400 (0:00:00.315) 0:00:36.476 *********** ok: [managed_node1] => { "ansible_facts": { "tests_directory": "/var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0/ansible_collections/fedora/linux_system_roles/tests/network/network" }, "changed": false } TASK [Create Tar file] ********************************************************* Monday 22 July 2024 12:13:20 -0400 (0:00:00.041) 0:00:36.518 *********** fatal: [managed_node1 -> localhost]: FAILED! => { "changed": false, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_z5nb_ksk.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0/ansible_collections/fedora/linux_system_roles/tests/network", "network", "-C", "/var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0", "ansible_collections/fedora/linux_system_roles/plugins/modules", "-C", "/var/ARTIFACTS/work-generalsjtn4yqr/plans/general/tree/tmp.1OUfUsO7d0", "ansible_collections/fedora/linux_system_roles/plugins/module_utils" ], "delta": "0:00:00.004972", "end": "2024-07-22 12:13:20.541721", "rc": 2, "start": "2024-07-22 12:13:20.536749" } STDOUT: ansible_collections/fedora/linux_system_roles/plugins/modules/ ansible_collections/fedora/linux_system_roles/plugins/modules/__init__.py ansible_collections/fedora/linux_system_roles/plugins/modules/network_connections.py ansible_collections/fedora/linux_system_roles/plugins/modules/network_state.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/myerror.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/error.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/connection.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/client.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/__init__.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/active_connection.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/provider.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm_provider.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/__init__.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/argument_validator.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/utils.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/ethtool.py STDERR: tar: network: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors MSG: non-zero return code TASK [Remove local tar file] *************************************************** Monday 22 July 2024 12:13:20 -0400 (0:00:00.246) 0:00:36.764 *********** changed: [managed_node1 -> localhost] => { "changed": true, "path": "/tmp/lsrtest_z5nb_ksk.tar", "state": "absent" } TASK [Remove tempdir] ********************************************************** Monday 22 July 2024 12:13:20 -0400 (0:00:00.336) 0:00:37.101 *********** changed: [managed_node1] => { "changed": true, "path": "/tmp/lsrtest_kdsk20ef", "state": "absent" } PLAY RECAP ********************************************************************* managed_node1 : ok=43 changed=5 unreachable=0 failed=1 skipped=70 rescued=0 ignored=0 Monday 22 July 2024 12:13:21 -0400 (0:00:00.366) 0:00:37.468 *********** =============================================================================== Install rpm dependencies ------------------------------------------------ 4.01s Gathering Facts --------------------------------------------------------- 2.74s fedora.linux_system_roles.network : Check which services are running ---- 2.64s Gathering Facts --------------------------------------------------------- 2.43s Gathering Facts --------------------------------------------------------- 2.40s Gathering Facts --------------------------------------------------------- 2.30s Install Pytest ---------------------------------------------------------- 2.26s Gathering Facts --------------------------------------------------------- 2.23s Gather the minimum subset of ansible_facts required by the network role test --- 2.10s Gather the minimum subset of ansible_facts required by the network role test --- 1.92s Gather the minimum subset of ansible_facts required by the network role test --- 1.86s Gather the minimum subset of ansible_facts required by the network role test --- 1.83s fedora.linux_system_roles.network : Check which packages are installed --- 1.18s fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.81s fedora.linux_system_roles.network : Configure networking connection profiles --- 0.75s fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.50s Create tempdir for code to test ----------------------------------------- 0.46s Check if system is ostree ----------------------------------------------- 0.44s Remove tempdir ---------------------------------------------------------- 0.37s Remove local tar file --------------------------------------------------- 0.34s