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-5Zq/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-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tests_integration_pytest.yml:3 Friday 07 February 2025 15:03:55 -0500 (0:00:00.028) 0:00:00.028 ******* ok: [managed-node1] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tests_integration_pytest.yml:6 Friday 07 February 2025 15:03:56 -0500 (0:00:01.042) 0:00:01.071 ******* included: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Friday 07 February 2025 15:03:56 -0500 (0:00:00.030) 0:00:01.102 ******* ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Friday 07 February 2025 15:03:57 -0500 (0:00:00.517) 0:00:01.619 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Friday 07 February 2025 15:03:57 -0500 (0:00:00.493) 0:00:02.113 ******* ok: [managed-node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Friday 07 February 2025 15:03:57 -0500 (0:00:00.073) 0:00:02.187 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Friday 07 February 2025 15:03:57 -0500 (0:00:00.101) 0:00:02.288 ******* included: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node1 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Friday 07 February 2025 15:03:57 -0500 (0:00:00.093) 0:00:02.382 ******* ok: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Friday 07 February 2025 15:03:58 -0500 (0:00:00.724) 0:00:03.106 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Friday 07 February 2025 15:03:58 -0500 (0:00:00.032) 0:00:03.139 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Friday 07 February 2025 15:03:58 -0500 (0:00:00.048) 0:00:03.187 ******* [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-node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.239138", "end": "2025-02-07 15:03:59.158268", "rc": 0, "start": "2025-02-07 15:03:58.919130" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Friday 07 February 2025 15:03:59 -0500 (0:00:00.617) 0:00:03.804 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:3 Friday 07 February 2025 15:03:59 -0500 (0:00:00.021) 0:00:03.826 ******* ok: [managed-node1] META: ran handlers TASK [Install rpm dependencies] ************************************************ task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:12 Friday 07 February 2025 15:03:59 -0500 (0:00:00.644) 0:00:04.471 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Install Pytest] ********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:18 Friday 07 February 2025 15:04:03 -0500 (0:00:03.537) 0:00:08.009 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:02.940609", "end": "2025-02-07 15:04:06.674256", "rc": 0, "start": "2025-02-07 15:04:03.733647" } STDOUT: Collecting pytest Downloading https://files.pythonhosted.org/packages/38/93/c7c0bd1e932b287fb948eb9ce5a3d6307c9fc619db1e199f8c8bc5dad95f/pytest-7.0.1-py3-none-any.whl (296kB) 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 iniconfig (from pytest) Downloading https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.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 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 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 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: tomli, iniconfig, attrs, pyparsing, packaging, zipp, typing-extensions, importlib-metadata, pluggy, 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-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:3 Friday 07 February 2025 15:04:06 -0500 (0:00:03.315) 0:00:11.324 ******* ok: [managed-node1] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:6 Friday 07 February 2025 15:04:07 -0500 (0:00:00.624) 0:00:11.949 ******* included: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Friday 07 February 2025 15:04:07 -0500 (0:00:00.024) 0:00:11.974 ******* ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Friday 07 February 2025 15:04:07 -0500 (0:00:00.491) 0:00:12.465 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Friday 07 February 2025 15:04:07 -0500 (0:00:00.028) 0:00:12.494 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Friday 07 February 2025 15:04:07 -0500 (0:00:00.019) 0:00:12.513 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Friday 07 February 2025 15:04:07 -0500 (0:00:00.027) 0:00:12.540 ******* included: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed-node1 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Friday 07 February 2025 15:04:07 -0500 (0:00:00.029) 0:00:12.570 ******* ok: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Friday 07 February 2025 15:04:08 -0500 (0:00:00.433) 0:00:13.004 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Friday 07 February 2025 15:04:08 -0500 (0:00:00.023) 0:00:13.027 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Friday 07 February 2025 15:04:08 -0500 (0:00:00.031) 0:00:13.059 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.246347", "end": "2025-02-07 15:04:09.042465", "rc": 0, "start": "2025-02-07 15:04:08.796118" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Friday 07 February 2025 15:04:09 -0500 (0:00:00.633) 0:00:13.693 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:8 Friday 07 February 2025 15:04:09 -0500 (0:00:00.033) 0:00:13.726 ******* ok: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 07 February 2025 15:04:09 -0500 (0:00:00.043) 0:00:13.769 ******* included: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 07 February 2025 15:04:09 -0500 (0:00:00.054) 0:00:13.823 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 07 February 2025 15:04:09 -0500 (0:00:00.056) 0:00:13.880 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 07 February 2025 15:04:09 -0500 (0:00:00.051) 0:00:13.931 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 07 February 2025 15:04:09 -0500 (0:00:00.038) 0:00:13.970 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 07 February 2025 15:04:11 -0500 (0:00:01.886) 0:00:15.856 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 07 February 2025 15:04:13 -0500 (0:00:02.007) 0:00:17.864 ******* ok: [managed-node1] => {} 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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 07 February 2025 15:04:13 -0500 (0:00:00.093) 0:00:17.957 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 07 February 2025 15:04:13 -0500 (0:00:00.064) 0:00:18.022 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 07 February 2025 15:04:13 -0500 (0:00:00.066) 0:00:18.089 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 07 February 2025 15:04:13 -0500 (0:00:00.085) 0:00:18.174 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Friday 07 February 2025 15:04:13 -0500 (0:00:00.133) 0:00:18.307 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Friday 07 February 2025 15:04:13 -0500 (0:00:00.070) 0:00:18.377 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Friday 07 February 2025 15:04:13 -0500 (0:00:00.074) 0:00:18.452 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 07 February 2025 15:04:13 -0500 (0:00:00.143) 0:00:18.595 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Friday 07 February 2025 15:04:14 -0500 (0:00:00.090) 0:00:18.685 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 07 February 2025 15:04:14 -0500 (0:00:00.059) 0:00:18.745 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 07 February 2025 15:04:14 -0500 (0:00:00.060) 0:00:18.806 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Friday 07 February 2025 15:04:14 -0500 (0:00:00.045) 0:00:18.852 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 07 February 2025 15:04:14 -0500 (0:00:00.052) 0:00:18.904 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Friday 07 February 2025 15:04:15 -0500 (0:00:01.154) 0:00:20.058 ******* ok: [managed-node1] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-380714zq54bko/tmp6gyogxak" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Friday 07 February 2025 15:04:15 -0500 (0:00:00.418) 0:00:20.476 ******* ok: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Friday 07 February 2025 15:04:16 -0500 (0:00:00.841) 0:00:21.318 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Friday 07 February 2025 15:04:16 -0500 (0:00:00.064) 0:00:21.382 ******* ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 07 February 2025 15:04:16 -0500 (0:00:00.059) 0:00:21.441 ******* ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Friday 07 February 2025 15:04:16 -0500 (0:00:00.051) 0:00:21.492 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Friday 07 February 2025 15:04:16 -0500 (0:00:00.045) 0:00:21.538 ******* ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9 Friday 07 February 2025 15:04:17 -0500 (0:00:00.573) 0:00:22.112 ******* included: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Friday 07 February 2025 15:04:17 -0500 (0:00:00.062) 0:00:22.174 ******* ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Friday 07 February 2025 15:04:18 -0500 (0:00:00.632) 0:00:22.806 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Friday 07 February 2025 15:04:18 -0500 (0:00:00.085) 0:00:22.891 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Friday 07 February 2025 15:04:18 -0500 (0:00:00.076) 0:00:22.967 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Friday 07 February 2025 15:04:18 -0500 (0:00:00.065) 0:00:23.033 ******* included: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed-node1 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Friday 07 February 2025 15:04:18 -0500 (0:00:00.109) 0:00:23.143 ******* ok: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Friday 07 February 2025 15:04:19 -0500 (0:00:00.458) 0:00:23.601 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Friday 07 February 2025 15:04:19 -0500 (0:00:00.051) 0:00:23.653 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Friday 07 February 2025 15:04:19 -0500 (0:00:00.051) 0:00:23.704 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.245953", "end": "2025-02-07 15:04:19.671314", "rc": 0, "start": "2025-02-07 15:04:19.425361" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Friday 07 February 2025 15:04:19 -0500 (0:00:00.661) 0:00:24.365 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11 Friday 07 February 2025 15:04:19 -0500 (0:00:00.053) 0:00:24.418 ******* ok: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_nm.yml:3 Friday 07 February 2025 15:04:19 -0500 (0:00:00.054) 0:00:24.473 ******* ok: [managed-node1] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_nm.yml:6 Friday 07 February 2025 15:04:20 -0500 (0:00:00.739) 0:00:25.213 ******* included: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Friday 07 February 2025 15:04:20 -0500 (0:00:00.068) 0:00:25.282 ******* ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Friday 07 February 2025 15:04:21 -0500 (0:00:00.507) 0:00:25.790 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Friday 07 February 2025 15:04:21 -0500 (0:00:00.041) 0:00:25.831 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Friday 07 February 2025 15:04:21 -0500 (0:00:00.050) 0:00:25.881 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Friday 07 February 2025 15:04:21 -0500 (0:00:00.063) 0:00:25.945 ******* included: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed-node1 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Friday 07 February 2025 15:04:21 -0500 (0:00:00.138) 0:00:26.084 ******* ok: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Friday 07 February 2025 15:04:22 -0500 (0:00:00.652) 0:00:26.736 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Friday 07 February 2025 15:04:22 -0500 (0:00:00.063) 0:00:26.799 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Friday 07 February 2025 15:04:22 -0500 (0:00:00.063) 0:00:26.862 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.243650", "end": "2025-02-07 15:04:22.871040", "rc": 0, "start": "2025-02-07 15:04:22.627390" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Friday 07 February 2025 15:04:23 -0500 (0:00:00.740) 0:00:27.603 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_nm.yml:8 Friday 07 February 2025 15:04:23 -0500 (0:00:00.065) 0:00:27.669 ******* ok: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 07 February 2025 15:04:23 -0500 (0:00:00.075) 0:00:27.744 ******* included: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 07 February 2025 15:04:23 -0500 (0:00:00.110) 0:00:27.854 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 07 February 2025 15:04:23 -0500 (0:00:00.085) 0:00:27.940 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 07 February 2025 15:04:23 -0500 (0:00:00.066) 0:00:28.006 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 07 February 2025 15:04:23 -0500 (0:00:00.064) 0:00:28.071 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 07 February 2025 15:04:25 -0500 (0:00:01.825) 0:00:29.896 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 07 February 2025 15:04:26 -0500 (0:00:01.696) 0:00:31.592 ******* ok: [managed-node1] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 07 February 2025 15:04:27 -0500 (0:00:00.051) 0:00:31.645 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 07 February 2025 15:04:27 -0500 (0:00:00.054) 0:00:31.700 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 07 February 2025 15:04:27 -0500 (0:00:00.076) 0:00:31.777 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 07 February 2025 15:04:27 -0500 (0:00:00.074) 0:00:31.851 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Friday 07 February 2025 15:04:27 -0500 (0:00:00.086) 0:00:31.938 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Friday 07 February 2025 15:04:27 -0500 (0:00:00.089) 0:00:32.028 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Friday 07 February 2025 15:04:27 -0500 (0:00:00.077) 0:00:32.105 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 07 February 2025 15:04:27 -0500 (0:00:00.093) 0:00:32.199 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Friday 07 February 2025 15:04:27 -0500 (0:00:00.055) 0:00:32.254 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 07 February 2025 15:04:27 -0500 (0:00:00.090) 0:00:32.345 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 07 February 2025 15:04:27 -0500 (0:00:00.046) 0:00:32.391 ******* ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Friday 07 February 2025 15:04:28 -0500 (0:00:00.588) 0:00:32.980 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 07 February 2025 15:04:28 -0500 (0:00:00.070) 0:00:33.051 ******* skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Friday 07 February 2025 15:04:28 -0500 (0:00:00.062) 0:00:33.113 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Friday 07 February 2025 15:04:28 -0500 (0:00:00.069) 0:00:33.183 ******* ok: [managed-node1] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Friday 07 February 2025 15:04:29 -0500 (0:00:00.779) 0:00:33.962 ******* skipping: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Friday 07 February 2025 15:04:29 -0500 (0:00:00.066) 0:00:34.029 ******* ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 07 February 2025 15:04:29 -0500 (0:00:00.075) 0:00:34.105 ******* ok: [managed-node1] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Friday 07 February 2025 15:04:29 -0500 (0:00:00.060) 0:00:34.166 ******* skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Friday 07 February 2025 15:04:29 -0500 (0:00:00.052) 0:00:34.218 ******* ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9 Friday 07 February 2025 15:04:30 -0500 (0:00:00.406) 0:00:34.624 ******* included: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Friday 07 February 2025 15:04:30 -0500 (0:00:00.140) 0:00:34.765 ******* ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Friday 07 February 2025 15:04:30 -0500 (0:00:00.556) 0:00:35.321 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Friday 07 February 2025 15:04:30 -0500 (0:00:00.071) 0:00:35.392 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Friday 07 February 2025 15:04:30 -0500 (0:00:00.056) 0:00:35.449 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Friday 07 February 2025 15:04:30 -0500 (0:00:00.060) 0:00:35.510 ******* included: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed-node1 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Friday 07 February 2025 15:04:31 -0500 (0:00:00.101) 0:00:35.611 ******* ok: [managed-node1] => { "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-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Friday 07 February 2025 15:04:31 -0500 (0:00:00.410) 0:00:36.021 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Friday 07 February 2025 15:04:31 -0500 (0:00:00.056) 0:00:36.078 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Friday 07 February 2025 15:04:31 -0500 (0:00:00.056) 0:00:36.135 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:01.239919", "end": "2025-02-07 15:04:33.094613", "rc": 0, "start": "2025-02-07 15:04:31.854694" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Friday 07 February 2025 15:04:33 -0500 (0:00:01.679) 0:00:37.814 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11 Friday 07 February 2025 15:04:33 -0500 (0:00:00.041) 0:00:37.856 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:34 Friday 07 February 2025 15:04:33 -0500 (0:00:00.067) 0:00:37.923 ******* ok: [managed-node1] META: ran handlers TASK [Create tempdir for code to test] ***************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:39 Friday 07 February 2025 15:04:34 -0500 (0:00:00.785) 0:00:38.708 ******* changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_k5oxk8q4", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Get tempfile for tar] **************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:45 Friday 07 February 2025 15:04:34 -0500 (0:00:00.632) 0:00:39.341 ******* changed: [managed-node1 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_myv703zi.tar", "size": 0, "state": "file", "uid": 0 } TASK [Include the task '../tasks/get_modules_and_utils_paths.yml'] ************* task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:52 Friday 07 February 2025 15:04:35 -0500 (0:00:00.483) 0:00:39.825 ******* included: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml for managed-node1 TASK [Set collection paths] **************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:3 Friday 07 February 2025 15:04:35 -0500 (0:00:00.106) 0:00:39.931 ******* ok: [managed-node1] => { "ansible_facts": { "collection_paths": [ "/tmp/collections-5Zq", "/tmp/collections-5Zq" ] }, "changed": false } TASK [Set search paths] ******************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:13 Friday 07 February 2025 15:04:35 -0500 (0:00:00.077) 0:00:40.009 ******* ok: [managed-node1] => { "ansible_facts": { "module_utils_search_path": [ "../../module_utils", "../module_utils", "/root/.ansible/plugins/module_utils", "/usr/share/ansible/plugins/module_utils" ], "modules_search_path": [ "../../library", "../library", "/root/.ansible/plugins/modules", "/usr/share/ansible/plugins/modules" ] }, "changed": false } TASK [Find parent directory and path of modules] ******************************* task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:42 Friday 07 February 2025 15:04:35 -0500 (0:00:00.089) 0:00:40.098 ******* ok: [managed-node1 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules; do\n if [ -f \"$dir/network_connections.py\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /tmp/collections-5Zq /tmp/collections-5Zq; 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.006224", "end": "2025-02-07 15:04:35.814476", "rc": 0, "start": "2025-02-07 15:04:35.808252" } STDOUT: /tmp/collections-5Zq 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-5Zq /tmp/collections-5Zq + '[' '!' -d /tmp/collections-5Zq ']' + cd /tmp/collections-5Zq + 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-5Zq + echo ansible_collections/fedora/linux_system_roles/plugins/modules + exit 0 TASK [Find parent directory and path of module_utils] ************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:69 Friday 07 February 2025 15:04:35 -0500 (0:00:00.372) 0:00:40.470 ******* ok: [managed-node1 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils; do\n if [ -d \"$dir/network_lsr\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /tmp/collections-5Zq /tmp/collections-5Zq; 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.004159", "end": "2025-02-07 15:04:36.124179", "rc": 0, "start": "2025-02-07 15:04:36.120020" } STDOUT: /tmp/collections-5Zq 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-5Zq /tmp/collections-5Zq + '[' '!' -d /tmp/collections-5Zq ']' + cd /tmp/collections-5Zq + 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-5Zq + echo ansible_collections/fedora/linux_system_roles/plugins/module_utils + exit 0 TASK [Get tests directory] ***************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:55 Friday 07 February 2025 15:04:36 -0500 (0:00:00.296) 0:00:40.766 ******* ok: [managed-node1] => { "ansible_facts": { "tests_directory": "/tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/files/../../network" }, "changed": false } TASK [Create Tar file] ********************************************************* task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:70 Friday 07 February 2025 15:04:36 -0500 (0:00:00.076) 0:00:40.842 ******* [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-node1 -> localhost] => { "changed": false, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_myv703zi.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests", "network", "-C", "/tmp/collections-5Zq", "ansible_collections/fedora/linux_system_roles/plugins/modules", "-C", "/tmp/collections-5Zq", "ansible_collections/fedora/linux_system_roles/plugins/module_utils" ], "delta": "0:00:00.010675", "end": "2025-02-07 15:04:36.486455", "rc": 0, "start": "2025-02-07 15:04:36.475780" } STDOUT: network/ network/covstats 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_dummy.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_mac_address_match.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_may_fail.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_dummy_profile.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_network_connections_succeeded.yml network/tasks/cleanup_vlan_and_parent_profile+device.yml network/tasks/create_mac_address_match.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_network_connections.py network/unit/test_nm_provider.py network/vars/ network/vars/rh_distros_vars.yml network/ensure_provider_tests.py network/tests_mac_address_match_nm.yml 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/argument_validator.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 TASK [Copy testrepo.tar to the remote system] ********************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:84 Friday 07 February 2025 15:04:36 -0500 (0:00:00.314) 0:00:41.157 ******* changed: [managed-node1] => { "changed": true, "checksum": "0501aaea30c5ae448075d3261ed6ffd4f5a6b8c5", "dest": "/tmp/lsrtest_k5oxk8q4/lsrtest_myv703zi.tar", "gid": 0, "group": "root", "md5sum": "10274152a19e06143225b0da79a38ea7", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 972800, "src": "/root/.ansible/tmp/ansible-tmp-1738958676.6168256-40526-193415640209426/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:90 Friday 07 February 2025 15:04:37 -0500 (0:00:01.262) 0:00:42.420 ******* changed: [managed-node1] => { "changed": true, "dest": "/tmp/lsrtest_k5oxk8q4", "extract_results": { "cmd": [ "/usr/bin/gtar", "--extract", "-C", "/tmp/lsrtest_k5oxk8q4", "-f", "/tmp/lsrtest_k5oxk8q4/lsrtest_myv703zi.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_k5oxk8q4/lsrtest_myv703zi.tar", "state": "directory", "uid": 0 } TASK [Create subdirectory './ansible' under '/tmp/lsrtest_k5oxk8q4'] *********** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:96 Friday 07 February 2025 15:04:38 -0500 (0:00:01.044) 0:00:43.464 ******* changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_k5oxk8q4/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-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:102 Friday 07 February 2025 15:04:39 -0500 (0:00:00.696) 0:00:44.160 ******* ok: [managed-node1] => { "changed": false, "cmd": "if [ -d /tmp/lsrtest_k5oxk8q4/module_utils ]; then\n mv /tmp/lsrtest_k5oxk8q4/module_utils /tmp/lsrtest_k5oxk8q4/ansible\nfi\n", "delta": "0:00:00.003065", "end": "2025-02-07 15:04:40.007085", "rc": 0, "start": "2025-02-07 15:04:40.004020" } TASK [Fake out python module directories, primarily for python2] *************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:109 Friday 07 February 2025 15:04:40 -0500 (0:00:00.511) 0:00:44.672 ******* ok: [managed-node1] => { "changed": false, "cmd": "for dir in $(find /tmp/lsrtest_k5oxk8q4 -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.016702", "end": "2025-02-07 15:04:40.455196", "rc": 0, "start": "2025-02-07 15:04:40.438494" } TASK [Set _lsr_python_path] **************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:118 Friday 07 February 2025 15:04:40 -0500 (0:00:00.518) 0:00:45.190 ******* ok: [managed-node1] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_k5oxk8q4/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_k5oxk8q4" }, "changed": false } TASK [Show _lsr_python_path] *************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:122 Friday 07 February 2025 15:04:40 -0500 (0:00:00.102) 0:00:45.293 ******* ok: [managed-node1] => {} MSG: path /tmp/lsrtest_k5oxk8q4/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_k5oxk8q4 TASK [List the files in /tmp/lsrtest_k5oxk8q4] ********************************* task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:126 Friday 07 February 2025 15:04:40 -0500 (0:00:00.046) 0:00:45.339 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_k5oxk8q4" ], "delta": "0:00:00.005477", "end": "2025-02-07 15:04:41.059342", "rc": 0, "start": "2025-02-07 15:04:41.053865" } STDOUT: /tmp/lsrtest_k5oxk8q4: total 956 -rw-------. 1 root root 972800 Feb 7 15:04 lsrtest_myv703zi.tar -rw-r--r--. 1 root root 0 Feb 7 15:04 __init__.py drwx------. 5 root root 110 Feb 7 15:04 ./ drwxr-xr-x. 8 root root 4096 Feb 7 15:04 network/ drwxr-xr-x. 3 root root 39 Feb 7 15:04 ansible_collections/ drwxr-xr-x. 2 root root 25 Feb 7 15:04 ansible/ drwxrwxrwt. 5 root root 149 Feb 7 15:04 ../ /tmp/lsrtest_k5oxk8q4/network: total 312 -rwxr-xr-x. 1 root root 888 Feb 7 14:54 merge_coverage.sh* -rwxr-xr-x. 1 root root 365 Feb 7 14:54 git-pre-commit.sh* -rwxr-xr-x. 1 root root 690 Feb 7 14:54 git-post-commit.sh* -rwxr-xr-x. 1 root root 937 Feb 7 14:54 get_total_coverage.sh* -rwxr-xr-x. 1 root root 2502 Feb 7 14:54 get_coverage.sh* -rwxr-xr-x. 1 root root 351 Feb 7 14:54 covstats* -rwxr-xr-x. 1 root root 11002 Feb 7 14:54 ensure_provider_tests.py* -rw-r--r--. 1 root root 1520 Feb 7 14:54 tests_route_type_nm.yml -rw-r--r--. 1 root root 749 Feb 7 14:54 tests_route_table_nm.yml -rw-r--r--. 1 root root 752 Feb 7 14:54 tests_route_device_nm.yml -rw-r--r--. 1 root root 687 Feb 7 14:54 tests_route_device_initscripts.yml -rw-r--r--. 1 root root 1498 Feb 7 14:54 tests_regression_nm.yml -rw-r--r--. 1 root root 737 Feb 7 14:54 tests_reapply_nm.yml -rw-r--r--. 1 root root 1580 Feb 7 14:54 tests_provider_nm.yml -rw-r--r--. 1 root root 806 Feb 7 14:54 tests_network_state_nm.yml -rw-r--r--. 1 root root 728 Feb 7 14:54 tests_ipv6_nm.yml -rw-r--r--. 1 root root 663 Feb 7 14:54 tests_ipv6_initscripts.yml -rw-r--r--. 1 root root 761 Feb 7 14:54 tests_ipv6_dns_search_nm.yml -rw-r--r--. 1 root root 755 Feb 7 14:54 tests_ipv6_disabled_nm.yml -rw-r--r--. 1 root root 545 Feb 7 14:54 tests_integration_pytest.yml -rw-r--r--. 1 root root 746 Feb 7 14:54 tests_infiniband_nm.yml -rw-r--r--. 1 root root 761 Feb 7 14:54 tests_ignore_auto_dns_nm.yml -rw-r--r--. 1 root root 1028 Feb 7 14:54 tests_helpers_and_asserts.yml -rw-r--r--. 1 root root 1483 Feb 7 14:54 tests_ethtool_ring_nm.yml -rw-r--r--. 1 root root 687 Feb 7 14:54 tests_ethtool_ring_initscripts.yml -rw-r--r--. 1 root root 1499 Feb 7 14:54 tests_ethtool_features_nm.yml -rw-r--r--. 1 root root 699 Feb 7 14:54 tests_ethtool_features_initscripts.yml -rw-r--r--. 1 root root 1499 Feb 7 14:54 tests_ethtool_coalesce_nm.yml -rw-r--r--. 1 root root 699 Feb 7 14:54 tests_ethtool_coalesce_initscripts.yml -rw-r--r--. 1 root root 1515 Feb 7 14:54 tests_eth_pci_address_match_nm.yml -rw-r--r--. 1 root root 740 Feb 7 14:54 tests_ethernet_nm.yml -rw-r--r--. 1 root root 675 Feb 7 14:54 tests_ethernet_initscripts.yml -rw-r--r--. 1 root root 761 Feb 7 14:54 tests_eth_dns_support_nm.yml -rw-r--r--. 1 root root 731 Feb 7 14:54 tests_dummy_nm.yml -rw-r--r--. 1 root root 449 Feb 7 14:54 tests_default.yml -rw-r--r--. 1 root root 535 Feb 7 14:54 tests_default_nm.yml -rw-r--r--. 1 root root 523 Feb 7 14:54 tests_default_initscripts.yml -rw-r--r--. 1 root root 3482 Feb 7 14:54 tests_change_indication_on_repeat_run.yml -rw-r--r--. 1 root root 734 Feb 7 14:54 tests_bridge_nm.yml -rw-r--r--. 1 root root 669 Feb 7 14:54 tests_bridge_initscripts.yml -rw-r--r--. 1 root root 767 Feb 7 14:54 tests_bridge_cloned_mac_nm.yml -rw-r--r--. 1 root root 702 Feb 7 14:54 tests_bridge_cloned_mac_initscripts.yml -rw-r--r--. 1 root root 752 Feb 7 14:54 tests_bond_removal_nm.yml -rw-r--r--. 1 root root 687 Feb 7 14:54 tests_bond_removal_initscripts.yml -rw-r--r--. 1 root root 752 Feb 7 14:54 tests_bond_options_nm.yml -rw-r--r--. 1 root root 728 Feb 7 14:54 tests_bond_nm.yml -rw-r--r--. 1 root root 663 Feb 7 14:54 tests_bond_initscripts.yml -rw-r--r--. 1 root root 761 Feb 7 14:54 tests_bond_deprecated_nm.yml -rw-r--r--. 1 root root 696 Feb 7 14:54 tests_bond_deprecated_initscripts.yml -rw-r--r--. 1 root root 761 Feb 7 14:54 tests_bond_cloned_mac_nm.yml -rw-r--r--. 1 root root 696 Feb 7 14:54 tests_bond_cloned_mac_initscripts.yml -rw-r--r--. 1 root root 752 Feb 7 14:54 tests_auto_gateway_nm.yml -rw-r--r--. 1 root root 687 Feb 7 14:54 tests_auto_gateway_initscripts.yml -rw-r--r--. 1 root root 845 Feb 7 14:54 tests_802_1x_updated_nm.yml -rw-r--r--. 1 root root 821 Feb 7 14:54 tests_802_1x_nm.yml -rw-r--r--. 1 root root 334 Feb 7 14:54 setup-snapshot.yml -rw-r--r--. 1 root root 2382 Feb 7 14:54 get_coverage.yml -rw-r--r--. 1 root root 958 Feb 7 14:54 tests_wireless_wpa3_sae_nm.yml -rw-r--r--. 1 root root 1049 Feb 7 14:54 tests_wireless_wpa3_owe_nm.yml -rw-r--r--. 1 root root 800 Feb 7 14:54 tests_wireless_plugin_installation_nm.yml -rw-r--r--. 1 root root 788 Feb 7 14:54 tests_wireless_nm.yml -rw-r--r--. 1 root root 800 Feb 7 14:54 tests_wireless_and_network_restart_nm.yml -rw-r--r--. 1 root root 740 Feb 7 14:54 tests_vlan_mtu_nm.yml -rw-r--r--. 1 root root 675 Feb 7 14:54 tests_vlan_mtu_initscripts.yml -rw-r--r--. 1 root root 5997 Feb 7 14:54 tests_unit.yml -rw-r--r--. 1 root root 892 Feb 7 14:54 tests_team_plugin_installation_nm.yml -rw-r--r--. 1 root root 832 Feb 7 14:54 tests_team_nm.yml -rw-r--r--. 1 root root 580 Feb 7 14:54 tests_switch_provider.yml -rw-r--r--. 1 root root 734 Feb 7 14:54 tests_states_nm.yml -rw-r--r--. 1 root root 669 Feb 7 14:54 tests_states_initscripts.yml -rw-r--r--. 1 root root 755 Feb 7 14:54 tests_routing_rules_nm.yml -rw-r--r--. 1 root root 767 Feb 7 14:54 tests_mac_address_match_nm.yml drwx------. 5 root root 110 Feb 7 15:04 ../ -rw-r--r--. 1 root root 0 Feb 7 15:04 __init__.py drwxr-xr-x. 8 root root 4096 Feb 7 15:04 ./ drwxr-xr-x. 2 root root 68 Feb 7 15:04 integration/ drwxr-xr-x. 2 root root 173 Feb 7 15:04 files/ drwxr-xr-x. 2 root root 4096 Feb 7 15:04 playbooks/ drwxr-xr-x. 3 root root 4096 Feb 7 15:04 tasks/ drwxr-xr-x. 2 root root 87 Feb 7 15:04 unit/ drwxr-xr-x. 2 root root 52 Feb 7 15:04 vars/ /tmp/lsrtest_k5oxk8q4/network/integration: total 12 -rw-r--r--. 1 root root 3243 Feb 7 14:54 test_ethernet.py -rw-r--r--. 1 root root 199 Feb 7 14:54 conftest.py drwxr-xr-x. 8 root root 4096 Feb 7 15:04 ../ -rw-r--r--. 1 root root 0 Feb 7 15:04 __init__.py drwxr-xr-x. 2 root root 68 Feb 7 15:04 ./ /tmp/lsrtest_k5oxk8q4/network/files: total 36 -rw-r--r--. 1 root root 1334 Feb 7 14:54 server.pem -rw-r--r--. 1 root root 1782 Feb 7 14:54 server.key -rw-r--r--. 1 root root 424 Feb 7 14:54 dh.pem -rw-r--r--. 1 root root 1334 Feb 7 14:54 client.pem -rw-r--r--. 1 root root 1675 Feb 7 14:54 client.key.nocrypt -rw-r--r--. 1 root root 1782 Feb 7 14:54 client.key -rw-r--r--. 1 root root 1289 Feb 7 14:54 cacert.pem -rw-r--r--. 1 root root 1766 Feb 7 14:54 cacert.key drwxr-xr-x. 8 root root 4096 Feb 7 15:04 ../ -rw-r--r--. 1 root root 0 Feb 7 15:04 __init__.py drwxr-xr-x. 2 root root 173 Feb 7 15:04 ./ /tmp/lsrtest_k5oxk8q4/network/playbooks: total 284 lrwxrwxrwx. 1 root root 9 Feb 7 14:54 tasks -> ../tasks// lrwxrwxrwx. 1 root root 8 Feb 7 14:54 files -> ../files/ -rw-r--r--. 1 root root 8088 Feb 7 14:54 tests_ethtool_features.yml -rw-r--r--. 1 root root 6237 Feb 7 14:54 tests_ethtool_coalesce.yml -rw-r--r--. 1 root root 2988 Feb 7 14:54 tests_eth_pci_address_match.yml -rw-r--r--. 1 root root 2446 Feb 7 14:54 tests_ethernet.yml -rw-r--r--. 1 root root 4502 Feb 7 14:54 tests_eth_dns_support.yml -rw-r--r--. 1 root root 1167 Feb 7 14:54 tests_dummy.yml -rw-r--r--. 1 root root 4076 Feb 7 14:54 tests_checkpoint_cleanup.yml -rw-r--r--. 1 root root 1802 Feb 7 14:54 tests_bridge.yml -rw-r--r--. 1 root root 1998 Feb 7 14:54 tests_bridge_cloned_mac.yml -rw-r--r--. 1 root root 4932 Feb 7 14:54 tests_bond.yml -rw-r--r--. 1 root root 9729 Feb 7 14:54 tests_bond_removal.yml -rw-r--r--. 1 root root 3435 Feb 7 14:54 tests_bond_options.yml -rw-r--r--. 1 root root 5340 Feb 7 14:54 tests_bond_deprecated.yml -rw-r--r--. 1 root root 5425 Feb 7 14:54 tests_bond_cloned_mac.yml -rw-r--r--. 1 root root 5194 Feb 7 14:54 tests_auto_gateway.yml -rw-r--r--. 1 root root 5359 Feb 7 14:54 tests_802_1x.yml -rw-r--r--. 1 root root 564 Feb 7 14:54 tests_802_1x_updated.yml -rw-r--r--. 1 root root 178 Feb 7 14:54 run_tasks.yml -rw-r--r--. 1 root root 231 Feb 7 14:54 remove_profile.yml -rw-r--r--. 1 root root 4840 Feb 7 14:54 manual_test_ethtool_coalesce.yml -rw-r--r--. 1 root root 5873 Feb 7 14:54 integration_pytest_python3.yml -rw-r--r--. 1 root root 220 Feb 7 14:54 down_profile.yml -rw-r--r--. 1 root root 278 Feb 7 14:54 down_profile+delete_interface.yml -rw-r--r--. 1 root root 3395 Feb 7 14:54 tests_wireless.yml -rw-r--r--. 1 root root 2331 Feb 7 14:54 tests_wireless_wpa3_sae.yml -rw-r--r--. 1 root root 2232 Feb 7 14:54 tests_wireless_wpa3_owe.yml -rw-r--r--. 1 root root 1542 Feb 7 14:54 tests_wireless_plugin_installation.yml -rw-r--r--. 1 root root 2879 Feb 7 14:54 tests_wireless_and_network_restart.yml -rw-r--r--. 1 root root 2474 Feb 7 14:54 tests_vlan_mtu.yml -rw-r--r--. 1 root root 1045 Feb 7 14:54 tests_team.yml -rw-r--r--. 1 root root 2142 Feb 7 14:54 tests_team_plugin_installation.yml -rw-r--r--. 1 root root 2374 Feb 7 14:54 tests_switch_provider.yml -rw-r--r--. 1 root root 5295 Feb 7 14:54 tests_states.yml -rw-r--r--. 1 root root 10273 Feb 7 14:54 tests_routing_rules.yml -rw-r--r--. 1 root root 6810 Feb 7 14:54 tests_route_type.yml -rw-r--r--. 1 root root 5777 Feb 7 14:54 tests_route_table.yml -rw-r--r--. 1 root root 7153 Feb 7 14:54 tests_route_device.yml -rw-r--r--. 1 root root 3160 Feb 7 14:54 tests_reapply.yml -rw-r--r--. 1 root root 1325 Feb 7 14:54 tests_provider.yml -rw-r--r--. 1 root root 6659 Feb 7 14:54 tests_network_state.yml -rw-r--r--. 1 root root 2839 Feb 7 14:54 tests_mac_address_match.yml -rw-r--r--. 1 root root 4121 Feb 7 14:54 tests_ipv6.yml -rw-r--r--. 1 root root 5945 Feb 7 14:54 tests_ipv6_dns_search.yml -rw-r--r--. 1 root root 3254 Feb 7 14:54 tests_ipv6_disabled.yml -rw-r--r--. 1 root root 3086 Feb 7 14:54 tests_infiniband.yml -rw-r--r--. 1 root root 3105 Feb 7 14:54 tests_ignore_auto_dns.yml -rw-r--r--. 1 root root 7626 Feb 7 14:54 tests_ethtool_ring.yml drwxr-xr-x. 8 root root 4096 Feb 7 15:04 ../ -rw-r--r--. 1 root root 0 Feb 7 15:04 __init__.py drwxr-xr-x. 2 root root 4096 Feb 7 15:04 ./ /tmp/lsrtest_k5oxk8q4/network/tasks: total 240 -rw-r--r--. 1 root root 412 Feb 7 14:54 create_team_profile.yml -rw-r--r--. 1 root root 488 Feb 7 14:54 create_dummy_profile.yml -rw-r--r--. 1 root root 382 Feb 7 14:54 create_bridge_profile.yml -rw-r--r--. 1 root root 409 Feb 7 14:54 create_bridge_profile_no_autoconnect.yml -rw-r--r--. 1 root root 1366 Feb 7 14:54 create_bond_profile.yml -rw-r--r--. 1 root root 1044 Feb 7 14:54 create_bond_profile_reconfigure.yml -rw-r--r--. 1 root root 1033 Feb 7 14:54 create_and_remove_interface.yml -rw-r--r--. 1 root root 363 Feb 7 14:54 cleanup_profile+device.yml -rw-r--r--. 1 root root 218 Feb 7 14:54 cleanup_mock_wifi.yml -rw-r--r--. 1 root root 781 Feb 7 14:54 cleanup_bond_profile+device.yml -rw-r--r--. 1 root root 517 Feb 7 14:54 cleanup_802_1x_server.yml -rw-r--r--. 1 root root 1049 Feb 7 14:54 check_network_dns.yml -rw-r--r--. 1 root root 684 Feb 7 14:54 assert_profile_present.yml -rw-r--r--. 1 root root 283 Feb 7 14:54 assert_profile_absent.yml -rw-r--r--. 1 root root 275 Feb 7 14:54 assert_package_installed.yml -rw-r--r--. 1 root root 364 Feb 7 14:54 assert_output_in_stderr_without_warnings.yml -rw-r--r--. 1 root root 377 Feb 7 14:54 assert_network_connections_failed.yml -rw-r--r--. 1 root root 898 Feb 7 14:54 assert_may_fail.yml -rw-r--r--. 1 root root 226 Feb 7 14:54 assert_IPv6_present.yml -rw-r--r--. 1 root root 218 Feb 7 14:54 assert_IPv4_present.yml -rw-r--r--. 1 root root 338 Feb 7 14:54 assert_dhcp_device_present.yml -rw-r--r--. 1 root root 290 Feb 7 14:54 assert_device_present.yml -rw-r--r--. 1 root root 285 Feb 7 14:54 assert_device_absent.yml -rw-r--r--. 1 root root 193 Feb 7 14:54 assert_controller_device_present.yml -rw-r--r--. 1 root root 340 Feb 7 14:54 assert_bond_port_profile_present.yml -rw-r--r--. 1 root root 656 Feb 7 14:54 assert_bond_options.yml -rw-r--r--. 1 root root 553 Feb 7 14:54 assert_autoconnect_retries.yml -rw-r--r--. 1 root root 220 Feb 7 14:54 activate_profile.yml -rw-r--r--. 1 root root 3800 Feb 7 14:54 test_802.1x_capath.yml -rw-r--r--. 1 root root 777 Feb 7 14:54 start_mock_wifi.yml -rw-r--r--. 1 root root 239 Feb 7 14:54 show_interfaces.yml -rw-r--r--. 1 root root 192 Feb 7 14:54 setup_test_interface.yml -rw-r--r--. 1 root root 2238 Feb 7 14:54 setup_mock_wifi.yml -rw-r--r--. 1 root root 2962 Feb 7 14:54 setup_mock_wifi_wpa3_sae.yml -rw-r--r--. 1 root root 2761 Feb 7 14:54 setup_mock_wifi_wpa3_owe.yml -rw-r--r--. 1 root root 301 Feb 7 14:54 setup_802.1x.yml -rw-r--r--. 1 root root 2673 Feb 7 14:54 setup_802_1x_server.yml -rw-r--r--. 1 root root 1688 Feb 7 14:54 run_test.yml -rw-r--r--. 1 root root 1265 Feb 7 14:54 remove_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 235 Feb 7 14:54 remove_profile.yml -rw-r--r--. 1 root root 144 Feb 7 14:54 remove_package.yml -rw-r--r--. 1 root root 255 Feb 7 14:54 remove+down_profile.yml -rw-r--r--. 1 root root 204 Feb 7 14:54 ostree_systems_check.yml -rw-r--r--. 1 root root 2427 Feb 7 14:54 manage_test_interface.yml -rw-r--r--. 1 root root 2353 Feb 7 14:54 get_profile_stat.yml -rw-r--r--. 1 root root 558 Feb 7 14:54 get_NetworkManager_NVR.yml -rw-r--r--. 1 root root 2813 Feb 7 14:54 get_modules_and_utils_paths.yml -rw-r--r--. 1 root root 241 Feb 7 14:54 get_interface_stat.yml -rw-r--r--. 1 root root 295 Feb 7 14:54 get_current_interfaces.yml -rw-r--r--. 1 root root 1990 Feb 7 14:54 enable_epel.yml -rw-r--r--. 1 root root 1677 Feb 7 14:54 el_repo_setup.yml -rw-r--r--. 1 root root 197 Feb 7 14:54 delete_interface.yml -rw-r--r--. 1 root root 600 Feb 7 14:54 create_wireless_profile_restart_network.yml -rw-r--r--. 1 root root 5001 Feb 7 14:54 create_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 1262 Feb 7 14:54 create_mac_address_match.yml -rw-r--r--. 1 root root 754 Feb 7 14:54 cleanup_vlan_and_parent_profile+device.yml -rw-r--r--. 1 root root 292 Feb 7 14:54 assert_network_connections_succeeded.yml drwxr-xr-x. 8 root root 4096 Feb 7 15:04 ../ drwxr-xr-x. 2 root root 124 Feb 7 15:04 provider/ -rw-r--r--. 1 root root 0 Feb 7 15:04 __init__.py drwxr-xr-x. 3 root root 4096 Feb 7 15:04 ./ /tmp/lsrtest_k5oxk8q4/network/tasks/provider: total 16 -rw-r--r--. 1 root root 198 Feb 7 14:54 default_with_nm.yml -rw-r--r--. 1 root root 372 Feb 7 14:54 create_with_nm.yml -rw-r--r--. 1 root root 622 Feb 7 14:54 create_and_remove_with_initscripts.yml -rw-r--r--. 1 root root 0 Feb 7 15:04 __init__.py drwxr-xr-x. 3 root root 4096 Feb 7 15:04 ../ drwxr-xr-x. 2 root root 124 Feb 7 15:04 ./ /tmp/lsrtest_k5oxk8q4/network/unit: total 216 -rw-r--r--. 1 root root 1414 Feb 7 14:54 test_nm_provider.py -rw-r--r--. 1 root root 211121 Feb 7 14:54 test_network_connections.py drwxr-xr-x. 8 root root 4096 Feb 7 15:04 ../ -rw-r--r--. 1 root root 0 Feb 7 15:04 __init__.py drwxr-xr-x. 2 root root 87 Feb 7 15:04 ./ /tmp/lsrtest_k5oxk8q4/network/vars: total 8 -rw-r--r--. 1 root root 786 Feb 7 14:54 rh_distros_vars.yml drwxr-xr-x. 8 root root 4096 Feb 7 15:04 ../ -rw-r--r--. 1 root root 0 Feb 7 15:04 __init__.py drwxr-xr-x. 2 root root 52 Feb 7 15:04 ./ /tmp/lsrtest_k5oxk8q4/ansible_collections: total 0 drwx------. 5 root root 110 Feb 7 15:04 ../ -rw-r--r--. 1 root root 0 Feb 7 15:04 __init__.py drwxr-xr-x. 3 root root 39 Feb 7 15:04 ./ drwxr-xr-x. 3 root root 51 Feb 7 15:04 fedora/ /tmp/lsrtest_k5oxk8q4/ansible_collections/fedora: total 0 drwxr-xr-x. 3 root root 39 Feb 7 15:04 ../ -rw-r--r--. 1 root root 0 Feb 7 15:04 __init__.py drwxr-xr-x. 3 root root 51 Feb 7 15:04 ./ drwxr-xr-x. 3 root root 40 Feb 7 15:04 linux_system_roles/ /tmp/lsrtest_k5oxk8q4/ansible_collections/fedora/linux_system_roles: total 0 drwxr-xr-x. 3 root root 51 Feb 7 15:04 ../ drwxr-xr-x. 4 root root 60 Feb 7 15:04 plugins/ -rw-r--r--. 1 root root 0 Feb 7 15:04 __init__.py drwxr-xr-x. 3 root root 40 Feb 7 15:04 ./ /tmp/lsrtest_k5oxk8q4/ansible_collections/fedora/linux_system_roles/plugins: total 0 drwxr-xr-x. 2 root root 79 Feb 7 14:54 modules/ -rw-r--r--. 1 root root 0 Feb 7 15:04 __init__.py drwxr-xr-x. 3 root root 40 Feb 7 15:04 ../ drwxr-xr-x. 4 root root 60 Feb 7 15:04 ./ drwxr-xr-x. 3 root root 44 Feb 7 15:04 module_utils/ /tmp/lsrtest_k5oxk8q4/ansible_collections/fedora/linux_system_roles/plugins/modules: total 112 -rw-r--r--. 1 root root 2736 Feb 7 14:54 network_state.py -rw-r--r--. 1 root root 0 Feb 7 14:54 __init__.py drwxr-xr-x. 2 root root 79 Feb 7 14:54 ./ -rw-r--r--. 1 root root 108469 Feb 7 14:54 network_connections.py drwxr-xr-x. 4 root root 60 Feb 7 15:04 ../ /tmp/lsrtest_k5oxk8q4/ansible_collections/fedora/linux_system_roles/plugins/module_utils: total 0 drwxr-xr-x. 3 root root 138 Feb 7 14:54 network_lsr/ drwxr-xr-x. 4 root root 60 Feb 7 15:04 ../ -rw-r--r--. 1 root root 0 Feb 7 15:04 __init__.py drwxr-xr-x. 3 root root 44 Feb 7 15:04 ./ /tmp/lsrtest_k5oxk8q4/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr: total 136 drwxr-xr-x. 2 root root 126 Feb 7 14:54 nm/ -rw-r--r--. 1 root root 190 Feb 7 14:54 myerror.py -rw-r--r--. 1 root root 0 Feb 7 14:54 __init__.py -rw-r--r--. 1 root root 1839 Feb 7 14:54 ethtool.py drwxr-xr-x. 3 root root 138 Feb 7 14:54 ./ -rw-r--r--. 1 root root 11433 Feb 7 14:54 utils.py -rw-r--r--. 1 root root 1638 Feb 7 14:54 nm_provider.py -rw-r--r--. 1 root root 111837 Feb 7 14:54 argument_validator.py drwxr-xr-x. 3 root root 44 Feb 7 15:04 ../ /tmp/lsrtest_k5oxk8q4/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm: total 24 -rw-r--r--. 1 root root 0 Feb 7 14:54 __init__.py -rw-r--r--. 1 root root 175 Feb 7 14:54 error.py drwxr-xr-x. 3 root root 138 Feb 7 14:54 ../ drwxr-xr-x. 2 root root 126 Feb 7 14:54 ./ -rw-r--r--. 1 root root 3292 Feb 7 14:54 provider.py -rw-r--r--. 1 root root 3638 Feb 7 14:54 connection.py -rw-r--r--. 1 root root 3071 Feb 7 14:54 client.py -rw-r--r--. 1 root root 4104 Feb 7 14:54 active_connection.py /tmp/lsrtest_k5oxk8q4/ansible: total 0 drwx------. 5 root root 110 Feb 7 15:04 ../ -rw-r--r--. 1 root root 0 Feb 7 15:04 __init__.py drwxr-xr-x. 2 root root 25 Feb 7 15:04 ./ TASK [Run pytest with nm] ****************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:132 Friday 07 February 2025 15:04:41 -0500 (0:00:00.389) 0:00:45.728 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "pytest", "/tmp/lsrtest_k5oxk8q4/network/integration/", "--provider=nm" ], "delta": "0:00:02.536717", "end": "2025-02-07 15:04:44.024388", "rc": 0, "start": "2025-02-07 15:04:41.487671" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_k5oxk8q4/network/integration collected 1 item ../tmp/lsrtest_k5oxk8q4/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-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:142 Friday 07 February 2025 15:04:44 -0500 (0:00:02.984) 0:00:48.713 ******* ok: [managed-node1] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_k5oxk8q4/network/integration", "collected 1 item", "", "../tmp/lsrtest_k5oxk8q4/network/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 2.26s ===============================" ] } TASK [Install network-scripts when running pytest with initscripts] ************ task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:148 Friday 07 February 2025 15:04:44 -0500 (0:00:00.089) 0:00:48.802 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Run pytest with initscripts] ********************************************* task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:153 Friday 07 February 2025 15:04:47 -0500 (0:00:03.478) 0:00:52.280 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "pytest", "/tmp/lsrtest_k5oxk8q4/network/integration/", "--provider=initscripts" ], "delta": "0:00:04.518499", "end": "2025-02-07 15:04:52.499267", "rc": 0, "start": "2025-02-07 15:04:47.980768" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_k5oxk8q4/network/integration collected 1 item ../tmp/lsrtest_k5oxk8q4/network/integration/test_ethernet.py . [100%] ============================== 1 passed in 4.26s =============================== TASK [Debug stdout_lines of the running playbook with initscripts] ************* task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:163 Friday 07 February 2025 15:04:52 -0500 (0:00:04.903) 0:00:57.184 ******* ok: [managed-node1] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_k5oxk8q4/network/integration", "collected 1 item", "", "../tmp/lsrtest_k5oxk8q4/network/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 4.26s ===============================" ] } TASK [Remove local tar file] *************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:167 Friday 07 February 2025 15:04:52 -0500 (0:00:00.050) 0:00:57.234 ******* changed: [managed-node1 -> localhost] => { "changed": true, "path": "/tmp/lsrtest_myv703zi.tar", "state": "absent" } TASK [Remove tempdir] ********************************************************** task path: /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:173 Friday 07 February 2025 15:04:52 -0500 (0:00:00.345) 0:00:57.579 ******* changed: [managed-node1] => { "changed": true, "path": "/tmp/lsrtest_k5oxk8q4", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=81 changed=7 unreachable=0 failed=0 skipped=63 rescued=0 ignored=0 Friday 07 February 2025 15:04:53 -0500 (0:00:00.502) 0:00:58.081 ******* =============================================================================== Run pytest with initscripts --------------------------------------------- 4.90s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:153 Install rpm dependencies ------------------------------------------------ 3.54s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:12 Install network-scripts when running pytest with initscripts ------------ 3.48s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:148 Install Pytest ---------------------------------------------------------- 3.32s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:18 Run pytest with nm ------------------------------------------------------ 2.98s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:132 fedora.linux_system_roles.network : Check which packages are installed --- 2.01s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.89s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.83s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.70s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Enable EPEL 8 ----------------------------------------------------------- 1.68s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Copy testrepo.tar to the remote system ---------------------------------- 1.26s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:84 fedora.linux_system_roles.network : Enable network service -------------- 1.15s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Untar testrepo.tar ------------------------------------------------------ 1.04s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:90 Gathering Facts --------------------------------------------------------- 1.04s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tests_integration_pytest.yml:3 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.84s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Gathering Facts --------------------------------------------------------- 0.79s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:34 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.78s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Enable EPEL 8 ----------------------------------------------------------- 0.74s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Gathering Facts --------------------------------------------------------- 0.74s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_nm.yml:3 Create EPEL 8 ----------------------------------------------------------- 0.72s /tmp/collections-5Zq/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8