ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_integration_pytest.yml ***************************************** 7 plays in /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tests_integration_pytest.yml PLAY [Run playbook 'playbooks/integration_pytest_python3.yml'] ***************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tests_integration_pytest.yml:3 Wednesday 23 October 2024 14:11:10 -0400 (0:00:00.039) 0:00:00.039 ***** ok: [managed-node3] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tests_integration_pytest.yml:6 Wednesday 23 October 2024 14:11:11 -0400 (0:00:01.172) 0:00:01.212 ***** included: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node3 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Wednesday 23 October 2024 14:11:11 -0400 (0:00:00.064) 0:00:01.277 ***** ok: [managed-node3] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Wednesday 23 October 2024 14:11:12 -0400 (0:00:00.556) 0:00:01.833 ***** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Wednesday 23 October 2024 14:11:12 -0400 (0:00:00.629) 0:00:02.462 ***** ok: [managed-node3] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Wednesday 23 October 2024 14:11:12 -0400 (0:00:00.060) 0:00:02.522 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Wednesday 23 October 2024 14:11:12 -0400 (0:00:00.057) 0:00:02.580 ***** included: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node3 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Wednesday 23 October 2024 14:11:13 -0400 (0:00:00.192) 0:00:02.772 ***** ok: [managed-node3] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Wednesday 23 October 2024 14:11:13 -0400 (0:00:00.594) 0:00:03.366 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Wednesday 23 October 2024 14:11:13 -0400 (0:00:00.033) 0:00:03.400 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Wednesday 23 October 2024 14:11:13 -0400 (0:00:00.045) 0:00:03.445 ***** [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ok: [managed-node3] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.253161", "end": "2024-10-23 14:11:14.398166", "rc": 0, "start": "2024-10-23 14:11:14.145005" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Wednesday 23 October 2024 14:11:14 -0400 (0:00:00.620) 0:00:04.065 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY [Install dependencies for integration tests] ****************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:3 Wednesday 23 October 2024 14:11:14 -0400 (0:00:00.022) 0:00:04.088 ***** ok: [managed-node3] META: ran handlers TASK [Install rpm dependencies] ************************************************ task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:12 Wednesday 23 October 2024 14:11:15 -0400 (0:00:00.710) 0:00:04.798 ***** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Install Pytest] ********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:18 Wednesday 23 October 2024 14:11:18 -0400 (0:00:03.666) 0:00:08.464 ***** ok: [managed-node3] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:03.467435", "end": "2024-10-23 14:11:22.673355", "rc": 0, "start": "2024-10-23 14:11:19.205920" } STDOUT: Collecting pytest Downloading https://files.pythonhosted.org/packages/38/93/c7c0bd1e932b287fb948eb9ce5a3d6307c9fc619db1e199f8c8bc5dad95f/pytest-7.0.1-py3-none-any.whl (296kB) Collecting iniconfig (from pytest) Downloading https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.py3-none-any.whl 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 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 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 attrs>=19.2.0 (from pytest) Downloading https://files.pythonhosted.org/packages/fb/6e/6f83bf616d2becdf333a1640f1d463fef3150e2e926b7010cb0f81c95e88/attrs-22.2.0-py3-none-any.whl (60kB) 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 pyparsing!=3.0.5,>=2.0.2 (from packaging->pytest) Downloading https://files.pythonhosted.org/packages/e5/0c/0e3c05b1c87bb6a1c76d281b0f35e78d2d80ac91b5f8f524cebf77f51049/pyparsing-3.1.4-py3-none-any.whl (104kB) 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: iniconfig, tomli, zipp, typing-extensions, importlib-metadata, pluggy, pyparsing, packaging, attrs, py, pytest Successfully installed attrs-22.2.0 importlib-metadata-4.8.3 iniconfig-1.1.1 packaging-21.3 pluggy-1.0.0 py-1.11.0 pyparsing-3.1.4 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. META: ran handlers META: ran handlers PLAY [Run playbook 'tests_default.yml' with initscripts as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:3 Wednesday 23 October 2024 14:11:22 -0400 (0:00:03.879) 0:00:12.344 ***** ok: [managed-node3] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:6 Wednesday 23 October 2024 14:11:23 -0400 (0:00:00.661) 0:00:13.005 ***** included: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node3 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Wednesday 23 October 2024 14:11:23 -0400 (0:00:00.040) 0:00:13.046 ***** ok: [managed-node3] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Wednesday 23 October 2024 14:11:23 -0400 (0:00:00.552) 0:00:13.598 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Wednesday 23 October 2024 14:11:24 -0400 (0:00:00.030) 0:00:13.629 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Wednesday 23 October 2024 14:11:24 -0400 (0:00:00.032) 0:00:13.661 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Wednesday 23 October 2024 14:11:24 -0400 (0:00:00.030) 0:00:13.692 ***** included: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed-node3 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Wednesday 23 October 2024 14:11:24 -0400 (0:00:00.050) 0:00:13.743 ***** ok: [managed-node3] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Wednesday 23 October 2024 14:11:24 -0400 (0:00:00.415) 0:00:14.158 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Wednesday 23 October 2024 14:11:24 -0400 (0:00:00.038) 0:00:14.196 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Wednesday 23 October 2024 14:11:24 -0400 (0:00:00.026) 0:00:14.223 ***** ok: [managed-node3] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.254326", "end": "2024-10-23 14:11:25.224766", "rc": 0, "start": "2024-10-23 14:11:24.970440" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Wednesday 23 October 2024 14:11:25 -0400 (0:00:00.681) 0:00:14.904 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:8 Wednesday 23 October 2024 14:11:25 -0400 (0:00:00.089) 0:00:14.994 ***** ok: [managed-node3] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test executing the role with default parameters] ************************* META: ran handlers TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 23 October 2024 14:11:25 -0400 (0:00:00.091) 0:00:15.085 ***** included: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node3 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 23 October 2024 14:11:25 -0400 (0:00:00.052) 0:00:15.138 ***** skipping: [managed-node3] => { "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] *********** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 23 October 2024 14:11:25 -0400 (0:00:00.044) 0:00:15.183 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 23 October 2024 14:11:25 -0400 (0:00:00.039) 0:00:15.223 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 23 October 2024 14:11:25 -0400 (0:00:00.042) 0:00:15.265 ***** ok: [managed-node3] => { "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] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 23 October 2024 14:11:27 -0400 (0:00:01.825) 0:00:17.091 ***** ok: [managed-node3] => { "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] ************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 23 October 2024 14:11:29 -0400 (0:00:01.949) 0:00:19.040 ***** ok: [managed-node3] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 23 October 2024 14:11:29 -0400 (0:00:00.071) 0:00:19.111 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 23 October 2024 14:11:29 -0400 (0:00:00.088) 0:00:19.200 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 23 October 2024 14:11:29 -0400 (0:00:00.111) 0:00:19.312 ***** skipping: [managed-node3] => { "changed": false, "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] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 23 October 2024 14:11:29 -0400 (0:00:00.090) 0:00:19.402 ***** skipping: [managed-node3] => { "changed": false, "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] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 23 October 2024 14:11:29 -0400 (0:00:00.071) 0:00:19.473 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 23 October 2024 14:11:29 -0400 (0:00:00.081) 0:00:19.555 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 23 October 2024 14:11:30 -0400 (0:00:00.083) 0:00:19.638 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 23 October 2024 14:11:30 -0400 (0:00:00.128) 0:00:19.767 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 23 October 2024 14:11:30 -0400 (0:00:00.070) 0:00:19.837 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 23 October 2024 14:11:30 -0400 (0:00:00.058) 0:00:19.895 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 23 October 2024 14:11:30 -0400 (0:00:00.066) 0:00:19.962 ***** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 23 October 2024 14:11:30 -0400 (0:00:00.053) 0:00:20.015 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 23 October 2024 14:11:30 -0400 (0:00:00.052) 0:00:20.068 ***** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 23 October 2024 14:11:31 -0400 (0:00:00.971) 0:00:21.039 ***** ok: [managed-node3] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-38058oqi9iivv/tmp8__hd34d" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 23 October 2024 14:11:31 -0400 (0:00:00.545) 0:00:21.585 ***** ok: [managed-node3] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 23 October 2024 14:11:32 -0400 (0:00:00.968) 0:00:22.553 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 23 October 2024 14:11:33 -0400 (0:00:00.066) 0:00:22.620 ***** ok: [managed-node3] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 23 October 2024 14:11:33 -0400 (0:00:00.077) 0:00:22.697 ***** ok: [managed-node3] => { "__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": "initscripts" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 23 October 2024 14:11:33 -0400 (0:00:00.075) 0:00:22.773 ***** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 23 October 2024 14:11:33 -0400 (0:00:00.079) 0:00:22.852 ***** ok: [managed-node3] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9 Wednesday 23 October 2024 14:11:33 -0400 (0:00:00.636) 0:00:23.488 ***** included: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node3 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Wednesday 23 October 2024 14:11:33 -0400 (0:00:00.106) 0:00:23.594 ***** ok: [managed-node3] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Wednesday 23 October 2024 14:11:34 -0400 (0:00:00.676) 0:00:24.271 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Wednesday 23 October 2024 14:11:34 -0400 (0:00:00.059) 0:00:24.330 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Wednesday 23 October 2024 14:11:34 -0400 (0:00:00.063) 0:00:24.394 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Wednesday 23 October 2024 14:11:34 -0400 (0:00:00.066) 0:00:24.460 ***** included: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed-node3 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Wednesday 23 October 2024 14:11:34 -0400 (0:00:00.118) 0:00:24.579 ***** ok: [managed-node3] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Wednesday 23 October 2024 14:11:35 -0400 (0:00:00.484) 0:00:25.063 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Wednesday 23 October 2024 14:11:35 -0400 (0:00:00.066) 0:00:25.129 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Wednesday 23 October 2024 14:11:35 -0400 (0:00:00.072) 0:00:25.202 ***** ok: [managed-node3] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.268600", "end": "2024-10-23 14:11:36.219834", "rc": 0, "start": "2024-10-23 14:11:35.951234" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Wednesday 23 October 2024 14:11:36 -0400 (0:00:00.710) 0:00:25.912 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11 Wednesday 23 October 2024 14:11:36 -0400 (0:00:00.046) 0:00:25.959 ***** ok: [managed-node3] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Run playbook 'tests_default.yml' with nm as provider] ******************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_nm.yml:3 Wednesday 23 October 2024 14:11:36 -0400 (0:00:00.052) 0:00:26.012 ***** ok: [managed-node3] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_nm.yml:6 Wednesday 23 October 2024 14:11:37 -0400 (0:00:00.698) 0:00:26.711 ***** included: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node3 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Wednesday 23 October 2024 14:11:37 -0400 (0:00:00.079) 0:00:26.790 ***** ok: [managed-node3] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Wednesday 23 October 2024 14:11:37 -0400 (0:00:00.551) 0:00:27.342 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Wednesday 23 October 2024 14:11:37 -0400 (0:00:00.041) 0:00:27.384 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Wednesday 23 October 2024 14:11:37 -0400 (0:00:00.042) 0:00:27.427 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Wednesday 23 October 2024 14:11:37 -0400 (0:00:00.043) 0:00:27.471 ***** included: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed-node3 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Wednesday 23 October 2024 14:11:37 -0400 (0:00:00.074) 0:00:27.545 ***** ok: [managed-node3] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Wednesday 23 October 2024 14:11:38 -0400 (0:00:00.404) 0:00:27.950 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Wednesday 23 October 2024 14:11:38 -0400 (0:00:00.045) 0:00:27.996 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Wednesday 23 October 2024 14:11:38 -0400 (0:00:00.055) 0:00:28.051 ***** ok: [managed-node3] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.256547", "end": "2024-10-23 14:11:39.056097", "rc": 0, "start": "2024-10-23 14:11:38.799550" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Wednesday 23 October 2024 14:11:39 -0400 (0:00:00.897) 0:00:28.949 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_nm.yml:8 Wednesday 23 October 2024 14:11:39 -0400 (0:00:00.075) 0:00:29.024 ***** ok: [managed-node3] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test executing the role with default parameters] ************************* META: ran handlers TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 23 October 2024 14:11:39 -0400 (0:00:00.163) 0:00:29.188 ***** included: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node3 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 23 October 2024 14:11:39 -0400 (0:00:00.122) 0:00:29.310 ***** skipping: [managed-node3] => { "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] *********** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 23 October 2024 14:11:39 -0400 (0:00:00.096) 0:00:29.406 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 23 October 2024 14:11:39 -0400 (0:00:00.089) 0:00:29.496 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 23 October 2024 14:11:39 -0400 (0:00:00.071) 0:00:29.568 ***** ok: [managed-node3] => { "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] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 23 October 2024 14:11:41 -0400 (0:00:01.721) 0:00:31.290 ***** ok: [managed-node3] => { "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] ************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 23 October 2024 14:11:43 -0400 (0:00:01.536) 0:00:32.826 ***** ok: [managed-node3] => {} 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] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 23 October 2024 14:11:43 -0400 (0:00:00.049) 0:00:32.875 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 23 October 2024 14:11:43 -0400 (0:00:00.049) 0:00:32.925 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Wednesday 23 October 2024 14:11:43 -0400 (0:00:00.050) 0:00:32.975 ***** skipping: [managed-node3] => { "changed": false, "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] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Wednesday 23 October 2024 14:11:43 -0400 (0:00:00.049) 0:00:33.024 ***** skipping: [managed-node3] => { "changed": false, "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] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Wednesday 23 October 2024 14:11:43 -0400 (0:00:00.055) 0:00:33.080 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Wednesday 23 October 2024 14:11:43 -0400 (0:00:00.049) 0:00:33.129 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Wednesday 23 October 2024 14:11:43 -0400 (0:00:00.052) 0:00:33.181 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Wednesday 23 October 2024 14:11:43 -0400 (0:00:00.089) 0:00:33.271 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Wednesday 23 October 2024 14:11:43 -0400 (0:00:00.049) 0:00:33.320 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Wednesday 23 October 2024 14:11:43 -0400 (0:00:00.058) 0:00:33.378 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Wednesday 23 October 2024 14:11:43 -0400 (0:00:00.053) 0:00:33.432 ***** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 23 October 2024 14:11:44 -0400 (0:00:00.584) 0:00:34.017 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Wednesday 23 October 2024 14:11:44 -0400 (0:00:00.062) 0:00:34.079 ***** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Wednesday 23 October 2024 14:11:44 -0400 (0:00:00.057) 0:00:34.137 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Wednesday 23 October 2024 14:11:44 -0400 (0:00:00.052) 0:00:34.189 ***** ok: [managed-node3] => { "_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] ********** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Wednesday 23 October 2024 14:11:45 -0400 (0:00:00.605) 0:00:34.795 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Wednesday 23 October 2024 14:11:45 -0400 (0:00:00.048) 0:00:34.843 ***** ok: [managed-node3] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Wednesday 23 October 2024 14:11:45 -0400 (0:00:00.055) 0:00:34.899 ***** ok: [managed-node3] => { "__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] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Wednesday 23 October 2024 14:11:45 -0400 (0:00:00.053) 0:00:34.952 ***** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Wednesday 23 October 2024 14:11:45 -0400 (0:00:00.048) 0:00:35.001 ***** ok: [managed-node3] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9 Wednesday 23 October 2024 14:11:45 -0400 (0:00:00.390) 0:00:35.391 ***** included: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node3 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Wednesday 23 October 2024 14:11:45 -0400 (0:00:00.123) 0:00:35.515 ***** ok: [managed-node3] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Wednesday 23 October 2024 14:11:46 -0400 (0:00:00.681) 0:00:36.196 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Wednesday 23 October 2024 14:11:46 -0400 (0:00:00.088) 0:00:36.285 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Wednesday 23 October 2024 14:11:46 -0400 (0:00:00.115) 0:00:36.401 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Wednesday 23 October 2024 14:11:46 -0400 (0:00:00.118) 0:00:36.519 ***** included: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed-node3 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Wednesday 23 October 2024 14:11:47 -0400 (0:00:00.136) 0:00:36.655 ***** ok: [managed-node3] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Wednesday 23 October 2024 14:11:47 -0400 (0:00:00.466) 0:00:37.121 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Wednesday 23 October 2024 14:11:47 -0400 (0:00:00.060) 0:00:37.182 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Wednesday 23 October 2024 14:11:47 -0400 (0:00:00.069) 0:00:37.252 ***** ok: [managed-node3] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.260640", "end": "2024-10-23 14:11:48.303382", "rc": 0, "start": "2024-10-23 14:11:48.042742" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Wednesday 23 October 2024 14:11:48 -0400 (0:00:00.775) 0:00:38.027 ***** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11 Wednesday 23 October 2024 14:11:48 -0400 (0:00:00.061) 0:00:38.089 ***** ok: [managed-node3] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:34 Wednesday 23 October 2024 14:11:48 -0400 (0:00:00.071) 0:00:38.160 ***** ok: [managed-node3] META: ran handlers TASK [Create tempdir for code to test] ***************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:39 Wednesday 23 October 2024 14:11:49 -0400 (0:00:00.797) 0:00:38.958 ***** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest__3dihhfe", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Get tempfile for tar] **************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:45 Wednesday 23 October 2024 14:11:49 -0400 (0:00:00.578) 0:00:39.536 ***** changed: [managed-node3 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_ry0r87d6.tar", "size": 0, "state": "file", "uid": 0 } TASK [Include the task '../tasks/get_modules_and_utils_paths.yml'] ************* task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:52 Wednesday 23 October 2024 14:11:50 -0400 (0:00:00.285) 0:00:39.822 ***** included: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml for managed-node3 TASK [Set collection paths] **************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:3 Wednesday 23 October 2024 14:11:50 -0400 (0:00:00.096) 0:00:39.918 ***** ok: [managed-node3] => { "ansible_facts": { "collection_paths": [ "/tmp/collections-gaN", "/tmp/collections-gaN" ] }, "changed": false } TASK [Set search paths] ******************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:13 Wednesday 23 October 2024 14:11:50 -0400 (0:00:00.073) 0:00:39.992 ***** ok: [managed-node3] => { "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] ******************************* task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:42 Wednesday 23 October 2024 14:11:50 -0400 (0:00:00.067) 0:00:40.059 ***** ok: [managed-node3 -> 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 /tmp/collections-gaN /tmp/collections-gaN; 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.003792", "end": "2024-10-23 14:11:50.696794", "rc": 0, "start": "2024-10-23 14:11:50.693002" } STDOUT: /tmp/collections-gaN 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 /tmp/collections-gaN /tmp/collections-gaN + '[' '!' -d /tmp/collections-gaN ']' + cd /tmp/collections-gaN + 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 /tmp/collections-gaN + echo ansible_collections/fedora/linux_system_roles/plugins/modules + exit 0 TASK [Find parent directory and path of module_utils] ************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:69 Wednesday 23 October 2024 14:11:50 -0400 (0:00:00.311) 0:00:40.371 ***** ok: [managed-node3 -> 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 /tmp/collections-gaN /tmp/collections-gaN; 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.007013", "end": "2024-10-23 14:11:51.051453", "rc": 0, "start": "2024-10-23 14:11:51.044440" } STDOUT: /tmp/collections-gaN 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 /tmp/collections-gaN /tmp/collections-gaN + '[' '!' -d /tmp/collections-gaN ']' + cd /tmp/collections-gaN + 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 /tmp/collections-gaN + echo ansible_collections/fedora/linux_system_roles/plugins/module_utils + exit 0 TASK [Get tests directory] ***************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:55 Wednesday 23 October 2024 14:11:51 -0400 (0:00:00.364) 0:00:40.735 ***** ok: [managed-node3] => { "ansible_facts": { "tests_directory": "/tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/files/../../network" }, "changed": false } TASK [Create Tar file] ********************************************************* task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:70 Wednesday 23 October 2024 14:11:51 -0400 (0:00:00.076) 0:00:40.812 ***** [WARNING]: Consider using the unarchive module rather than running 'tar'. If you need to use command because unarchive is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ok: [managed-node3 -> localhost] => { "changed": false, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_ry0r87d6.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests", "network", "-C", "/tmp/collections-gaN", "ansible_collections/fedora/linux_system_roles/plugins/modules", "-C", "/tmp/collections-gaN", "ansible_collections/fedora/linux_system_roles/plugins/module_utils" ], "delta": "0:00:00.011643", "end": "2024-10-23 14:11:51.517439", "rc": 0, "start": "2024-10-23 14:11:51.505796" } STDOUT: network/ network/covstats network/ensure_provider_tests.py network/files/ network/files/cacert.key network/files/cacert.pem network/files/client.key network/files/client.key.nocrypt network/files/client.pem network/files/dh.pem network/files/server.key network/files/server.pem network/get_coverage.sh network/get_coverage.yml network/get_total_coverage.sh network/git-post-commit.sh network/git-pre-commit.sh network/integration/ network/integration/conftest.py network/integration/test_ethernet.py network/merge_coverage.sh network/playbooks/ network/playbooks/down_profile+delete_interface.yml network/playbooks/down_profile.yml network/playbooks/files network/playbooks/integration_pytest_python3.yml network/playbooks/manual_test_ethtool_coalesce.yml network/playbooks/remove_profile.yml network/playbooks/run_tasks.yml network/playbooks/tasks network/playbooks/tests_802_1x.yml network/playbooks/tests_802_1x_updated.yml network/playbooks/tests_auto_gateway.yml network/playbooks/tests_bond.yml network/playbooks/tests_bond_cloned_mac.yml network/playbooks/tests_bond_deprecated.yml network/playbooks/tests_bond_options.yml network/playbooks/tests_bond_removal.yml network/playbooks/tests_bridge.yml network/playbooks/tests_bridge_cloned_mac.yml network/playbooks/tests_checkpoint_cleanup.yml network/playbooks/tests_eth_dns_support.yml network/playbooks/tests_eth_pci_address_match.yml network/playbooks/tests_ethernet.yml network/playbooks/tests_ethtool_coalesce.yml network/playbooks/tests_ethtool_features.yml network/playbooks/tests_ethtool_ring.yml network/playbooks/tests_ignore_auto_dns.yml network/playbooks/tests_infiniband.yml network/playbooks/tests_ipv6.yml network/playbooks/tests_ipv6_disabled.yml network/playbooks/tests_ipv6_dns_search.yml network/playbooks/tests_network_state.yml network/playbooks/tests_provider.yml network/playbooks/tests_reapply.yml network/playbooks/tests_route_device.yml network/playbooks/tests_route_table.yml network/playbooks/tests_route_type.yml network/playbooks/tests_routing_rules.yml network/playbooks/tests_states.yml network/playbooks/tests_switch_provider.yml network/playbooks/tests_team.yml network/playbooks/tests_team_plugin_installation.yml network/playbooks/tests_vlan_mtu.yml network/playbooks/tests_wireless.yml network/playbooks/tests_wireless_and_network_restart.yml network/playbooks/tests_wireless_plugin_installation.yml network/playbooks/tests_wireless_wpa3_owe.yml network/playbooks/tests_wireless_wpa3_sae.yml network/playbooks/tests_dummy.yml network/setup-snapshot.yml network/tasks/ network/tasks/activate_profile.yml network/tasks/assert_IPv4_present.yml network/tasks/assert_IPv6_present.yml network/tasks/assert_autoconnect_retries.yml network/tasks/assert_bond_options.yml network/tasks/assert_bond_port_profile_present.yml network/tasks/assert_controller_device_present.yml network/tasks/assert_device_absent.yml network/tasks/assert_device_present.yml network/tasks/assert_dhcp_device_present.yml network/tasks/assert_network_connections_failed.yml network/tasks/assert_output_in_stderr_without_warnings.yml network/tasks/assert_package_installed.yml network/tasks/assert_profile_absent.yml network/tasks/assert_profile_present.yml network/tasks/check_network_dns.yml network/tasks/cleanup_802_1x_server.yml network/tasks/cleanup_bond_profile+device.yml network/tasks/cleanup_mock_wifi.yml network/tasks/cleanup_profile+device.yml network/tasks/create_and_remove_interface.yml network/tasks/create_bond_profile.yml network/tasks/create_bond_profile_reconfigure.yml network/tasks/create_bridge_profile.yml network/tasks/create_bridge_profile_no_autoconnect.yml network/tasks/create_team_profile.yml network/tasks/create_test_interfaces_with_dhcp.yml network/tasks/create_wireless_profile_restart_network.yml network/tasks/delete_interface.yml network/tasks/el_repo_setup.yml network/tasks/enable_epel.yml network/tasks/get_NetworkManager_NVR.yml network/tasks/get_current_interfaces.yml network/tasks/get_interface_stat.yml network/tasks/get_modules_and_utils_paths.yml network/tasks/get_profile_stat.yml network/tasks/manage_test_interface.yml network/tasks/ostree_systems_check.yml network/tasks/provider/ network/tasks/provider/create_and_remove_with_initscripts.yml network/tasks/provider/create_with_nm.yml network/tasks/provider/default_with_nm.yml network/tasks/remove+down_profile.yml network/tasks/remove_package.yml network/tasks/remove_profile.yml network/tasks/remove_test_interfaces_with_dhcp.yml network/tasks/run_test.yml network/tasks/setup_802.1x.yml network/tasks/setup_802_1x_server.yml network/tasks/setup_mock_wifi.yml network/tasks/setup_mock_wifi_wpa3_owe.yml network/tasks/setup_mock_wifi_wpa3_sae.yml network/tasks/setup_test_interface.yml network/tasks/show_interfaces.yml network/tasks/start_mock_wifi.yml network/tasks/test_802.1x_capath.yml network/tasks/assert_may_fail.yml network/tasks/create_dummy_profile.yml network/tests_802_1x_nm.yml network/tests_802_1x_updated_nm.yml network/tests_auto_gateway_initscripts.yml network/tests_auto_gateway_nm.yml network/tests_bond_cloned_mac_initscripts.yml network/tests_bond_cloned_mac_nm.yml network/tests_bond_deprecated_initscripts.yml network/tests_bond_deprecated_nm.yml network/tests_bond_initscripts.yml network/tests_bond_nm.yml network/tests_bond_options_nm.yml network/tests_bond_removal_initscripts.yml network/tests_bond_removal_nm.yml network/tests_bridge_cloned_mac_initscripts.yml network/tests_bridge_cloned_mac_nm.yml network/tests_bridge_initscripts.yml network/tests_bridge_nm.yml network/tests_change_indication_on_repeat_run.yml network/tests_default.yml network/tests_default_initscripts.yml network/tests_default_nm.yml network/tests_dummy_nm.yml network/tests_eth_dns_support_nm.yml network/tests_eth_pci_address_match_nm.yml network/tests_ethernet_initscripts.yml network/tests_ethernet_nm.yml network/tests_ethtool_coalesce_initscripts.yml network/tests_ethtool_coalesce_nm.yml network/tests_ethtool_features_initscripts.yml network/tests_ethtool_features_nm.yml network/tests_ethtool_ring_initscripts.yml network/tests_ethtool_ring_nm.yml network/tests_helpers_and_asserts.yml network/tests_ignore_auto_dns_nm.yml network/tests_infiniband_nm.yml network/tests_integration_pytest.yml network/tests_ipv6_disabled_nm.yml network/tests_ipv6_dns_search_nm.yml network/tests_ipv6_initscripts.yml network/tests_ipv6_nm.yml network/tests_network_state_nm.yml network/tests_provider_nm.yml network/tests_reapply_nm.yml network/tests_regression_nm.yml network/tests_route_device_initscripts.yml network/tests_route_device_nm.yml network/tests_route_table_nm.yml network/tests_route_type_nm.yml network/tests_routing_rules_nm.yml network/tests_states_initscripts.yml network/tests_states_nm.yml network/tests_switch_provider.yml network/tests_team_nm.yml network/tests_team_plugin_installation_nm.yml network/tests_unit.yml network/tests_vlan_mtu_initscripts.yml network/tests_vlan_mtu_nm.yml network/tests_wireless_and_network_restart_nm.yml network/tests_wireless_nm.yml network/tests_wireless_plugin_installation_nm.yml network/tests_wireless_wpa3_owe_nm.yml network/tests_wireless_wpa3_sae_nm.yml network/unit/ network/unit/test_nm_provider.py network/unit/test_network_connections.py 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_state.py ansible_collections/fedora/linux_system_roles/plugins/modules/network_connections.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/__init__.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/ethtool.py 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/__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/client.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/error.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/utils.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/argument_validator.py TASK [Copy testrepo.tar to the remote system] ********************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:84 Wednesday 23 October 2024 14:11:51 -0400 (0:00:00.373) 0:00:41.185 ***** changed: [managed-node3] => { "changed": true, "checksum": "d2a9979b11d39a28299baa83d77050a980333d9c", "dest": "/tmp/lsrtest__3dihhfe/lsrtest_ry0r87d6.tar", "gid": 0, "group": "root", "md5sum": "eee66a06227d8189aaa0115e0a04b2eb", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 962560, "src": "/root/.ansible/tmp/ansible-tmp-1729707111.6147943-40319-82687291579031/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:90 Wednesday 23 October 2024 14:11:52 -0400 (0:00:01.246) 0:00:42.431 ***** changed: [managed-node3] => { "changed": true, "dest": "/tmp/lsrtest__3dihhfe", "extract_results": { "cmd": [ "/usr/bin/gtar", "--extract", "-C", "/tmp/lsrtest__3dihhfe", "-f", "/tmp/lsrtest__3dihhfe/lsrtest_ry0r87d6.tar" ], "err": "", "out": "", "rc": 0 }, "gid": 0, "group": "root", "handler": "TarArchive", "mode": "0700", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 76, "src": "/tmp/lsrtest__3dihhfe/lsrtest_ry0r87d6.tar", "state": "directory", "uid": 0 } TASK [Create subdirectory './ansible' under '/tmp/lsrtest__3dihhfe'] *********** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:96 Wednesday 23 October 2024 14:11:54 -0400 (0:00:01.207) 0:00:43.639 ***** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest__3dihhfe/ansible", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Move module_utils to ansible directory] ********************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:102 Wednesday 23 October 2024 14:11:54 -0400 (0:00:00.567) 0:00:44.206 ***** ok: [managed-node3] => { "changed": false, "cmd": "if [ -d /tmp/lsrtest__3dihhfe/module_utils ]; then\n mv /tmp/lsrtest__3dihhfe/module_utils /tmp/lsrtest__3dihhfe/ansible\nfi\n", "delta": "0:00:00.003160", "end": "2024-10-23 14:11:54.941076", "rc": 0, "start": "2024-10-23 14:11:54.937916" } TASK [Fake out python module directories, primarily for python2] *************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:109 Wednesday 23 October 2024 14:11:55 -0400 (0:00:00.444) 0:00:44.651 ***** ok: [managed-node3] => { "changed": false, "cmd": "for dir in $(find /tmp/lsrtest__3dihhfe -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.015922", "end": "2024-10-23 14:11:55.505693", "rc": 0, "start": "2024-10-23 14:11:55.489771" } TASK [Set _lsr_python_path] **************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:118 Wednesday 23 October 2024 14:11:55 -0400 (0:00:00.563) 0:00:45.214 ***** ok: [managed-node3] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest__3dihhfe/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest__3dihhfe" }, "changed": false } TASK [Show _lsr_python_path] *************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:122 Wednesday 23 October 2024 14:11:55 -0400 (0:00:00.092) 0:00:45.306 ***** ok: [managed-node3] => {} MSG: path /tmp/lsrtest__3dihhfe/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest__3dihhfe TASK [List the files in /tmp/lsrtest__3dihhfe] ********************************* task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:126 Wednesday 23 October 2024 14:11:55 -0400 (0:00:00.128) 0:00:45.435 ***** ok: [managed-node3] => { "changed": false, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest__3dihhfe" ], "delta": "0:00:00.005873", "end": "2024-10-23 14:11:56.251618", "rc": 0, "start": "2024-10-23 14:11:56.245745" } STDOUT: /tmp/lsrtest__3dihhfe: total 948 -rw-------. 1 root root 962560 Oct 23 14:11 lsrtest_ry0r87d6.tar -rw-r--r--. 1 root root 0 Oct 23 14:11 __init__.py drwx------. 5 root root 110 Oct 23 14:11 ./ drwxr-xr-x. 7 root root 4096 Oct 23 14:11 network/ drwxr-xr-x. 3 root root 39 Oct 23 14:11 ansible_collections/ drwxr-xr-x. 2 root root 25 Oct 23 14:11 ansible/ drwxrwxrwt. 10 root root 4096 Oct 23 14:11 ../ /tmp/lsrtest__3dihhfe/network: total 308 -rwxr-xr-x. 1 root root 888 Oct 23 14:01 merge_coverage.sh* -rwxr-xr-x. 1 root root 365 Oct 23 14:01 git-pre-commit.sh* -rwxr-xr-x. 1 root root 690 Oct 23 14:01 git-post-commit.sh* -rwxr-xr-x. 1 root root 937 Oct 23 14:01 get_total_coverage.sh* -rwxr-xr-x. 1 root root 2502 Oct 23 14:01 get_coverage.sh* -rwxr-xr-x. 1 root root 10955 Oct 23 14:01 ensure_provider_tests.py* -rwxr-xr-x. 1 root root 351 Oct 23 14:01 covstats* -rw-r--r--. 1 root root 734 Oct 23 14:01 tests_bridge_nm.yml -rw-r--r--. 1 root root 669 Oct 23 14:01 tests_bridge_initscripts.yml -rw-r--r--. 1 root root 767 Oct 23 14:01 tests_bridge_cloned_mac_nm.yml -rw-r--r--. 1 root root 702 Oct 23 14:01 tests_bridge_cloned_mac_initscripts.yml -rw-r--r--. 1 root root 752 Oct 23 14:01 tests_bond_removal_nm.yml -rw-r--r--. 1 root root 687 Oct 23 14:01 tests_bond_removal_initscripts.yml -rw-r--r--. 1 root root 752 Oct 23 14:01 tests_bond_options_nm.yml -rw-r--r--. 1 root root 728 Oct 23 14:01 tests_bond_nm.yml -rw-r--r--. 1 root root 663 Oct 23 14:01 tests_bond_initscripts.yml -rw-r--r--. 1 root root 761 Oct 23 14:01 tests_bond_deprecated_nm.yml -rw-r--r--. 1 root root 696 Oct 23 14:01 tests_bond_deprecated_initscripts.yml -rw-r--r--. 1 root root 761 Oct 23 14:01 tests_bond_cloned_mac_nm.yml -rw-r--r--. 1 root root 696 Oct 23 14:01 tests_bond_cloned_mac_initscripts.yml -rw-r--r--. 1 root root 752 Oct 23 14:01 tests_auto_gateway_nm.yml -rw-r--r--. 1 root root 687 Oct 23 14:01 tests_auto_gateway_initscripts.yml -rw-r--r--. 1 root root 845 Oct 23 14:01 tests_802_1x_updated_nm.yml -rw-r--r--. 1 root root 821 Oct 23 14:01 tests_802_1x_nm.yml -rw-r--r--. 1 root root 334 Oct 23 14:01 setup-snapshot.yml -rw-r--r--. 1 root root 2382 Oct 23 14:01 get_coverage.yml -rw-r--r--. 1 root root 958 Oct 23 14:01 tests_wireless_wpa3_sae_nm.yml -rw-r--r--. 1 root root 1049 Oct 23 14:01 tests_wireless_wpa3_owe_nm.yml -rw-r--r--. 1 root root 800 Oct 23 14:01 tests_wireless_plugin_installation_nm.yml -rw-r--r--. 1 root root 788 Oct 23 14:01 tests_wireless_nm.yml -rw-r--r--. 1 root root 800 Oct 23 14:01 tests_wireless_and_network_restart_nm.yml -rw-r--r--. 1 root root 740 Oct 23 14:01 tests_vlan_mtu_nm.yml -rw-r--r--. 1 root root 675 Oct 23 14:01 tests_vlan_mtu_initscripts.yml -rw-r--r--. 1 root root 5997 Oct 23 14:01 tests_unit.yml -rw-r--r--. 1 root root 892 Oct 23 14:01 tests_team_plugin_installation_nm.yml -rw-r--r--. 1 root root 832 Oct 23 14:01 tests_team_nm.yml -rw-r--r--. 1 root root 580 Oct 23 14:01 tests_switch_provider.yml -rw-r--r--. 1 root root 734 Oct 23 14:01 tests_states_nm.yml -rw-r--r--. 1 root root 669 Oct 23 14:01 tests_states_initscripts.yml -rw-r--r--. 1 root root 755 Oct 23 14:01 tests_routing_rules_nm.yml -rw-r--r--. 1 root root 1520 Oct 23 14:01 tests_route_type_nm.yml -rw-r--r--. 1 root root 749 Oct 23 14:01 tests_route_table_nm.yml -rw-r--r--. 1 root root 752 Oct 23 14:01 tests_route_device_nm.yml -rw-r--r--. 1 root root 687 Oct 23 14:01 tests_route_device_initscripts.yml -rw-r--r--. 1 root root 1498 Oct 23 14:01 tests_regression_nm.yml -rw-r--r--. 1 root root 737 Oct 23 14:01 tests_reapply_nm.yml -rw-r--r--. 1 root root 1580 Oct 23 14:01 tests_provider_nm.yml -rw-r--r--. 1 root root 806 Oct 23 14:01 tests_network_state_nm.yml -rw-r--r--. 1 root root 728 Oct 23 14:01 tests_ipv6_nm.yml -rw-r--r--. 1 root root 663 Oct 23 14:01 tests_ipv6_initscripts.yml -rw-r--r--. 1 root root 761 Oct 23 14:01 tests_ipv6_dns_search_nm.yml -rw-r--r--. 1 root root 755 Oct 23 14:01 tests_ipv6_disabled_nm.yml -rw-r--r--. 1 root root 545 Oct 23 14:01 tests_integration_pytest.yml -rw-r--r--. 1 root root 746 Oct 23 14:01 tests_infiniband_nm.yml -rw-r--r--. 1 root root 761 Oct 23 14:01 tests_ignore_auto_dns_nm.yml -rw-r--r--. 1 root root 1028 Oct 23 14:01 tests_helpers_and_asserts.yml -rw-r--r--. 1 root root 1483 Oct 23 14:01 tests_ethtool_ring_nm.yml -rw-r--r--. 1 root root 687 Oct 23 14:01 tests_ethtool_ring_initscripts.yml -rw-r--r--. 1 root root 1499 Oct 23 14:01 tests_ethtool_features_nm.yml -rw-r--r--. 1 root root 699 Oct 23 14:01 tests_ethtool_features_initscripts.yml -rw-r--r--. 1 root root 1499 Oct 23 14:01 tests_ethtool_coalesce_nm.yml -rw-r--r--. 1 root root 699 Oct 23 14:01 tests_ethtool_coalesce_initscripts.yml -rw-r--r--. 1 root root 1515 Oct 23 14:01 tests_eth_pci_address_match_nm.yml -rw-r--r--. 1 root root 740 Oct 23 14:01 tests_ethernet_nm.yml -rw-r--r--. 1 root root 675 Oct 23 14:01 tests_ethernet_initscripts.yml -rw-r--r--. 1 root root 761 Oct 23 14:01 tests_eth_dns_support_nm.yml -rw-r--r--. 1 root root 731 Oct 23 14:01 tests_dummy_nm.yml -rw-r--r--. 1 root root 449 Oct 23 14:01 tests_default.yml -rw-r--r--. 1 root root 535 Oct 23 14:01 tests_default_nm.yml -rw-r--r--. 1 root root 523 Oct 23 14:01 tests_default_initscripts.yml -rw-r--r--. 1 root root 3482 Oct 23 14:01 tests_change_indication_on_repeat_run.yml drwx------. 5 root root 110 Oct 23 14:11 ../ -rw-r--r--. 1 root root 0 Oct 23 14:11 __init__.py drwxr-xr-x. 7 root root 4096 Oct 23 14:11 ./ drwxr-xr-x. 2 root root 173 Oct 23 14:11 files/ drwxr-xr-x. 2 root root 4096 Oct 23 14:11 playbooks/ drwxr-xr-x. 2 root root 68 Oct 23 14:11 integration/ drwxr-xr-x. 3 root root 4096 Oct 23 14:11 tasks/ drwxr-xr-x. 2 root root 87 Oct 23 14:11 unit/ /tmp/lsrtest__3dihhfe/network/files: total 36 -rw-r--r--. 1 root root 1334 Oct 23 14:01 server.pem -rw-r--r--. 1 root root 1782 Oct 23 14:01 server.key -rw-r--r--. 1 root root 424 Oct 23 14:01 dh.pem -rw-r--r--. 1 root root 1334 Oct 23 14:01 client.pem -rw-r--r--. 1 root root 1675 Oct 23 14:01 client.key.nocrypt -rw-r--r--. 1 root root 1782 Oct 23 14:01 client.key -rw-r--r--. 1 root root 1289 Oct 23 14:01 cacert.pem -rw-r--r--. 1 root root 1766 Oct 23 14:01 cacert.key drwxr-xr-x. 7 root root 4096 Oct 23 14:11 ../ -rw-r--r--. 1 root root 0 Oct 23 14:11 __init__.py drwxr-xr-x. 2 root root 173 Oct 23 14:11 ./ /tmp/lsrtest__3dihhfe/network/playbooks: total 280 lrwxrwxrwx. 1 root root 9 Oct 23 14:01 tasks -> ../tasks// lrwxrwxrwx. 1 root root 8 Oct 23 14:01 files -> ../files/ -rw-r--r--. 1 root root 4932 Oct 23 14:01 tests_bond.yml -rw-r--r--. 1 root root 3435 Oct 23 14:01 tests_bond_options.yml -rw-r--r--. 1 root root 5340 Oct 23 14:01 tests_bond_deprecated.yml -rw-r--r--. 1 root root 5425 Oct 23 14:01 tests_bond_cloned_mac.yml -rw-r--r--. 1 root root 5194 Oct 23 14:01 tests_auto_gateway.yml -rw-r--r--. 1 root root 5359 Oct 23 14:01 tests_802_1x.yml -rw-r--r--. 1 root root 564 Oct 23 14:01 tests_802_1x_updated.yml -rw-r--r--. 1 root root 178 Oct 23 14:01 run_tasks.yml -rw-r--r--. 1 root root 231 Oct 23 14:01 remove_profile.yml -rw-r--r--. 1 root root 4840 Oct 23 14:01 manual_test_ethtool_coalesce.yml -rw-r--r--. 1 root root 5873 Oct 23 14:01 integration_pytest_python3.yml -rw-r--r--. 1 root root 220 Oct 23 14:01 down_profile.yml -rw-r--r--. 1 root root 278 Oct 23 14:01 down_profile+delete_interface.yml -rw-r--r--. 1 root root 7153 Oct 23 14:01 tests_route_device.yml -rw-r--r--. 1 root root 3160 Oct 23 14:01 tests_reapply.yml -rw-r--r--. 1 root root 1325 Oct 23 14:01 tests_provider.yml -rw-r--r--. 1 root root 6659 Oct 23 14:01 tests_network_state.yml -rw-r--r--. 1 root root 4121 Oct 23 14:01 tests_ipv6.yml -rw-r--r--. 1 root root 5945 Oct 23 14:01 tests_ipv6_dns_search.yml -rw-r--r--. 1 root root 3254 Oct 23 14:01 tests_ipv6_disabled.yml -rw-r--r--. 1 root root 3086 Oct 23 14:01 tests_infiniband.yml -rw-r--r--. 1 root root 3105 Oct 23 14:01 tests_ignore_auto_dns.yml -rw-r--r--. 1 root root 7626 Oct 23 14:01 tests_ethtool_ring.yml -rw-r--r--. 1 root root 8088 Oct 23 14:01 tests_ethtool_features.yml -rw-r--r--. 1 root root 6237 Oct 23 14:01 tests_ethtool_coalesce.yml -rw-r--r--. 1 root root 2988 Oct 23 14:01 tests_eth_pci_address_match.yml -rw-r--r--. 1 root root 2446 Oct 23 14:01 tests_ethernet.yml -rw-r--r--. 1 root root 4502 Oct 23 14:01 tests_eth_dns_support.yml -rw-r--r--. 1 root root 4076 Oct 23 14:01 tests_checkpoint_cleanup.yml -rw-r--r--. 1 root root 1802 Oct 23 14:01 tests_bridge.yml -rw-r--r--. 1 root root 1998 Oct 23 14:01 tests_bridge_cloned_mac.yml -rw-r--r--. 1 root root 9729 Oct 23 14:01 tests_bond_removal.yml -rw-r--r--. 1 root root 3395 Oct 23 14:01 tests_wireless.yml -rw-r--r--. 1 root root 2331 Oct 23 14:01 tests_wireless_wpa3_sae.yml -rw-r--r--. 1 root root 2232 Oct 23 14:01 tests_wireless_wpa3_owe.yml -rw-r--r--. 1 root root 1542 Oct 23 14:01 tests_wireless_plugin_installation.yml -rw-r--r--. 1 root root 2879 Oct 23 14:01 tests_wireless_and_network_restart.yml -rw-r--r--. 1 root root 2474 Oct 23 14:01 tests_vlan_mtu.yml -rw-r--r--. 1 root root 1045 Oct 23 14:01 tests_team.yml -rw-r--r--. 1 root root 2142 Oct 23 14:01 tests_team_plugin_installation.yml -rw-r--r--. 1 root root 2374 Oct 23 14:01 tests_switch_provider.yml -rw-r--r--. 1 root root 5295 Oct 23 14:01 tests_states.yml -rw-r--r--. 1 root root 10273 Oct 23 14:01 tests_routing_rules.yml -rw-r--r--. 1 root root 6810 Oct 23 14:01 tests_route_type.yml -rw-r--r--. 1 root root 5777 Oct 23 14:01 tests_route_table.yml -rw-r--r--. 1 root root 1167 Oct 23 14:01 tests_dummy.yml drwxr-xr-x. 7 root root 4096 Oct 23 14:11 ../ -rw-r--r--. 1 root root 0 Oct 23 14:11 __init__.py drwxr-xr-x. 2 root root 4096 Oct 23 14:11 ./ /tmp/lsrtest__3dihhfe/network/integration: total 12 -rw-r--r--. 1 root root 3243 Oct 23 14:01 test_ethernet.py -rw-r--r--. 1 root root 199 Oct 23 14:01 conftest.py drwxr-xr-x. 7 root root 4096 Oct 23 14:11 ../ -rw-r--r--. 1 root root 0 Oct 23 14:11 __init__.py drwxr-xr-x. 2 root root 68 Oct 23 14:11 ./ /tmp/lsrtest__3dihhfe/network/tasks: total 228 -rw-r--r--. 1 root root 2238 Oct 23 14:01 setup_mock_wifi.yml -rw-r--r--. 1 root root 301 Oct 23 14:01 setup_802.1x.yml -rw-r--r--. 1 root root 2673 Oct 23 14:01 setup_802_1x_server.yml -rw-r--r--. 1 root root 1688 Oct 23 14:01 run_test.yml -rw-r--r--. 1 root root 1265 Oct 23 14:01 remove_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 235 Oct 23 14:01 remove_profile.yml -rw-r--r--. 1 root root 144 Oct 23 14:01 remove_package.yml -rw-r--r--. 1 root root 255 Oct 23 14:01 remove+down_profile.yml -rw-r--r--. 1 root root 204 Oct 23 14:01 ostree_systems_check.yml -rw-r--r--. 1 root root 2427 Oct 23 14:01 manage_test_interface.yml -rw-r--r--. 1 root root 2353 Oct 23 14:01 get_profile_stat.yml -rw-r--r--. 1 root root 558 Oct 23 14:01 get_NetworkManager_NVR.yml -rw-r--r--. 1 root root 2813 Oct 23 14:01 get_modules_and_utils_paths.yml -rw-r--r--. 1 root root 241 Oct 23 14:01 get_interface_stat.yml -rw-r--r--. 1 root root 295 Oct 23 14:01 get_current_interfaces.yml -rw-r--r--. 1 root root 1990 Oct 23 14:01 enable_epel.yml -rw-r--r--. 1 root root 1677 Oct 23 14:01 el_repo_setup.yml -rw-r--r--. 1 root root 197 Oct 23 14:01 delete_interface.yml -rw-r--r--. 1 root root 600 Oct 23 14:01 create_wireless_profile_restart_network.yml -rw-r--r--. 1 root root 5001 Oct 23 14:01 create_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 412 Oct 23 14:01 create_team_profile.yml -rw-r--r--. 1 root root 382 Oct 23 14:01 create_bridge_profile.yml -rw-r--r--. 1 root root 409 Oct 23 14:01 create_bridge_profile_no_autoconnect.yml -rw-r--r--. 1 root root 1366 Oct 23 14:01 create_bond_profile.yml -rw-r--r--. 1 root root 1044 Oct 23 14:01 create_bond_profile_reconfigure.yml -rw-r--r--. 1 root root 1033 Oct 23 14:01 create_and_remove_interface.yml -rw-r--r--. 1 root root 363 Oct 23 14:01 cleanup_profile+device.yml -rw-r--r--. 1 root root 218 Oct 23 14:01 cleanup_mock_wifi.yml -rw-r--r--. 1 root root 781 Oct 23 14:01 cleanup_bond_profile+device.yml -rw-r--r--. 1 root root 517 Oct 23 14:01 cleanup_802_1x_server.yml -rw-r--r--. 1 root root 1049 Oct 23 14:01 check_network_dns.yml -rw-r--r--. 1 root root 684 Oct 23 14:01 assert_profile_present.yml -rw-r--r--. 1 root root 283 Oct 23 14:01 assert_profile_absent.yml -rw-r--r--. 1 root root 275 Oct 23 14:01 assert_package_installed.yml -rw-r--r--. 1 root root 364 Oct 23 14:01 assert_output_in_stderr_without_warnings.yml -rw-r--r--. 1 root root 377 Oct 23 14:01 assert_network_connections_failed.yml -rw-r--r--. 1 root root 226 Oct 23 14:01 assert_IPv6_present.yml -rw-r--r--. 1 root root 218 Oct 23 14:01 assert_IPv4_present.yml -rw-r--r--. 1 root root 338 Oct 23 14:01 assert_dhcp_device_present.yml -rw-r--r--. 1 root root 290 Oct 23 14:01 assert_device_present.yml -rw-r--r--. 1 root root 285 Oct 23 14:01 assert_device_absent.yml -rw-r--r--. 1 root root 193 Oct 23 14:01 assert_controller_device_present.yml -rw-r--r--. 1 root root 340 Oct 23 14:01 assert_bond_port_profile_present.yml -rw-r--r--. 1 root root 656 Oct 23 14:01 assert_bond_options.yml -rw-r--r--. 1 root root 553 Oct 23 14:01 assert_autoconnect_retries.yml -rw-r--r--. 1 root root 220 Oct 23 14:01 activate_profile.yml -rw-r--r--. 1 root root 3800 Oct 23 14:01 test_802.1x_capath.yml -rw-r--r--. 1 root root 777 Oct 23 14:01 start_mock_wifi.yml -rw-r--r--. 1 root root 239 Oct 23 14:01 show_interfaces.yml -rw-r--r--. 1 root root 192 Oct 23 14:01 setup_test_interface.yml -rw-r--r--. 1 root root 2962 Oct 23 14:01 setup_mock_wifi_wpa3_sae.yml -rw-r--r--. 1 root root 2761 Oct 23 14:01 setup_mock_wifi_wpa3_owe.yml -rw-r--r--. 1 root root 488 Oct 23 14:01 create_dummy_profile.yml -rw-r--r--. 1 root root 898 Oct 23 14:01 assert_may_fail.yml drwxr-xr-x. 7 root root 4096 Oct 23 14:11 ../ -rw-r--r--. 1 root root 0 Oct 23 14:11 __init__.py drwxr-xr-x. 3 root root 4096 Oct 23 14:11 ./ drwxr-xr-x. 2 root root 124 Oct 23 14:11 provider/ /tmp/lsrtest__3dihhfe/network/tasks/provider: total 16 -rw-r--r--. 1 root root 198 Oct 23 14:01 default_with_nm.yml -rw-r--r--. 1 root root 372 Oct 23 14:01 create_with_nm.yml -rw-r--r--. 1 root root 622 Oct 23 14:01 create_and_remove_with_initscripts.yml drwxr-xr-x. 3 root root 4096 Oct 23 14:11 ../ -rw-r--r--. 1 root root 0 Oct 23 14:11 __init__.py drwxr-xr-x. 2 root root 124 Oct 23 14:11 ./ /tmp/lsrtest__3dihhfe/network/unit: total 216 -rw-r--r--. 1 root root 1416 Oct 23 14:01 test_nm_provider.py -rw-r--r--. 1 root root 211123 Oct 23 14:01 test_network_connections.py drwxr-xr-x. 7 root root 4096 Oct 23 14:11 ../ -rw-r--r--. 1 root root 0 Oct 23 14:11 __init__.py drwxr-xr-x. 2 root root 87 Oct 23 14:11 ./ /tmp/lsrtest__3dihhfe/ansible_collections: total 0 drwx------. 5 root root 110 Oct 23 14:11 ../ -rw-r--r--. 1 root root 0 Oct 23 14:11 __init__.py drwxr-xr-x. 3 root root 51 Oct 23 14:11 fedora/ drwxr-xr-x. 3 root root 39 Oct 23 14:11 ./ /tmp/lsrtest__3dihhfe/ansible_collections/fedora: total 0 drwxr-xr-x. 3 root root 39 Oct 23 14:11 ../ drwxr-xr-x. 3 root root 51 Oct 23 14:11 ./ drwxr-xr-x. 3 root root 40 Oct 23 14:11 linux_system_roles/ -rw-r--r--. 1 root root 0 Oct 23 14:11 __init__.py /tmp/lsrtest__3dihhfe/ansible_collections/fedora/linux_system_roles: total 0 drwxr-xr-x. 3 root root 51 Oct 23 14:11 ../ -rw-r--r--. 1 root root 0 Oct 23 14:11 __init__.py drwxr-xr-x. 3 root root 40 Oct 23 14:11 ./ drwxr-xr-x. 4 root root 60 Oct 23 14:11 plugins/ /tmp/lsrtest__3dihhfe/ansible_collections/fedora/linux_system_roles/plugins: total 0 drwxr-xr-x. 2 root root 79 Oct 23 14:01 modules/ drwxr-xr-x. 3 root root 40 Oct 23 14:11 ../ -rw-r--r--. 1 root root 0 Oct 23 14:11 __init__.py drwxr-xr-x. 4 root root 60 Oct 23 14:11 ./ drwxr-xr-x. 3 root root 44 Oct 23 14:11 module_utils/ /tmp/lsrtest__3dihhfe/ansible_collections/fedora/linux_system_roles/plugins/modules: total 112 -rw-r--r--. 1 root root 2736 Oct 23 14:01 network_state.py -rw-r--r--. 1 root root 0 Oct 23 14:01 __init__.py drwxr-xr-x. 2 root root 79 Oct 23 14:01 ./ -rw-r--r--. 1 root root 108246 Oct 23 14:01 network_connections.py drwxr-xr-x. 4 root root 60 Oct 23 14:11 ../ /tmp/lsrtest__3dihhfe/ansible_collections/fedora/linux_system_roles/plugins/module_utils: total 0 drwxr-xr-x. 3 root root 138 Oct 23 14:01 network_lsr/ drwxr-xr-x. 4 root root 60 Oct 23 14:11 ../ -rw-r--r--. 1 root root 0 Oct 23 14:11 __init__.py drwxr-xr-x. 3 root root 44 Oct 23 14:11 ./ /tmp/lsrtest__3dihhfe/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr: total 136 drwxr-xr-x. 2 root root 126 Oct 23 14:01 nm/ -rw-r--r--. 1 root root 190 Oct 23 14:01 myerror.py -rw-r--r--. 1 root root 0 Oct 23 14:01 __init__.py -rw-r--r--. 1 root root 1839 Oct 23 14:01 ethtool.py drwxr-xr-x. 3 root root 138 Oct 23 14:01 ./ -rw-r--r--. 1 root root 11433 Oct 23 14:01 utils.py -rw-r--r--. 1 root root 1640 Oct 23 14:01 nm_provider.py -rw-r--r--. 1 root root 111837 Oct 23 14:01 argument_validator.py drwxr-xr-x. 3 root root 44 Oct 23 14:11 ../ /tmp/lsrtest__3dihhfe/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm: total 24 -rw-r--r--. 1 root root 0 Oct 23 14:01 __init__.py -rw-r--r--. 1 root root 175 Oct 23 14:01 error.py drwxr-xr-x. 3 root root 138 Oct 23 14:01 ../ drwxr-xr-x. 2 root root 126 Oct 23 14:01 ./ -rw-r--r--. 1 root root 3292 Oct 23 14:01 provider.py -rw-r--r--. 1 root root 3638 Oct 23 14:01 connection.py -rw-r--r--. 1 root root 3071 Oct 23 14:01 client.py -rw-r--r--. 1 root root 4104 Oct 23 14:01 active_connection.py /tmp/lsrtest__3dihhfe/ansible: total 0 drwx------. 5 root root 110 Oct 23 14:11 ../ -rw-r--r--. 1 root root 0 Oct 23 14:11 __init__.py drwxr-xr-x. 2 root root 25 Oct 23 14:11 ./ TASK [Run pytest with nm] ****************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:132 Wednesday 23 October 2024 14:11:56 -0400 (0:00:00.540) 0:00:45.975 ***** ok: [managed-node3] => { "changed": false, "cmd": [ "pytest", "/tmp/lsrtest__3dihhfe/network/integration/", "--provider=nm" ], "delta": "0:00:02.566263", "end": "2024-10-23 14:11:59.289151", "rc": 0, "start": "2024-10-23 14:11:56.722888" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest__3dihhfe/network/integration collected 1 item ../tmp/lsrtest__3dihhfe/network/integration/test_ethernet.py . [100%] ============================== 1 passed in 2.26s =============================== TASK [Debug stdout_lines of the running playbook with nm] ********************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:142 Wednesday 23 October 2024 14:11:59 -0400 (0:00:03.005) 0:00:48.981 ***** ok: [managed-node3] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest__3dihhfe/network/integration", "collected 1 item", "", "../tmp/lsrtest__3dihhfe/network/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 2.26s ===============================" ] } TASK [Install network-scripts when running pytest with initscripts] ************ task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:148 Wednesday 23 October 2024 14:11:59 -0400 (0:00:00.055) 0:00:49.036 ***** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Run pytest with initscripts] ********************************************* task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:153 Wednesday 23 October 2024 14:12:02 -0400 (0:00:03.448) 0:00:52.485 ***** ok: [managed-node3] => { "changed": false, "cmd": [ "pytest", "/tmp/lsrtest__3dihhfe/network/integration/", "--provider=initscripts" ], "delta": "0:00:04.559395", "end": "2024-10-23 14:12:07.779026", "rc": 0, "start": "2024-10-23 14:12:03.219631" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest__3dihhfe/network/integration collected 1 item ../tmp/lsrtest__3dihhfe/network/integration/test_ethernet.py . [100%] ============================== 1 passed in 4.27s =============================== TASK [Debug stdout_lines of the running playbook with initscripts] ************* task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:163 Wednesday 23 October 2024 14:12:07 -0400 (0:00:04.985) 0:00:57.470 ***** ok: [managed-node3] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest__3dihhfe/network/integration", "collected 1 item", "", "../tmp/lsrtest__3dihhfe/network/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 4.27s ===============================" ] } TASK [Remove local tar file] *************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:167 Wednesday 23 October 2024 14:12:07 -0400 (0:00:00.070) 0:00:57.540 ***** changed: [managed-node3 -> localhost] => { "changed": true, "path": "/tmp/lsrtest_ry0r87d6.tar", "state": "absent" } TASK [Remove tempdir] ********************************************************** task path: /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:173 Wednesday 23 October 2024 14:12:08 -0400 (0:00:00.347) 0:00:57.887 ***** changed: [managed-node3] => { "changed": true, "path": "/tmp/lsrtest__3dihhfe", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node3 : ok=81 changed=7 unreachable=0 failed=0 skipped=63 rescued=0 ignored=0 Wednesday 23 October 2024 14:12:08 -0400 (0:00:00.396) 0:00:58.283 ***** =============================================================================== Run pytest with initscripts --------------------------------------------- 4.99s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:153 Install Pytest ---------------------------------------------------------- 3.88s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:18 Install rpm dependencies ------------------------------------------------ 3.67s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:12 Install network-scripts when running pytest with initscripts ------------ 3.45s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:148 Run pytest with nm ------------------------------------------------------ 3.01s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:132 fedora.linux_system_roles.network : Check which packages are installed --- 1.95s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.83s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.72s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.54s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Copy testrepo.tar to the remote system ---------------------------------- 1.25s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:84 Untar testrepo.tar ------------------------------------------------------ 1.21s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:90 Gathering Facts --------------------------------------------------------- 1.17s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tests_integration_pytest.yml:3 fedora.linux_system_roles.network : Enable network service -------------- 0.97s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.97s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Enable EPEL 8 ----------------------------------------------------------- 0.90s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Gathering Facts --------------------------------------------------------- 0.80s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:34 Enable EPEL 8 ----------------------------------------------------------- 0.78s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Enable EPEL 8 ----------------------------------------------------------- 0.71s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Gathering Facts --------------------------------------------------------- 0.71s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:3 Gathering Facts --------------------------------------------------------- 0.70s /tmp/collections-gaN/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_nm.yml:3