# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* Friday 05 August 2022 17:51:59 +0000 (0:00:00.433) 0:00:00.433 ********* ok: [sut] TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:52:09 +0000 (0:00:10.178) 0:00:10.612 ********* 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 17:52:10 +0000 (0:00:01.333) 0:00:11.945 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:52:11 +0000 (0:00:01.022) 0:00:12.967 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** Friday 05 August 2022 17:52:12 +0000 (0:00:00.425) 0:00:13.393 ********* changed: [sut] => { "changed": true, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": "0:00:02.614002", "end": "2022-08-05 17:52:21.750827", "rc": 0, "start": "2022-08-05 17:52:19.136825" } STDOUT: Last metadata expiration check: 0:01:26 ago on Fri Aug 5 17:50:54 2022. epel-release-latest-8.noarch.rpm 578 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 17:52:22 +0000 (0:00:10.178) 0:00:23.571 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Friday 05 August 2022 17:52:23 +0000 (0:00:00.961) 0:00:24.533 ********* changed: [sut] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.614574", "end": "2022-08-05 17:52:25.613254", "rc": 0, "start": "2022-08-05 17:52:24.998680" } TASK [Enable EPEL 6] *********************************************************** Friday 05 August 2022 17:52:26 +0000 (0:00:02.658) 0:00:27.191 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } PLAY [Install dependencies for integration tests] ****************************** TASK [Gathering Facts] ********************************************************* Friday 05 August 2022 17:52:27 +0000 (0:00:00.963) 0:00:28.155 ********* ok: [sut] TASK [Install rpm dependencies] ************************************************ Friday 05 August 2022 17:52:30 +0000 (0:00:03.932) 0:00:32.087 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Install Pytest] ********************************************************** Friday 05 August 2022 17:52:47 +0000 (0:00:16.603) 0:00:48.690 ********* ok: [sut] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:05.431878", "end": "2022-08-05 17:52:54.501148", "rc": 0, "start": "2022-08-05 17:52:49.069270" } STDOUT: Collecting pytest Downloading https://files.pythonhosted.org/packages/38/93/c7c0bd1e932b287fb948eb9ce5a3d6307c9fc619db1e199f8c8bc5dad95f/pytest-7.0.1-py3-none-any.whl (296kB) Collecting pluggy<2.0,>=0.12 (from pytest) Downloading https://files.pythonhosted.org/packages/9e/01/f38e2ff29715251cf25532b9082a1589ab7e4f571ced434f98d0139336dc/pluggy-1.0.0-py2.py3-none-any.whl Collecting packaging (from pytest) Downloading https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl (40kB) Collecting attrs>=19.2.0 (from pytest) Downloading https://files.pythonhosted.org/packages/f2/bc/d817287d1aa01878af07c19505fafd1165cd6a119e9d0821ca1d1c20312d/attrs-22.1.0-py2.py3-none-any.whl (58kB) Collecting iniconfig (from pytest) Downloading https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.py3-none-any.whl Collecting importlib-metadata>=0.12; python_version < "3.8" (from pytest) Downloading https://files.pythonhosted.org/packages/a0/a1/b153a0a4caf7a7e3f15c2cd56c7702e2cf3d89b1b359d1f1c5e59d68f4ce/importlib_metadata-4.8.3-py3-none-any.whl Collecting py>=1.8.2 (from pytest) Downloading https://files.pythonhosted.org/packages/f6/f0/10642828a8dfb741e5f3fbaac830550a518a775c7fff6f04a007259b0548/py-1.11.0-py2.py3-none-any.whl (98kB) Collecting tomli>=1.0.0 (from pytest) Downloading https://files.pythonhosted.org/packages/05/e4/74f9440db36734d7ba83c574c1e7024009ce849208a41f90e94a134dc6d1/tomli-1.2.3-py3-none-any.whl Collecting pyparsing!=3.0.5,>=2.0.2 (from packaging->pytest) Downloading https://files.pythonhosted.org/packages/6c/10/a7d0fa5baea8fe7b50f448ab742f26f52b80bfca85ac2be9d35cdd9a3246/pyparsing-3.0.9-py3-none-any.whl (98kB) Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pytest) Downloading https://files.pythonhosted.org/packages/bd/df/d4a4974a3e3957fd1c1fa3082366d7fff6e428ddb55f074bf64876f8e8ad/zipp-3.6.0-py3-none-any.whl Collecting typing-extensions>=3.6.4; python_version < "3.8" (from importlib-metadata>=0.12; python_version < "3.8"->pytest) Downloading https://files.pythonhosted.org/packages/45/6b/44f7f8f1e110027cf88956b59f2fad776cca7e1704396d043f89effd3a0e/typing_extensions-4.1.1-py3-none-any.whl Installing collected packages: zipp, typing-extensions, importlib-metadata, pluggy, pyparsing, packaging, attrs, iniconfig, py, tomli, pytest Successfully installed attrs-22.1.0 importlib-metadata-4.8.3 iniconfig-1.1.1 packaging-21.3 pluggy-1.0.0 py-1.11.0 pyparsing-3.0.9 pytest-7.0.1 tomli-1.2.3 typing-extensions-4.1.1 zipp-3.6.0 STDERR: WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead. PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* Friday 05 August 2022 17:52:55 +0000 (0:00:07.437) 0:00:56.128 ********* ok: [sut] TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:52:57 +0000 (0:00:02.614) 0:00:58.743 ********* 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 17:52:58 +0000 (0:00:00.575) 0:00:59.318 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:52:58 +0000 (0:00:00.415) 0:00:59.734 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/../tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** Friday 05 August 2022 17:52:59 +0000 (0:00:00.808) 0:01:00.542 ********* ok: [sut] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** Friday 05 August 2022 17:53:01 +0000 (0:00:01.657) 0:01:02.199 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Friday 05 August 2022 17:53:01 +0000 (0:00:00.662) 0:01:02.861 ********* changed: [sut] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:01.610183", "end": "2022-08-05 17:53:04.562342", "rc": 0, "start": "2022-08-05 17:53:02.952159" } TASK [Enable EPEL 6] *********************************************************** Friday 05 August 2022 17:53:04 +0000 (0:00:02.958) 0:01:05.820 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** Friday 05 August 2022 17:53:05 +0000 (0:00:00.542) 0:01:06.363 ********* ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Test executing the role with default parameters] ************************* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 17:53:06 +0000 (0:00:01.480) 0:01:07.843 ********* 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 17:53:07 +0000 (0:00:00.844) 0:01:08.688 ********* 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:53:10 +0000 (0:00:02.882) 0:01:11.571 ********* 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:53:18 +0000 (0:00:07.919) 0:01:19.490 ********* 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:53:36 +0000 (0:00:18.319) 0:01:37.810 ********* ok: [sut] => {} MSG: Using network provider: initscripts 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:53:41 +0000 (0:00:04.380) 0:01:42.191 ********* 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:53:42 +0000 (0:00:01.689) 0:01:43.880 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 17:53:45 +0000 (0:00:02.278) 0:01:46.159 ********* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: network-scripts-10.00.15-1.el8.x86_64", "Installed: network-scripts-team-1.31-2.el8.x86_64" ] } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** Friday 05 August 2022 17:53:53 +0000 (0:00:08.498) 0:01:54.658 ********* 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:53:55 +0000 (0:00:01.755) 0:01:56.413 ********* 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:53:56 +0000 (0:00:01.571) 0:01:57.985 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 17:53:58 +0000 (0:00:01.720) 0:01:59.706 ********* 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 : Enable and start wpa_supplicant] ************ Friday 05 August 2022 17:54:00 +0000 (0:00:02.147) 0:02:01.853 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 17:54:02 +0000 (0:00:02.093) 0:02:03.946 ********* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** Friday 05 August 2022 17:54:17 +0000 (0:00:14.443) 0:02:18.390 ********* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-29826jd5euvpv/tmppme1l14d" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 17:54:29 +0000 (0:00:12.582) 0:02:30.973 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** Friday 05 August 2022 17:54:39 +0000 (0:00:10.044) 0:02:41.018 ********* 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:54:42 +0000 (0:00:02.541) 0:02:43.559 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 17:54:44 +0000 (0:00:01.614) 0:02:45.174 ********* 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": "initscripts" } }, "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:54:47 +0000 (0:00:03.044) 0:02:48.219 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 17:54:48 +0000 (0:00:01.450) 0:02:49.670 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:54:54 +0000 (0:00:05.855) 0:02:55.570 ********* 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 17:54:56 +0000 (0:00:02.181) 0:02:57.751 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:54:58 +0000 (0:00:01.881) 0:02:59.633 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/../tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** Friday 05 August 2022 17:55:01 +0000 (0:00:02.596) 0:03:02.230 ********* ok: [sut] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** Friday 05 August 2022 17:55:06 +0000 (0:00:05.714) 0:03:07.944 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Friday 05 August 2022 17:55:07 +0000 (0:00:00.517) 0:03:08.462 ********* changed: [sut] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:01.612398", "end": "2022-08-05 17:55:09.416043", "rc": 0, "start": "2022-08-05 17:55:07.803645" } TASK [Enable EPEL 6] *********************************************************** Friday 05 August 2022 17:55:09 +0000 (0:00:02.293) 0:03:10.755 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** Friday 05 August 2022 17:55:09 +0000 (0:00:00.186) 0:03:10.942 ********* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* Friday 05 August 2022 17:55:10 +0000 (0:00:00.437) 0:03:11.379 ********* ok: [sut] TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:55:11 +0000 (0:00:00.957) 0:03:12.337 ********* 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 17:55:11 +0000 (0:00:00.285) 0:03:12.623 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:55:11 +0000 (0:00:00.172) 0:03:12.795 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/../tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** Friday 05 August 2022 17:55:12 +0000 (0:00:00.347) 0:03:13.143 ********* ok: [sut] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** Friday 05 August 2022 17:55:12 +0000 (0:00:00.463) 0:03:13.606 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Friday 05 August 2022 17:55:12 +0000 (0:00:00.209) 0:03:13.816 ********* changed: [sut] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:01.599976", "end": "2022-08-05 17:55:14.694350", "rc": 0, "start": "2022-08-05 17:55:13.094374" } TASK [Enable EPEL 6] *********************************************************** Friday 05 August 2022 17:55:14 +0000 (0:00:02.116) 0:03:15.932 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** Friday 05 August 2022 17:55:14 +0000 (0:00:00.140) 0:03:16.073 ********* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Test executing the role with default parameters] ************************* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** Friday 05 August 2022 17:55:15 +0000 (0:00:00.383) 0:03:16.456 ********* 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 17:55:15 +0000 (0:00:00.179) 0:03:16.636 ********* 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:55:16 +0000 (0:00:00.660) 0:03:17.296 ********* 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:55:18 +0000 (0:00:02.796) 0:03:20.093 ********* 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:55:20 +0000 (0:00:01.749) 0:03:21.843 ********* 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:55:20 +0000 (0:00:00.086) 0:03:21.929 ********* 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:55:20 +0000 (0:00:00.107) 0:03:22.037 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** Friday 05 August 2022 17:55:21 +0000 (0:00:00.212) 0:03:22.250 ********* 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:55:21 +0000 (0:00:00.248) 0:03:22.498 ********* 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:55:21 +0000 (0:00:00.099) 0:03:22.598 ********* 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:55:21 +0000 (0:00:00.324) 0:03:22.923 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ Friday 05 August 2022 17:55:22 +0000 (0:00:00.188) 0:03:23.112 ********* 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:55:22 +0000 (0:00:00.885) 0:03:23.997 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* Friday 05 August 2022 17:55:23 +0000 (0:00:00.125) 0:03:24.123 ********* 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:55:23 +0000 (0:00:00.107) 0:03:24.230 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** Friday 05 August 2022 17:55:23 +0000 (0:00:00.095) 0:03:24.326 ********* 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:55:23 +0000 (0:00:00.699) 0:03:25.025 ********* 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:55:24 +0000 (0:00:00.178) 0:03:25.204 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** Friday 05 August 2022 17:55:24 +0000 (0:00:00.104) 0:03:25.308 ********* 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:55:24 +0000 (0:00:00.126) 0:03:25.434 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** Friday 05 August 2022 17:55:24 +0000 (0:00:00.072) 0:03:25.507 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:55:24 +0000 (0:00:00.325) 0:03:25.833 ********* 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 17:55:24 +0000 (0:00:00.140) 0:03:25.973 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:55:24 +0000 (0:00:00.116) 0:03:26.090 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/../tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** Friday 05 August 2022 17:55:25 +0000 (0:00:00.204) 0:03:26.294 ********* ok: [sut] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** Friday 05 August 2022 17:55:25 +0000 (0:00:00.367) 0:03:26.662 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** Friday 05 August 2022 17:55:25 +0000 (0:00:00.070) 0:03:26.732 ********* changed: [sut] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.593017", "end": "2022-08-05 17:55:26.481432", "rc": 0, "start": "2022-08-05 17:55:25.888415" } TASK [Enable EPEL 6] *********************************************************** Friday 05 August 2022 17:55:26 +0000 (0:00:00.907) 0:03:27.640 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** Friday 05 August 2022 17:55:26 +0000 (0:00:00.073) 0:03:27.713 ********* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* Friday 05 August 2022 17:55:26 +0000 (0:00:00.165) 0:03:27.879 ********* ok: [sut] TASK [create tempdir for code to test] ***************************************** Friday 05 August 2022 17:55:27 +0000 (0:00:00.838) 0:03:28.718 ********* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_gnqmfnff", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [get tempfile for tar] **************************************************** Friday 05 August 2022 17:55:28 +0000 (0:00:00.524) 0:03:29.242 ********* changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0600", "owner": "jenkins", "path": "/tmp/lsrtest_5eyscmh7.tar", "size": 0, "state": "file", "uid": 1000090000 } TASK [include_tasks] *********************************************************** Friday 05 August 2022 17:55:28 +0000 (0:00:00.449) 0:03:29.692 ********* included: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/tasks/get_modules_and_utils_paths.yml for sut TASK [set collection paths] **************************************************** Friday 05 August 2022 17:55:28 +0000 (0:00:00.095) 0:03:29.787 ********* ok: [sut] => { "ansible_facts": { "collection_paths": [ "/home/jenkins/.ansible/collections", "/usr/share/ansible/collections" ] }, "changed": false } TASK [set search paths] ******************************************************** Friday 05 August 2022 17:55:28 +0000 (0:00:00.098) 0:03:29.886 ********* ok: [sut] => { "ansible_facts": { "module_utils_search_path": [ "../../module_utils", "../module_utils", "/home/jenkins/.ansible/plugins/module_utils", "/usr/share/ansible/plugins/module_utils" ], "modules_search_path": [ "../../library", "../library", "/home/jenkins/.ansible/plugins/modules", "/usr/share/ansible/plugins/modules" ] }, "changed": false } TASK [find parent directory and path of modules] ******************************* Friday 05 August 2022 17:55:28 +0000 (0:00:00.110) 0:03:29.997 ********* ok: [sut -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../library ../library /home/jenkins/.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 /home/jenkins/.ansible/collections /usr/share/ansible/collections; 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.043252", "end": "2022-08-05 17:55:29.179836", "rc": 0, "start": "2022-08-05 17:55:29.136584" } STDOUT: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t library STDERR: + for dir in ../../library ../library /home/jenkins/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f ../../library/network_connections.py ']' ++ dirname ../../library + readlink -f ../.. + basename ../../library + exit 0 TASK [find parent directory and path of module_utils] ************************** Friday 05 August 2022 17:55:29 +0000 (0:00:00.368) 0:03:30.365 ********* ok: [sut -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../module_utils ../module_utils /home/jenkins/.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 /home/jenkins/.ansible/collections /usr/share/ansible/collections; 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.015907", "end": "2022-08-05 17:55:29.607402", "rc": 0, "start": "2022-08-05 17:55:29.591495" } STDOUT: /WORKDIR/dist-git-network-idempotent_fix-r_eg5t module_utils STDERR: + for dir in ../../module_utils ../module_utils /home/jenkins/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d ../../module_utils/network_lsr ']' ++ dirname ../../module_utils + readlink -f ../.. + basename ../../module_utils + exit 0 TASK [get tests directory] ***************************************************** Friday 05 August 2022 17:55:29 +0000 (0:00:00.402) 0:03:30.767 ********* ok: [sut] => { "ansible_facts": { "tests_directory": "/WORKDIR/dist-git-network-idempotent_fix-r_eg5t/tests/playbooks/files/../../tests" }, "changed": false } TASK [Create Tar file] ********************************************************* Friday 05 August 2022 17:55:29 +0000 (0:00:00.092) 0:03:30.860 ********* changed: [sut -> localhost] => { "changed": true, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_5eyscmh7.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/WORKDIR/dist-git-network-idempotent_fix-r_eg5t", "tests", "-C", "/WORKDIR/dist-git-network-idempotent_fix-r_eg5t", "library", "-C", "/WORKDIR/dist-git-network-idempotent_fix-r_eg5t", "module_utils" ], "delta": "0:00:00.086608", "end": "2022-08-05 17:55:30.140383", "rc": 0, "start": "2022-08-05 17:55:30.053775" } STDOUT: tests/ tests/.gitignore tests/covstats tests/ensure_provider_tests.py tests/files/ tests/files/cacert.key tests/files/cacert.pem tests/files/client.key tests/files/client.key.nocrypt tests/files/client.pem tests/files/dh.pem tests/files/server.key tests/files/server.pem tests/get_coverage.sh tests/get_coverage.yml tests/get_total_coverage.sh tests/git-post-commit.sh tests/git-pre-commit.sh tests/integration/ tests/integration/conftest.py tests/integration/test_ethernet.py tests/merge_coverage.sh tests/module_utils tests/modules tests/playbooks/ tests/playbooks/down_profile+delete_interface.yml tests/playbooks/down_profile.yml tests/playbooks/files tests/playbooks/integration_pytest_python3.yml tests/playbooks/manual_test_ethtool_coalesce.yml tests/playbooks/remove_profile.yml tests/playbooks/roles tests/playbooks/run_tasks.yml tests/playbooks/tasks tests/playbooks/tests_802_1x.yml tests/playbooks/tests_802_1x_updated.yml tests/playbooks/tests_auto_gateway.yml tests/playbooks/tests_bond.yml tests/playbooks/tests_bond_deprecated.yml tests/playbooks/tests_bond_options.yml tests/playbooks/tests_bond_removal.yml tests/playbooks/tests_bridge.yml tests/playbooks/tests_checkpoint_cleanup.yml tests/playbooks/tests_dummy.yml tests/playbooks/tests_eth_dns_support.yml tests/playbooks/tests_eth_pci_address_match.yml tests/playbooks/tests_ethernet.yml tests/playbooks/tests_ethtool_coalesce.yml tests/playbooks/tests_ethtool_features.yml tests/playbooks/tests_ethtool_ring.yml tests/playbooks/tests_infiniband.yml tests/playbooks/tests_ipv6.yml tests/playbooks/tests_ipv6_disabled.yml tests/playbooks/tests_ipv6_dns_search.yml tests/playbooks/tests_network_state.yml tests/playbooks/tests_provider.yml tests/playbooks/tests_reapply.yml tests/playbooks/tests_route_table.yml tests/playbooks/tests_routing_rules.yml tests/playbooks/tests_states.yml tests/playbooks/tests_switch_provider.yml tests/playbooks/tests_team.yml tests/playbooks/tests_team_plugin_installation.yml tests/playbooks/tests_vlan_mtu.yml tests/playbooks/tests_wireless.yml tests/playbooks/tests_wireless_plugin_installation.yml tests/playbooks/tests_wireless_wpa3_owe.yml tests/playbooks/tests_wireless_wpa3_sae.yml tests/roles/ tests/roles/linux-system-roles.network/ tests/roles/linux-system-roles.network/defaults tests/roles/linux-system-roles.network/library tests/roles/linux-system-roles.network/meta tests/roles/linux-system-roles.network/module_utils tests/roles/linux-system-roles.network/tasks tests/roles/linux-system-roles.network/templates tests/setup-snapshot.yml tests/tasks/ tests/tasks/activate_profile.yml tests/tasks/assert_device_absent.yml tests/tasks/assert_device_present.yml tests/tasks/assert_output_in_stderr_without_warnings.yml tests/tasks/assert_profile_absent.yml tests/tasks/assert_profile_present.yml tests/tasks/cleanup_802_1x_server.yml tests/tasks/cleanup_mock_wifi.yml tests/tasks/cleanup_profile+device.yml tests/tasks/create_and_remove_interface.yml tests/tasks/create_bridge_profile.yml tests/tasks/create_bridge_profile_no_autoconnect.yml tests/tasks/create_dummy_profile.yml tests/tasks/create_team_profile.yml tests/tasks/create_test_interfaces_with_dhcp.yml tests/tasks/delete_interface.yml tests/tasks/el_repo_setup.yml tests/tasks/enable_epel.yml tests/tasks/get_NetworkManager_NVR.yml tests/tasks/get_current_interfaces.yml tests/tasks/get_interface_stat.yml tests/tasks/get_modules_and_utils_paths.yml tests/tasks/get_profile_stat.yml tests/tasks/manage_test_interface.yml tests/tasks/provider/ tests/tasks/provider/create_and_remove_with_initscripts.yml tests/tasks/provider/create_with_nm.yml tests/tasks/provider/default_with_nm.yml tests/tasks/remove+down_profile.yml tests/tasks/remove_profile.yml tests/tasks/remove_test_interfaces_with_dhcp.yml tests/tasks/run_test.yml tests/tasks/setup_802.1x.yml tests/tasks/setup_802_1x_server.yml tests/tasks/setup_mock_wifi.yml tests/tasks/setup_mock_wifi_wpa3_owe.yml tests/tasks/setup_mock_wifi_wpa3_sae.yml tests/tasks/setup_test_interface.yml tests/tasks/show_interfaces.yml tests/tasks/start_mock_wifi.yml tests/tasks/test_802.1x_capath.yml tests/tests_802_1x_nm.yml tests/tests_802_1x_updated_nm.yml tests/tests_auto_gateway_initscripts.yml tests/tests_auto_gateway_nm.yml tests/tests_bond_deprecated_initscripts.yml tests/tests_bond_deprecated_nm.yml tests/tests_bond_initscripts.yml tests/tests_bond_nm.yml tests/tests_bond_options_nm.yml tests/tests_bond_removal_initscripts.yml tests/tests_bond_removal_nm.yml tests/tests_bridge_initscripts.yml tests/tests_bridge_nm.yml tests/tests_change_indication_on_repeat_run.yml tests/tests_default.yml tests/tests_default_initscripts.yml tests/tests_default_nm.yml tests/tests_dummy_nm.yml tests/tests_eth_dns_support_nm.yml tests/tests_eth_pci_address_match_nm.yml tests/tests_ethernet_initscripts.yml tests/tests_ethernet_nm.yml tests/tests_ethtool_coalesce_initscripts.yml tests/tests_ethtool_coalesce_nm.yml tests/tests_ethtool_features_initscripts.yml tests/tests_ethtool_features_nm.yml tests/tests_ethtool_ring_initscripts.yml tests/tests_ethtool_ring_nm.yml tests/tests_helpers_and_asserts.yml tests/tests_infiniband_nm.yml tests/tests_integration_pytest.yml tests/tests_ipv6_disabled_nm.yml tests/tests_ipv6_dns_search_nm.yml tests/tests_ipv6_initscripts.yml tests/tests_ipv6_nm.yml tests/tests_network_state_nm.yml tests/tests_provider_nm.yml tests/tests_reapply_nm.yml tests/tests_regression_nm.yml tests/tests_route_table_nm.yml tests/tests_routing_rules_nm.yml tests/tests_states_initscripts.yml tests/tests_states_nm.yml tests/tests_switch_provider.yml tests/tests_team_nm.yml tests/tests_team_plugin_installation_nm.yml tests/tests_unit.yml tests/tests_vlan_mtu_initscripts.yml tests/tests_vlan_mtu_nm.yml tests/tests_wireless_nm.yml tests/tests_wireless_plugin_installation_nm.yml tests/tests_wireless_wpa3_owe_nm.yml tests/tests_wireless_wpa3_sae_nm.yml tests/unit/ tests/unit/test_network_connections.py tests/unit/test_nm_provider.py library/ library/__init__.py library/network_connections.py library/network_state.py module_utils/ module_utils/network_lsr/ module_utils/network_lsr/__init__.py module_utils/network_lsr/argument_validator.py module_utils/network_lsr/ethtool.py module_utils/network_lsr/myerror.py module_utils/network_lsr/nm/ module_utils/network_lsr/nm/__init__.py module_utils/network_lsr/nm/active_connection.py module_utils/network_lsr/nm/client.py module_utils/network_lsr/nm/connection.py module_utils/network_lsr/nm/error.py module_utils/network_lsr/nm/provider.py module_utils/network_lsr/nm_provider.py module_utils/network_lsr/utils.py TASK [Copy testrepo.tar to the remote system] ********************************** Friday 05 August 2022 17:55:30 +0000 (0:00:00.447) 0:03:31.307 ********* changed: [sut] => { "changed": true, "checksum": "1bc1a65e03a622b83a80f1744aa398ec6572c944", "dest": "/tmp/lsrtest_gnqmfnff/lsrtest_5eyscmh7.tar", "gid": 0, "group": "root", "md5sum": "36f18ae52fe96b5b9e6e781c3bf2bbd8", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 819200, "src": "/root/.ansible/tmp/ansible-tmp-1659722130.292477-30325-139519302189184/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** Friday 05 August 2022 17:55:31 +0000 (0:00:01.227) 0:03:32.535 ********* changed: [sut] => { "changed": true, "cmd": [ "tar", "xf", "lsrtest_5eyscmh7.tar" ], "delta": "0:00:00.026752", "end": "2022-08-05 17:55:31.716973", "rc": 0, "start": "2022-08-05 17:55:31.690221" } TASK [Create /tmp/lsrtest_gnqmfnff/ansible] ************************************ Friday 05 August 2022 17:55:31 +0000 (0:00:00.337) 0:03:32.873 ********* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_gnqmfnff/ansible", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Move module_utils to ansible directory] ********************************** Friday 05 August 2022 17:55:32 +0000 (0:00:00.490) 0:03:33.363 ********* changed: [sut] => { "changed": true, "cmd": "if [ -d /tmp/lsrtest_gnqmfnff/module_utils ]; then\n mv /tmp/lsrtest_gnqmfnff/module_utils /tmp/lsrtest_gnqmfnff/ansible\nfi\n", "delta": "0:00:00.007355", "end": "2022-08-05 17:55:32.504984", "rc": 0, "start": "2022-08-05 17:55:32.497629" } TASK [Fake out python module directories, primarily for python2] *************** Friday 05 August 2022 17:55:32 +0000 (0:00:00.301) 0:03:33.665 ********* changed: [sut] => { "changed": true, "cmd": "for dir in $(find /tmp/lsrtest_gnqmfnff -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.025861", "end": "2022-08-05 17:55:32.824441", "rc": 0, "start": "2022-08-05 17:55:32.798580" } TASK [Set _lsr_python_path] **************************************************** Friday 05 August 2022 17:55:32 +0000 (0:00:00.322) 0:03:33.988 ********* ok: [sut] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_gnqmfnff/library:/tmp/lsrtest_gnqmfnff" }, "changed": false } TASK [Show _lsr_python_path] *************************************************** Friday 05 August 2022 17:55:32 +0000 (0:00:00.071) 0:03:34.059 ********* ok: [sut] => {} MSG: path /tmp/lsrtest_gnqmfnff/library:/tmp/lsrtest_gnqmfnff TASK [ls -alrtFR /tmp/lsrtest_gnqmfnff] **************************************** Friday 05 August 2022 17:55:33 +0000 (0:00:00.094) 0:03:34.154 ********* changed: [sut] => { "changed": true, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_gnqmfnff" ], "delta": "0:00:00.011511", "end": "2022-08-05 17:55:33.303747", "rc": 0, "start": "2022-08-05 17:55:33.292236" } STDOUT: /tmp/lsrtest_gnqmfnff: total 804 drwxr-xr-x. 2 1000090000 1001 79 Aug 5 12:51 library/ -rw-------. 1 root root 819200 Aug 5 17:55 lsrtest_5eyscmh7.tar -rw-r--r--. 1 root root 0 Aug 5 17:55 __init__.py drwx------. 5 root root 96 Aug 5 17:55 ./ drwxr-xr-x. 8 1000090000 1001 4096 Aug 5 17:55 tests/ drwxr-xr-x. 3 root root 45 Aug 5 17:55 ansible/ drwxrwxrwt. 10 root root 251 Aug 5 17:55 ../ /tmp/lsrtest_gnqmfnff/library: total 104 -rw-r--r--. 1 1000090000 1001 2105 Aug 5 12:51 network_state.py -rw-r--r--. 1 1000090000 1001 101576 Aug 5 12:51 network_connections.py -rw-r--r--. 1 1000090000 1001 0 Aug 5 12:51 __init__.py drwxr-xr-x. 2 1000090000 1001 79 Aug 5 12:51 ./ drwx------. 5 root root 96 Aug 5 17:55 ../ /tmp/lsrtest_gnqmfnff/tests: total 276 -rw-r--r--. 1 1000090000 1001 805 Aug 5 12:51 tests_wireless_wpa3_sae_nm.yml -rw-r--r--. 1 1000090000 1001 901 Aug 5 12:51 tests_wireless_wpa3_owe_nm.yml -rw-r--r--. 1 1000090000 1001 636 Aug 5 12:51 tests_wireless_plugin_installation_nm.yml -rw-r--r--. 1 1000090000 1001 644 Aug 5 12:51 tests_wireless_nm.yml -rw-r--r--. 1 1000090000 1001 596 Aug 5 12:51 tests_vlan_mtu_nm.yml -rw-r--r--. 1 1000090000 1001 535 Aug 5 12:51 tests_vlan_mtu_initscripts.yml -rw-r--r--. 1 1000090000 1001 5339 Aug 5 12:51 tests_unit.yml -rw-r--r--. 1 1000090000 1001 628 Aug 5 12:51 tests_team_plugin_installation_nm.yml -rw-r--r--. 1 1000090000 1001 627 Aug 5 12:51 tests_team_nm.yml -rw-r--r--. 1 1000090000 1001 421 Aug 5 12:51 tests_switch_provider.yml -rw-r--r--. 1 1000090000 1001 592 Aug 5 12:51 tests_states_nm.yml -rw-r--r--. 1 1000090000 1001 531 Aug 5 12:51 tests_states_initscripts.yml -rw-r--r--. 1 1000090000 1001 606 Aug 5 12:51 tests_routing_rules_nm.yml -rw-r--r--. 1 1000090000 1001 602 Aug 5 12:51 tests_route_table_nm.yml -rw-r--r--. 1 1000090000 1001 1175 Aug 5 12:51 tests_regression_nm.yml -rw-r--r--. 1 1000090000 1001 594 Aug 5 12:51 tests_reapply_nm.yml -rw-r--r--. 1 1000090000 1001 1246 Aug 5 12:51 tests_provider_nm.yml -rw-r--r--. 1 1000090000 1001 657 Aug 5 12:51 tests_network_state_nm.yml -rw-r--r--. 1 1000090000 1001 588 Aug 5 12:51 tests_ipv6_nm.yml -rw-r--r--. 1 1000090000 1001 527 Aug 5 12:51 tests_ipv6_initscripts.yml -rw-r--r--. 1 1000090000 1001 610 Aug 5 12:51 tests_ipv6_dns_search_nm.yml -rw-r--r--. 1 1000090000 1001 606 Aug 5 12:51 tests_ipv6_disabled_nm.yml -rw-r--r--. 1 1000090000 1001 325 Aug 5 12:51 tests_integration_pytest.yml -rw-r--r--. 1 1000090000 1001 600 Aug 5 12:51 tests_infiniband_nm.yml -rw-r--r--. 1 1000090000 1001 979 Aug 5 12:51 tests_helpers_and_asserts.yml -rw-r--r--. 1 1000090000 1001 1155 Aug 5 12:51 tests_ethtool_ring_nm.yml -rw-r--r--. 1 1000090000 1001 543 Aug 5 12:51 tests_ethtool_ring_initscripts.yml -rw-r--r--. 1 1000090000 1001 1167 Aug 5 12:51 tests_ethtool_features_nm.yml -rw-r--r--. 1 1000090000 1001 551 Aug 5 12:51 tests_ethtool_features_initscripts.yml -rw-r--r--. 1 1000090000 1001 1167 Aug 5 12:51 tests_ethtool_coalesce_nm.yml -rw-r--r--. 1 1000090000 1001 551 Aug 5 12:51 tests_ethtool_coalesce_initscripts.yml -rw-r--r--. 1 1000090000 1001 596 Aug 5 12:51 tests_ethernet_nm.yml -rw-r--r--. 1 1000090000 1001 535 Aug 5 12:51 tests_ethernet_initscripts.yml -rw-r--r--. 1 1000090000 1001 1178 Aug 5 12:51 tests_eth_pci_address_match_nm.yml -rw-r--r--. 1 1000090000 1001 610 Aug 5 12:51 tests_eth_dns_support_nm.yml -rw-r--r--. 1 1000090000 1001 590 Aug 5 12:51 tests_dummy_nm.yml -rw-r--r--. 1 1000090000 1001 377 Aug 5 12:51 tests_default_nm.yml -rw-r--r--. 1 1000090000 1001 360 Aug 5 12:51 tests_default_initscripts.yml -rw-r--r--. 1 1000090000 1001 393 Aug 5 12:51 tests_default.yml -rw-r--r--. 1 1000090000 1001 2354 Aug 5 12:51 tests_change_indication_on_repeat_run.yml -rw-r--r--. 1 1000090000 1001 592 Aug 5 12:51 tests_bridge_nm.yml -rw-r--r--. 1 1000090000 1001 531 Aug 5 12:51 tests_bridge_initscripts.yml -rw-r--r--. 1 1000090000 1001 604 Aug 5 12:51 tests_bond_removal_nm.yml -rw-r--r--. 1 1000090000 1001 543 Aug 5 12:51 tests_bond_removal_initscripts.yml -rw-r--r--. 1 1000090000 1001 604 Aug 5 12:51 tests_bond_options_nm.yml -rw-r--r--. 1 1000090000 1001 588 Aug 5 12:51 tests_bond_nm.yml -rw-r--r--. 1 1000090000 1001 527 Aug 5 12:51 tests_bond_initscripts.yml -rw-r--r--. 1 1000090000 1001 610 Aug 5 12:51 tests_bond_deprecated_nm.yml -rw-r--r--. 1 1000090000 1001 549 Aug 5 12:51 tests_bond_deprecated_initscripts.yml -rw-r--r--. 1 1000090000 1001 604 Aug 5 12:51 tests_auto_gateway_nm.yml -rw-r--r--. 1 1000090000 1001 543 Aug 5 12:51 tests_auto_gateway_initscripts.yml -rw-r--r--. 1 1000090000 1001 701 Aug 5 12:51 tests_802_1x_updated_nm.yml -rw-r--r--. 1 1000090000 1001 685 Aug 5 12:51 tests_802_1x_nm.yml -rw-r--r--. 1 1000090000 1001 285 Aug 5 12:51 setup-snapshot.yml lrwxrwxrwx. 1 1000090000 1001 11 Aug 5 12:51 modules -> ../library// lrwxrwxrwx. 1 1000090000 1001 16 Aug 5 12:51 module_utils -> ../module_utils/ -rwxr-xr-x. 1 1000090000 1001 880 Aug 5 12:51 merge_coverage.sh* -rwxr-xr-x. 1 1000090000 1001 357 Aug 5 12:51 git-pre-commit.sh* -rwxr-xr-x. 1 1000090000 1001 682 Aug 5 12:51 git-post-commit.sh* -rwxr-xr-x. 1 1000090000 1001 929 Aug 5 12:51 get_total_coverage.sh* -rw-r--r--. 1 1000090000 1001 2509 Aug 5 12:51 get_coverage.yml -rwxr-xr-x. 1 1000090000 1001 2494 Aug 5 12:51 get_coverage.sh* -rwxr-xr-x. 1 1000090000 1001 9915 Aug 5 12:51 ensure_provider_tests.py* -rwxr-xr-x. 1 1000090000 1001 343 Aug 5 12:51 covstats* -rw-r--r--. 1 1000090000 1001 20 Aug 5 12:51 .gitignore drwx------. 5 root root 96 Aug 5 17:55 ../ -rw-r--r--. 1 root root 0 Aug 5 17:55 __init__.py drwxr-xr-x. 8 1000090000 1001 4096 Aug 5 17:55 ./ drwxr-xr-x. 2 1000090000 1001 173 Aug 5 17:55 files/ drwxr-xr-x. 2 1000090000 1001 68 Aug 5 17:55 integration/ drwxr-xr-x. 2 1000090000 1001 4096 Aug 5 17:55 playbooks/ drwxr-xr-x. 3 1000090000 1001 59 Aug 5 17:55 roles/ drwxr-xr-x. 3 1000090000 1001 4096 Aug 5 17:55 tasks/ drwxr-xr-x. 2 1000090000 1001 87 Aug 5 17:55 unit/ /tmp/lsrtest_gnqmfnff/tests/files: total 36 -rw-r--r--. 1 1000090000 1001 1334 Aug 5 12:51 server.pem -rw-r--r--. 1 1000090000 1001 1782 Aug 5 12:51 server.key -rw-r--r--. 1 1000090000 1001 424 Aug 5 12:51 dh.pem -rw-r--r--. 1 1000090000 1001 1334 Aug 5 12:51 client.pem -rw-r--r--. 1 1000090000 1001 1675 Aug 5 12:51 client.key.nocrypt -rw-r--r--. 1 1000090000 1001 1782 Aug 5 12:51 client.key -rw-r--r--. 1 1000090000 1001 1289 Aug 5 12:51 cacert.pem -rw-r--r--. 1 1000090000 1001 1766 Aug 5 12:51 cacert.key drwxr-xr-x. 8 1000090000 1001 4096 Aug 5 17:55 ../ -rw-r--r--. 1 root root 0 Aug 5 17:55 __init__.py drwxr-xr-x. 2 1000090000 1001 173 Aug 5 17:55 ./ /tmp/lsrtest_gnqmfnff/tests/integration: total 12 -rw-r--r--. 1 1000090000 1001 3243 Aug 5 12:51 test_ethernet.py -rw-r--r--. 1 1000090000 1001 199 Aug 5 12:51 conftest.py drwxr-xr-x. 8 1000090000 1001 4096 Aug 5 17:55 ../ -rw-r--r--. 1 root root 0 Aug 5 17:55 __init__.py drwxr-xr-x. 2 1000090000 1001 68 Aug 5 17:55 ./ /tmp/lsrtest_gnqmfnff/tests/playbooks: total 232 -rw-r--r--. 1 1000090000 1001 1369 Aug 5 12:51 tests_wireless_wpa3_sae.yml -rw-r--r--. 1 1000090000 1001 1325 Aug 5 12:51 tests_wireless_wpa3_owe.yml -rw-r--r--. 1 1000090000 1001 1188 Aug 5 12:51 tests_wireless_plugin_installation.yml -rw-r--r--. 1 1000090000 1001 2973 Aug 5 12:51 tests_wireless.yml -rw-r--r--. 1 1000090000 1001 1980 Aug 5 12:51 tests_vlan_mtu.yml -rw-r--r--. 1 1000090000 1001 1161 Aug 5 12:51 tests_team_plugin_installation.yml -rw-r--r--. 1 1000090000 1001 875 Aug 5 12:51 tests_team.yml -rw-r--r--. 1 1000090000 1001 1798 Aug 5 12:51 tests_switch_provider.yml -rw-r--r--. 1 1000090000 1001 4555 Aug 5 12:51 tests_states.yml -rw-r--r--. 1 1000090000 1001 8478 Aug 5 12:51 tests_routing_rules.yml -rw-r--r--. 1 1000090000 1001 4703 Aug 5 12:51 tests_route_table.yml -rw-r--r--. 1 1000090000 1001 2408 Aug 5 12:51 tests_reapply.yml -rw-r--r--. 1 1000090000 1001 1115 Aug 5 12:51 tests_provider.yml -rw-r--r--. 1 1000090000 1001 6891 Aug 5 12:51 tests_network_state.yml -rw-r--r--. 1 1000090000 1001 5711 Aug 5 12:51 tests_ipv6_dns_search.yml -rw-r--r--. 1 1000090000 1001 2786 Aug 5 12:51 tests_ipv6_disabled.yml -rw-r--r--. 1 1000090000 1001 3271 Aug 5 12:51 tests_ipv6.yml -rw-r--r--. 1 1000090000 1001 2493 Aug 5 12:51 tests_infiniband.yml -rw-r--r--. 1 1000090000 1001 6742 Aug 5 12:51 tests_ethtool_ring.yml -rw-r--r--. 1 1000090000 1001 7147 Aug 5 12:51 tests_ethtool_features.yml -rw-r--r--. 1 1000090000 1001 5435 Aug 5 12:51 tests_ethtool_coalesce.yml -rw-r--r--. 1 1000090000 1001 1663 Aug 5 12:51 tests_ethernet.yml -rw-r--r--. 1 1000090000 1001 2739 Aug 5 12:51 tests_eth_pci_address_match.yml -rw-r--r--. 1 1000090000 1001 3625 Aug 5 12:51 tests_eth_dns_support.yml -rw-r--r--. 1 1000090000 1001 854 Aug 5 12:51 tests_dummy.yml -rw-r--r--. 1 1000090000 1001 3174 Aug 5 12:51 tests_checkpoint_cleanup.yml -rw-r--r--. 1 1000090000 1001 1216 Aug 5 12:51 tests_bridge.yml -rw-r--r--. 1 1000090000 1001 8718 Aug 5 12:51 tests_bond_removal.yml -rw-r--r--. 1 1000090000 1001 6536 Aug 5 12:51 tests_bond_options.yml -rw-r--r--. 1 1000090000 1001 3588 Aug 5 12:51 tests_bond_deprecated.yml -rw-r--r--. 1 1000090000 1001 3932 Aug 5 12:51 tests_bond.yml -rw-r--r--. 1 1000090000 1001 4224 Aug 5 12:51 tests_auto_gateway.yml -rw-r--r--. 1 1000090000 1001 306 Aug 5 12:51 tests_802_1x_updated.yml -rw-r--r--. 1 1000090000 1001 4426 Aug 5 12:51 tests_802_1x.yml lrwxrwxrwx. 1 1000090000 1001 9 Aug 5 12:51 tasks -> ../tasks// -rw-r--r--. 1 1000090000 1001 136 Aug 5 12:51 run_tasks.yml lrwxrwxrwx. 1 1000090000 1001 9 Aug 5 12:51 roles -> ../roles// -rw-r--r--. 1 1000090000 1001 224 Aug 5 12:51 remove_profile.yml -rw-r--r--. 1 1000090000 1001 4140 Aug 5 12:51 manual_test_ethtool_coalesce.yml -rw-r--r--. 1 1000090000 1001 4947 Aug 5 12:51 integration_pytest_python3.yml lrwxrwxrwx. 1 1000090000 1001 8 Aug 5 12:51 files -> ../files/ -rw-r--r--. 1 1000090000 1001 213 Aug 5 12:51 down_profile.yml -rw-r--r--. 1 1000090000 1001 179 Aug 5 12:51 down_profile+delete_interface.yml drwxr-xr-x. 8 1000090000 1001 4096 Aug 5 17:55 ../ -rw-r--r--. 1 root root 0 Aug 5 17:55 __init__.py drwxr-xr-x. 2 1000090000 1001 4096 Aug 5 17:55 ./ /tmp/lsrtest_gnqmfnff/tests/roles: total 4 drwxr-xr-x. 8 1000090000 1001 4096 Aug 5 17:55 ../ -rw-r--r--. 1 root root 0 Aug 5 17:55 __init__.py drwxr-xr-x. 3 1000090000 1001 59 Aug 5 17:55 ./ drwxr-xr-x. 2 1000090000 1001 118 Aug 5 17:55 linux-system-roles.network/ /tmp/lsrtest_gnqmfnff/tests/roles/linux-system-roles.network: total 0 lrwxrwxrwx. 1 1000090000 1001 19 Aug 5 12:51 templates -> ../../../templates/ lrwxrwxrwx. 1 1000090000 1001 15 Aug 5 12:51 tasks -> ../../../tasks/ lrwxrwxrwx. 1 1000090000 1001 22 Aug 5 12:51 module_utils -> ../../../module_utils/ lrwxrwxrwx. 1 1000090000 1001 14 Aug 5 12:51 meta -> ../../../meta/ lrwxrwxrwx. 1 1000090000 1001 17 Aug 5 12:51 library -> ../../../library// lrwxrwxrwx. 1 1000090000 1001 18 Aug 5 12:51 defaults -> ../../../defaults/ drwxr-xr-x. 3 1000090000 1001 59 Aug 5 17:55 ../ -rw-r--r--. 1 root root 0 Aug 5 17:55 __init__.py drwxr-xr-x. 2 1000090000 1001 118 Aug 5 17:55 ./ /tmp/lsrtest_gnqmfnff/tests/tasks: total 156 -rw-r--r--. 1 1000090000 1001 3460 Aug 5 12:51 test_802.1x_capath.yml -rw-r--r--. 1 1000090000 1001 777 Aug 5 12:51 start_mock_wifi.yml -rw-r--r--. 1 1000090000 1001 185 Aug 5 12:51 show_interfaces.yml -rw-r--r--. 1 1000090000 1001 139 Aug 5 12:51 setup_test_interface.yml -rw-r--r--. 1 1000090000 1001 1980 Aug 5 12:51 setup_mock_wifi_wpa3_sae.yml -rw-r--r--. 1 1000090000 1001 1823 Aug 5 12:51 setup_mock_wifi_wpa3_owe.yml -rw-r--r--. 1 1000090000 1001 2048 Aug 5 12:51 setup_mock_wifi.yml -rw-r--r--. 1 1000090000 1001 2353 Aug 5 12:51 setup_802_1x_server.yml -rw-r--r--. 1 1000090000 1001 244 Aug 5 12:51 setup_802.1x.yml -rw-r--r--. 1 1000090000 1001 1648 Aug 5 12:51 run_test.yml -rw-r--r--. 1 1000090000 1001 581 Aug 5 12:51 remove_test_interfaces_with_dhcp.yml -rw-r--r--. 1 1000090000 1001 228 Aug 5 12:51 remove_profile.yml -rw-r--r--. 1 1000090000 1001 248 Aug 5 12:51 remove+down_profile.yml -rw-r--r--. 1 1000090000 1001 2094 Aug 5 12:51 manage_test_interface.yml -rw-r--r--. 1 1000090000 1001 1807 Aug 5 12:51 get_profile_stat.yml -rw-r--r--. 1 1000090000 1001 2837 Aug 5 12:51 get_modules_and_utils_paths.yml -rw-r--r--. 1 1000090000 1001 241 Aug 5 12:51 get_interface_stat.yml -rw-r--r--. 1 1000090000 1001 295 Aug 5 12:51 get_current_interfaces.yml -rw-r--r--. 1 1000090000 1001 480 Aug 5 12:51 get_NetworkManager_NVR.yml -rw-r--r--. 1 1000090000 1001 1214 Aug 5 12:51 enable_epel.yml -rw-r--r--. 1 1000090000 1001 852 Aug 5 12:51 el_repo_setup.yml -rw-r--r--. 1 1000090000 1001 198 Aug 5 12:51 delete_interface.yml -rw-r--r--. 1 1000090000 1001 3704 Aug 5 12:51 create_test_interfaces_with_dhcp.yml -rw-r--r--. 1 1000090000 1001 373 Aug 5 12:51 create_team_profile.yml -rw-r--r--. 1 1000090000 1001 361 Aug 5 12:51 create_dummy_profile.yml -rw-r--r--. 1 1000090000 1001 402 Aug 5 12:51 create_bridge_profile_no_autoconnect.yml -rw-r--r--. 1 1000090000 1001 375 Aug 5 12:51 create_bridge_profile.yml -rw-r--r--. 1 1000090000 1001 529 Aug 5 12:51 create_and_remove_interface.yml -rw-r--r--. 1 1000090000 1001 364 Aug 5 12:51 cleanup_profile+device.yml -rw-r--r--. 1 1000090000 1001 218 Aug 5 12:51 cleanup_mock_wifi.yml -rw-r--r--. 1 1000090000 1001 481 Aug 5 12:51 cleanup_802_1x_server.yml -rw-r--r--. 1 1000090000 1001 434 Aug 5 12:51 assert_profile_present.yml -rw-r--r--. 1 1000090000 1001 229 Aug 5 12:51 assert_profile_absent.yml -rw-r--r--. 1 1000090000 1001 364 Aug 5 12:51 assert_output_in_stderr_without_warnings.yml -rw-r--r--. 1 1000090000 1001 232 Aug 5 12:51 assert_device_present.yml -rw-r--r--. 1 1000090000 1001 227 Aug 5 12:51 assert_device_absent.yml -rw-r--r--. 1 1000090000 1001 213 Aug 5 12:51 activate_profile.yml drwxr-xr-x. 8 1000090000 1001 4096 Aug 5 17:55 ../ -rw-r--r--. 1 root root 0 Aug 5 17:55 __init__.py drwxr-xr-x. 3 1000090000 1001 4096 Aug 5 17:55 ./ drwxr-xr-x. 2 1000090000 1001 124 Aug 5 17:55 provider/ /tmp/lsrtest_gnqmfnff/tests/tasks/provider: total 16 -rw-r--r--. 1 1000090000 1001 191 Aug 5 12:51 default_with_nm.yml -rw-r--r--. 1 1000090000 1001 364 Aug 5 12:51 create_with_nm.yml -rw-r--r--. 1 1000090000 1001 607 Aug 5 12:51 create_and_remove_with_initscripts.yml drwxr-xr-x. 3 1000090000 1001 4096 Aug 5 17:55 ../ -rw-r--r--. 1 root root 0 Aug 5 17:55 __init__.py drwxr-xr-x. 2 1000090000 1001 124 Aug 5 17:55 ./ /tmp/lsrtest_gnqmfnff/tests/unit: total 192 -rw-r--r--. 1 1000090000 1001 1416 Aug 5 12:51 test_nm_provider.py -rw-r--r--. 1 1000090000 1001 188004 Aug 5 12:51 test_network_connections.py drwxr-xr-x. 8 1000090000 1001 4096 Aug 5 17:55 ../ -rw-r--r--. 1 root root 0 Aug 5 17:55 __init__.py drwxr-xr-x. 2 1000090000 1001 87 Aug 5 17:55 ./ /tmp/lsrtest_gnqmfnff/ansible: total 0 drwx------. 5 root root 96 Aug 5 17:55 ../ -rw-r--r--. 1 root root 0 Aug 5 17:55 __init__.py drwxr-xr-x. 3 root root 45 Aug 5 17:55 ./ drwxr-xr-x. 3 1000090000 1001 44 Aug 5 17:55 module_utils/ /tmp/lsrtest_gnqmfnff/ansible/module_utils: total 0 drwxr-xr-x. 3 1000090000 1001 138 Aug 5 12:51 network_lsr/ drwxr-xr-x. 3 root root 45 Aug 5 17:55 ../ -rw-r--r--. 1 root root 0 Aug 5 17:55 __init__.py drwxr-xr-x. 3 1000090000 1001 44 Aug 5 17:55 ./ /tmp/lsrtest_gnqmfnff/ansible/module_utils/network_lsr: total 128 -rw-r--r--. 1 1000090000 1001 11351 Aug 5 12:51 utils.py -rw-r--r--. 1 1000090000 1001 1594 Aug 5 12:51 nm_provider.py drwxr-xr-x. 2 1000090000 1001 126 Aug 5 12:51 nm/ -rw-r--r--. 1 1000090000 1001 190 Aug 5 12:51 myerror.py -rw-r--r--. 1 1000090000 1001 1706 Aug 5 12:51 ethtool.py -rw-r--r--. 1 1000090000 1001 105942 Aug 5 12:51 argument_validator.py -rw-r--r--. 1 1000090000 1001 0 Aug 5 12:51 __init__.py drwxr-xr-x. 3 1000090000 1001 138 Aug 5 12:51 ./ drwxr-xr-x. 3 1000090000 1001 44 Aug 5 17:55 ../ /tmp/lsrtest_gnqmfnff/ansible/module_utils/network_lsr/nm: total 24 -rw-r--r--. 1 1000090000 1001 3154 Aug 5 12:51 provider.py -rw-r--r--. 1 1000090000 1001 175 Aug 5 12:51 error.py -rw-r--r--. 1 1000090000 1001 3546 Aug 5 12:51 connection.py -rw-r--r--. 1 1000090000 1001 2834 Aug 5 12:51 client.py -rw-r--r--. 1 1000090000 1001 4012 Aug 5 12:51 active_connection.py -rw-r--r--. 1 1000090000 1001 343 Aug 5 12:51 __init__.py drwxr-xr-x. 3 1000090000 1001 138 Aug 5 12:51 ../ drwxr-xr-x. 2 1000090000 1001 126 Aug 5 12:51 ./ TASK [Run pytest with nm] ****************************************************** Friday 05 August 2022 17:55:33 +0000 (0:00:00.314) 0:03:34.469 ********* changed: [sut] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_gnqmfnff/tests/integration/", "--provider=nm" ], "delta": "0:00:02.989813", "end": "2022-08-05 17:55:36.620829", "rc": 0, "start": "2022-08-05 17:55:33.631016" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_gnqmfnff/tests/integration collected 1 item ../tmp/lsrtest_gnqmfnff/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 2.61s =============================== TASK [debug] ******************************************************************* Friday 05 August 2022 17:55:36 +0000 (0:00:03.306) 0:03:37.775 ********* ok: [sut] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_gnqmfnff/tests/integration", "collected 1 item", "", "../tmp/lsrtest_gnqmfnff/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 2.61s ===============================" ] } TASK [install network-scripts when running pytest with initscripts] ************ Friday 05 August 2022 17:55:36 +0000 (0:00:00.124) 0:03:37.900 ********* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Run pytest with initscripts] ********************************************* Friday 05 August 2022 17:55:39 +0000 (0:00:02.527) 0:03:40.427 ********* changed: [sut] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_gnqmfnff/tests/integration/", "--provider=initscripts" ], "delta": "0:00:04.844777", "end": "2022-08-05 17:55:44.465242", "rc": 0, "start": "2022-08-05 17:55:39.620465" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_gnqmfnff/tests/integration collected 1 item ../tmp/lsrtest_gnqmfnff/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 4.49s =============================== TASK [debug] ******************************************************************* Friday 05 August 2022 17:55:44 +0000 (0:00:05.440) 0:03:45.868 ********* ok: [sut] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_gnqmfnff/tests/integration", "collected 1 item", "", "../tmp/lsrtest_gnqmfnff/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 4.49s ===============================" ] } TASK [remove local tar file] *************************************************** Friday 05 August 2022 17:55:45 +0000 (0:00:00.530) 0:03:46.399 ********* changed: [sut -> localhost] => { "changed": true, "path": "/tmp/lsrtest_5eyscmh7.tar", "state": "absent" } TASK [remove tempdir] ********************************************************** Friday 05 August 2022 17:55:48 +0000 (0:00:02.864) 0:03:49.264 ********* changed: [sut] => { "changed": true, "path": "/tmp/lsrtest_gnqmfnff", "state": "absent" } PLAY RECAP ********************************************************************* sut : ok=77 changed=21 unreachable=0 failed=0 skipped=35 rescued=0 ignored=0 Friday 05 August 2022 17:55:49 +0000 (0:00:01.300) 0:03:50.564 ********* =============================================================================== linux-system-roles.network : Check which packages are installed -------- 18.32s Install rpm dependencies ----------------------------------------------- 16.60s linux-system-roles.network : Enable network service -------------------- 14.44s linux-system-roles.network : Ensure initscripts network file dependency is present -- 12.58s Create EPEL 8 ---------------------------------------------------------- 10.18s Gathering Facts -------------------------------------------------------- 10.18s linux-system-roles.network : Configure networking connection profiles -- 10.04s linux-system-roles.network : Install packages --------------------------- 8.50s linux-system-roles.network : Check which services are running ----------- 7.92s Install Pytest ---------------------------------------------------------- 7.44s linux-system-roles.network : Re-test connectivity ----------------------- 5.90s Create EPEL 8 ----------------------------------------------------------- 5.71s Run pytest with initscripts --------------------------------------------- 5.44s linux-system-roles.network : Print network provider --------------------- 4.38s Gathering Facts --------------------------------------------------------- 3.93s Run pytest with nm ------------------------------------------------------ 3.31s linux-system-roles.network : Show debug messages for the network_connections --- 3.04s Enable EPEL 8 ----------------------------------------------------------- 2.96s remove local tar file --------------------------------------------------- 2.86s linux-system-roles.network : Ensure ansible_facts used by role are present --- 2.86s ---^---^---^---^---^--- # 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. ---^---^---^---^---^---