# 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 15:56:36 +0000 (0:00:00.513) 0:00:00.514 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/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 15:56:37 +0000 (0:00:00.302) 0:00:00.816 ********* 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 15:56:47 +0000 (0:00:10.459) 0:00:11.276 ********* 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 15:56:54 +0000 (0:00:06.608) 0:00:17.885 ********* 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 15:57:11 +0000 (0:00:17.492) 0:00:35.377 ********* 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 15:57:14 +0000 (0:00:02.263) 0:00:37.641 ********* 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 15:57:15 +0000 (0:00:01.873) 0:00:39.515 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 15:57:17 +0000 (0:00:01.733) 0:00:41.248 ********* 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 15:57:21 +0000 (0:00:03.539) 0:00:44.788 ********* 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 15:57:22 +0000 (0:00:01.045) 0:00:45.834 ********* 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 15:57:23 +0000 (0:00:01.480) 0:00:47.314 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 15:57:26 +0000 (0:00:02.277) 0:00:49.591 ********* 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 15:57:44 +0000 (0:00:18.213) 0:01:07.805 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 15:57:46 +0000 (0:00:01.791) 0:01:09.597 ********* 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 15:57:48 +0000 (0:00:02.678) 0:01:12.276 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 15:57:51 +0000 (0:00:02.540) 0:01:14.816 ********* 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 15:57:58 +0000 (0:00:07.588) 0:01:22.404 ********* 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 15:58:00 +0000 (0:00:01.981) 0:01:24.386 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 15:58:02 +0000 (0:00:01.691) 0:01:26.078 ********* 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 15:58:03 +0000 (0:00:00.893) 0:01:26.971 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 15:58:03 +0000 (0:00:00.507) 0:01:27.479 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 15:58:09 +0000 (0:00:05.239) 0:01:32.719 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/el_repo_setup.yml for sut TASK [Fix CentOS6 Base repo] *************************************************** Friday 05 August 2022 15:58:10 +0000 (0:00:01.567) 0:01:34.286 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 15:58:11 +0000 (0:00:00.848) 0:01:35.134 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** Friday 05 August 2022 15:58:13 +0000 (0:00:01.697) 0:01:36.831 ********* changed: [sut] => { "changed": true, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": "0:00:02.496518", "end": "2022-08-05 15:58:21.681371", "rc": 0, "start": "2022-08-05 15:58:19.184853" } STDOUT: Last metadata expiration check: 0:02:10 ago on Fri Aug 5 15:56:09 2022. epel-release-latest-8.noarch.rpm 687 kB/s | 24 kB 00:00 Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: epel-release noarch 8-16.el8 @commandline 24 k Transaction Summary ================================================================================ Install 1 Package Total size: 24 k Installed size: 34 k Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : epel-release-8-16.el8.noarch 1/1 Running scriptlet: epel-release-8-16.el8.noarch 1/1 Many EPEL packages require the CodeReady Builder (CRB) repository. It is recommended that you run /usr/bin/crb enable to enable the CRB repository. Verifying : epel-release-8-16.el8.noarch 1/1 Installed: epel-release-8-16.el8.noarch Complete! TASK [Enable EPEL 7] *********************************************************** Friday 05 August 2022 15:58:22 +0000 (0:00:09.009) 0:01:45.841 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Friday 05 August 2022 15:58:23 +0000 (0:00:00.975) 0:01:46.816 ********* changed: [sut] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.598291", "end": "2022-08-05 15:58:24.913982", "rc": 0, "start": "2022-08-05 15:58:24.315691" } TASK [Enable EPEL 6] *********************************************************** Friday 05 August 2022 15:58:25 +0000 (0:00:02.700) 0:01:49.517 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** Friday 05 August 2022 15:58:27 +0000 (0:00:01.036) 0:01:50.553 ********* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=15 changed=2 unreachable=0 failed=0 skipped=14 rescued=0 ignored=0 Friday 05 August 2022 15:58:28 +0000 (0:00:01.125) 0:01:51.679 ********* =============================================================================== linux-system-roles.network : Enable and start NetworkManager ----------- 18.21s linux-system-roles.network : Check which packages are installed -------- 17.49s linux-system-roles.network : Ensure ansible_facts used by role are present -- 10.46s Create EPEL 8 ----------------------------------------------------------- 9.01s linux-system-roles.network : Configure networking connection profiles --- 7.59s linux-system-roles.network : Check which services are running ----------- 6.61s linux-system-roles.network : Re-test connectivity ----------------------- 5.24s linux-system-roles.network : Install packages --------------------------- 3.54s Enable EPEL 8 ----------------------------------------------------------- 2.70s linux-system-roles.network : Enable network service --------------------- 2.68s linux-system-roles.network : Ensure initscripts network file dependency is present --- 2.54s linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces --- 2.28s linux-system-roles.network : Print network provider --------------------- 2.26s linux-system-roles.network : Configure networking state ----------------- 1.98s linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider --- 1.87s linux-system-roles.network : Enable and start wpa_supplicant ------------ 1.79s linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8 --- 1.73s include_tasks ----------------------------------------------------------- 1.70s linux-system-roles.network : Show stderr messages for the network_connections --- 1.69s include_tasks ----------------------------------------------------------- 1.57s ---^---^---^---^---^--- # 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. ---^---^---^---^---^---