# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Test executing the role with default parameters] ************************* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 17:42:27 +0000 (0:00:01.072) 0:00:01.072 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** Friday 05 August 2022 17:42:28 +0000 (0:00:01.006) 0:00:02.078 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which services are running] *********** Friday 05 August 2022 17:42:40 +0000 (0:00:12.049) 0:00:14.128 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* Friday 05 August 2022 17:42:51 +0000 (0:00:10.825) 0:00:24.954 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* Friday 05 August 2022 17:43:09 +0000 (0:00:18.124) 0:00:43.078 ********* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** Friday 05 August 2022 17:43:13 +0000 (0:00:04.396) 0:00:47.474 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** Friday 05 August 2022 17:43:15 +0000 (0:00:02.119) 0:00:49.594 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 17:43:17 +0000 (0:00:02.034) 0:00:51.629 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** Friday 05 August 2022 17:43:21 +0000 (0:00:03.598) 0:00:55.228 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** Friday 05 August 2022 17:43:25 +0000 (0:00:03.668) 0:00:58.896 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** Friday 05 August 2022 17:43:27 +0000 (0:00:02.454) 0:01:01.351 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 17:43:30 +0000 (0:00:02.910) 0:01:04.261 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ Friday 05 August 2022 17:43:49 +0000 (0:00:19.107) 0:01:23.368 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 17:43:51 +0000 (0:00:02.198) 0:01:25.567 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** Friday 05 August 2022 17:43:54 +0000 (0:00:02.633) 0:01:28.201 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 17:43:56 +0000 (0:00:02.278) 0:01:30.480 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 17:44:10 +0000 (0:00:14.002) 0:01:44.482 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** Friday 05 August 2022 17:44:12 +0000 (0:00:01.628) 0:01:46.111 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 17:44:14 +0000 (0:00:02.132) 0:01:48.243 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** Friday 05 August 2022 17:44:16 +0000 (0:00:01.749) 0:01:49.993 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 17:44:17 +0000 (0:00:01.245) 0:01:51.239 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:44:24 +0000 (0:00:06.776) 0:01:58.015 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/tasks/el_repo_setup.yml for sut TASK [Fix CentOS6 Base repo] *************************************************** Friday 05 August 2022 17:44:26 +0000 (0:00:01.887) 0:01:59.903 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:44:27 +0000 (0:00:01.432) 0:02:01.336 ********* included: /WORKDIR/dist-git-network-idempotent_fix-KIFB8a/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** Friday 05 August 2022 17:44:29 +0000 (0:00:02.216) 0:02:03.552 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** Friday 05 August 2022 17:44:30 +0000 (0:00:01.008) 0:02:04.560 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Friday 05 August 2022 17:44:32 +0000 (0:00:01.393) 0:02:05.953 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** Friday 05 August 2022 17:44:33 +0000 (0:00:00.956) 0:02:06.910 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** Friday 05 August 2022 17:44:34 +0000 (0:00:01.175) 0:02:08.086 ********* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=13 changed=0 unreachable=0 failed=0 skipped=16 rescued=0 ignored=0 Friday 05 August 2022 17:44:39 +0000 (0:00:05.080) 0:02:13.166 ********* =============================================================================== linux-system-roles.network : Enable and start NetworkManager ----------- 19.11s linux-system-roles.network : Check which packages are installed -------- 18.12s linux-system-roles.network : Configure networking connection profiles -- 14.00s linux-system-roles.network : Ensure ansible_facts used by role are present -- 12.05s linux-system-roles.network : Check which services are running ---------- 10.83s linux-system-roles.network : Re-test connectivity ----------------------- 6.78s Test warning and info logs ---------------------------------------------- 5.08s linux-system-roles.network : Print network provider --------------------- 4.40s linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 3.67s linux-system-roles.network : Install packages --------------------------- 3.60s linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces --- 2.91s linux-system-roles.network : Enable network service --------------------- 2.63s linux-system-roles.network : Install python3-libnmstate when using network_state variable --- 2.45s linux-system-roles.network : Ensure initscripts network file dependency is present --- 2.28s include_tasks ----------------------------------------------------------- 2.22s linux-system-roles.network : Enable and start wpa_supplicant ------------ 2.20s linux-system-roles.network : Show stderr messages for the network_connections --- 2.13s linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider --- 2.12s linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8 --- 2.03s include_tasks ----------------------------------------------------------- 1.89s ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---