ansible-playbook [core 2.16.12] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-mRF executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_integration_pytest.yml ***************************************** 7 plays in /tmp/collections-mRF/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-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tests_integration_pytest.yml:3 Tuesday 08 October 2024 02:03:34 -0400 (0:00:00.027) 0:00:00.027 ******* ok: [managed-node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tests_integration_pytest.yml:6 Tuesday 08 October 2024 02:03:35 -0400 (0:00:01.066) 0:00:01.093 ******* included: /tmp/collections-mRF/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-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Tuesday 08 October 2024 02:03:35 -0400 (0:00:00.018) 0:00:01.111 ******* ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Tuesday 08 October 2024 02:03:36 -0400 (0:00:00.509) 0:00:01.621 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Tuesday 08 October 2024 02:03:36 -0400 (0:00:00.567) 0:00:02.188 ******* ok: [managed-node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Tuesday 08 October 2024 02:03:36 -0400 (0:00:00.042) 0:00:02.231 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Tuesday 08 October 2024 02:03:36 -0400 (0:00:00.031) 0:00:02.263 ******* included: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node1 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Tuesday 08 October 2024 02:03:36 -0400 (0:00:00.077) 0:00:02.340 ******* ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Tuesday 08 October 2024 02:03:37 -0400 (0:00:00.491) 0:00:02.832 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Tuesday 08 October 2024 02:03:37 -0400 (0:00:00.015) 0:00:02.847 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Tuesday 08 October 2024 02:03:37 -0400 (0:00:00.015) 0:00:02.863 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.231514", "end": "2024-10-08 02:03:37.825262", "rc": 0, "start": "2024-10-08 02:03:37.593748" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Tuesday 08 October 2024 02:03:37 -0400 (0:00:00.575) 0:00:03.438 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } PLAY [Install dependencies for integration tests] ****************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:3 Tuesday 08 October 2024 02:03:37 -0400 (0:00:00.040) 0:00:03.479 ******* ok: [managed-node1] TASK [Install rpm dependencies] ************************************************ task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:12 Tuesday 08 October 2024 02:03:38 -0400 (0:00:00.840) 0:00:04.319 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Install Pytest] ********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:18 Tuesday 08 October 2024 02:03:42 -0400 (0:00:03.539) 0:00:07.859 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:02.134533", "end": "2024-10-08 02:03:44.745033", "rc": 0, "start": "2024-10-08 02:03:42.610500" } STDOUT: Collecting pytest Downloading https://files.pythonhosted.org/packages/38/93/c7c0bd1e932b287fb948eb9ce5a3d6307c9fc619db1e199f8c8bc5dad95f/pytest-7.0.1-py3-none-any.whl (296kB) Collecting packaging (from pytest) Downloading https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl (40kB) Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /usr/local/lib/python3.6/site-packages (from pytest) 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 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 iniconfig (from pytest) Downloading https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.py3-none-any.whl Collecting tomli>=1.0.0 (from pytest) Downloading https://files.pythonhosted.org/packages/05/e4/74f9440db36734d7ba83c574c1e7024009ce849208a41f90e94a134dc6d1/tomli-1.2.3-py3-none-any.whl Collecting pluggy<2.0,>=0.12 (from pytest) Downloading https://files.pythonhosted.org/packages/9e/01/f38e2ff29715251cf25532b9082a1589ab7e4f571ced434f98d0139336dc/pluggy-1.0.0-py2.py3-none-any.whl Collecting 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) Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.6/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pytest) Requirement already satisfied: typing-extensions>=3.6.4; python_version < "3.8" in /usr/local/lib/python3.6/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pytest) Installing collected packages: pyparsing, packaging, py, attrs, iniconfig, tomli, pluggy, pytest Successfully installed attrs-22.2.0 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 STDERR: WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead. PLAY [Run playbook 'tests_default.yml' with initscripts as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:3 Tuesday 08 October 2024 02:03:44 -0400 (0:00:02.515) 0:00:10.375 ******* ok: [managed-node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:6 Tuesday 08 October 2024 02:03:45 -0400 (0:00:00.800) 0:00:11.176 ******* included: /tmp/collections-mRF/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-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Tuesday 08 October 2024 02:03:45 -0400 (0:00:00.044) 0:00:11.220 ******* ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Tuesday 08 October 2024 02:03:46 -0400 (0:00:00.512) 0:00:11.733 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Tuesday 08 October 2024 02:03:46 -0400 (0:00:00.041) 0:00:11.774 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Tuesday 08 October 2024 02:03:46 -0400 (0:00:00.043) 0:00:11.818 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Tuesday 08 October 2024 02:03:46 -0400 (0:00:00.042) 0:00:11.860 ******* included: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed-node1 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Tuesday 08 October 2024 02:03:46 -0400 (0:00:00.048) 0:00:11.908 ******* ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Tuesday 08 October 2024 02:03:46 -0400 (0:00:00.425) 0:00:12.334 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Tuesday 08 October 2024 02:03:46 -0400 (0:00:00.055) 0:00:12.389 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Tuesday 08 October 2024 02:03:46 -0400 (0:00:00.055) 0:00:12.444 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.224133", "end": "2024-10-08 02:03:47.481440", "rc": 0, "start": "2024-10-08 02:03:47.257307" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Tuesday 08 October 2024 02:03:47 -0400 (0:00:00.660) 0:00:13.104 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_initscripts.yml:8 Tuesday 08 October 2024 02:03:47 -0400 (0:00:00.064) 0:00:13.169 ******* ok: [managed-node1] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Test executing the role with default parameters] ************************* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 08 October 2024 02:03:47 -0400 (0:00:00.090) 0:00:13.259 ******* included: /tmp/collections-mRF/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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 08 October 2024 02:03:47 -0400 (0:00:00.112) 0:00:13.371 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 08 October 2024 02:03:47 -0400 (0:00:00.075) 0:00:13.446 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 08 October 2024 02:03:47 -0400 (0:00:00.074) 0:00:13.521 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 08 October 2024 02:03:48 -0400 (0:00:00.074) 0:00:13.596 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 08 October 2024 02:03:49 -0400 (0:00:01.817) 0:00:15.413 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 08 October 2024 02:03:51 -0400 (0:00:01.828) 0:00:17.241 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 08 October 2024 02:03:51 -0400 (0:00:00.093) 0:00:17.335 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 08 October 2024 02:03:51 -0400 (0:00:00.096) 0:00:17.432 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 08 October 2024 02:03:51 -0400 (0:00:00.089) 0:00:17.521 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 08 October 2024 02:03:52 -0400 (0:00:00.095) 0:00:17.617 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Tuesday 08 October 2024 02:03:52 -0400 (0:00:00.098) 0:00:17.716 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Tuesday 08 October 2024 02:03:52 -0400 (0:00:00.086) 0:00:17.803 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Tuesday 08 October 2024 02:03:52 -0400 (0:00:00.103) 0:00:17.906 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Tuesday 08 October 2024 02:03:52 -0400 (0:00:00.182) 0:00:18.089 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Tuesday 08 October 2024 02:03:52 -0400 (0:00:00.088) 0:00:18.177 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 08 October 2024 02:03:52 -0400 (0:00:00.093) 0:00:18.270 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Tuesday 08 October 2024 02:03:52 -0400 (0:00:00.087) 0:00:18.358 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 08 October 2024 02:03:52 -0400 (0:00:00.071) 0:00:18.429 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 08 October 2024 02:03:52 -0400 (0:00:00.063) 0:00:18.492 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Tuesday 08 October 2024 02:03:53 -0400 (0:00:00.948) 0:00:19.441 ******* ok: [managed-node1] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-33014_t8wz488/tmpshlay109" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Tuesday 08 October 2024 02:03:54 -0400 (0:00:00.416) 0:00:19.857 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Tuesday 08 October 2024 02:03:55 -0400 (0:00:00.801) 0:00:20.659 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Tuesday 08 October 2024 02:03:55 -0400 (0:00:00.102) 0:00:20.761 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Tuesday 08 October 2024 02:03:55 -0400 (0:00:00.095) 0:00:20.857 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Tuesday 08 October 2024 02:03:55 -0400 (0:00:00.099) 0:00:20.957 ******* skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Tuesday 08 October 2024 02:03:55 -0400 (0:00:00.102) 0:00:21.059 ******* ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9 Tuesday 08 October 2024 02:03:56 -0400 (0:00:00.804) 0:00:21.863 ******* included: /tmp/collections-mRF/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-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Tuesday 08 October 2024 02:03:56 -0400 (0:00:00.078) 0:00:21.941 ******* ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Tuesday 08 October 2024 02:03:57 -0400 (0:00:00.685) 0:00:22.627 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Tuesday 08 October 2024 02:03:57 -0400 (0:00:00.091) 0:00:22.719 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Tuesday 08 October 2024 02:03:57 -0400 (0:00:00.090) 0:00:22.809 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Tuesday 08 October 2024 02:03:57 -0400 (0:00:00.100) 0:00:22.910 ******* included: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed-node1 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Tuesday 08 October 2024 02:03:57 -0400 (0:00:00.129) 0:00:23.039 ******* ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Tuesday 08 October 2024 02:03:57 -0400 (0:00:00.423) 0:00:23.463 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Tuesday 08 October 2024 02:03:57 -0400 (0:00:00.069) 0:00:23.533 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Tuesday 08 October 2024 02:03:58 -0400 (0:00:00.073) 0:00:23.606 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.222859", "end": "2024-10-08 02:03:58.584816", "rc": 0, "start": "2024-10-08 02:03:58.361957" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Tuesday 08 October 2024 02:03:58 -0400 (0:00:00.610) 0:00:24.216 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11 Tuesday 08 October 2024 02:03:58 -0400 (0:00:00.060) 0:00:24.277 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed PLAY [Run playbook 'tests_default.yml' with nm as provider] ******************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_nm.yml:3 Tuesday 08 October 2024 02:03:58 -0400 (0:00:00.145) 0:00:24.422 ******* ok: [managed-node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_nm.yml:6 Tuesday 08 October 2024 02:03:59 -0400 (0:00:00.868) 0:00:25.291 ******* included: /tmp/collections-mRF/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-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Tuesday 08 October 2024 02:03:59 -0400 (0:00:00.075) 0:00:25.367 ******* ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Tuesday 08 October 2024 02:04:00 -0400 (0:00:00.566) 0:00:25.934 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Tuesday 08 October 2024 02:04:00 -0400 (0:00:00.104) 0:00:26.038 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Tuesday 08 October 2024 02:04:00 -0400 (0:00:00.111) 0:00:26.149 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Tuesday 08 October 2024 02:04:00 -0400 (0:00:00.110) 0:00:26.260 ******* included: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed-node1 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Tuesday 08 October 2024 02:04:00 -0400 (0:00:00.134) 0:00:26.394 ******* ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Tuesday 08 October 2024 02:04:01 -0400 (0:00:00.452) 0:00:26.847 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Tuesday 08 October 2024 02:04:01 -0400 (0:00:00.084) 0:00:26.931 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Tuesday 08 October 2024 02:04:01 -0400 (0:00:00.063) 0:00:26.995 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.224301", "end": "2024-10-08 02:04:01.977845", "rc": 0, "start": "2024-10-08 02:04:01.753544" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Tuesday 08 October 2024 02:04:02 -0400 (0:00:00.672) 0:00:27.667 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_nm.yml:8 Tuesday 08 October 2024 02:04:02 -0400 (0:00:00.085) 0:00:27.753 ******* ok: [managed-node1] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Test executing the role with default parameters] ************************* TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 08 October 2024 02:04:02 -0400 (0:00:00.419) 0:00:28.173 ******* included: /tmp/collections-mRF/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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 08 October 2024 02:04:02 -0400 (0:00:00.147) 0:00:28.320 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 08 October 2024 02:04:02 -0400 (0:00:00.124) 0:00:28.445 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 08 October 2024 02:04:02 -0400 (0:00:00.104) 0:00:28.549 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 08 October 2024 02:04:03 -0400 (0:00:00.102) 0:00:28.652 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 08 October 2024 02:04:04 -0400 (0:00:01.863) 0:00:30.515 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 08 October 2024 02:04:06 -0400 (0:00:01.513) 0:00:32.028 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 08 October 2024 02:04:06 -0400 (0:00:00.060) 0:00:32.089 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 08 October 2024 02:04:06 -0400 (0:00:00.099) 0:00:32.189 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 08 October 2024 02:04:06 -0400 (0:00:00.073) 0:00:32.262 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int > 9", "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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 08 October 2024 02:04:06 -0400 (0:00:00.078) 0:00:32.341 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Tuesday 08 October 2024 02:04:06 -0400 (0:00:00.076) 0:00:32.418 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Tuesday 08 October 2024 02:04:06 -0400 (0:00:00.068) 0:00:32.486 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Tuesday 08 October 2024 02:04:06 -0400 (0:00:00.066) 0:00:32.552 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Tuesday 08 October 2024 02:04:07 -0400 (0:00:00.099) 0:00:32.652 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Tuesday 08 October 2024 02:04:07 -0400 (0:00:00.062) 0:00:32.714 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 08 October 2024 02:04:07 -0400 (0:00:00.061) 0:00:32.775 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Tuesday 08 October 2024 02:04:07 -0400 (0:00:00.064) 0:00:32.840 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 08 October 2024 02:04:07 -0400 (0:00:00.562) 0:00:33.402 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 08 October 2024 02:04:07 -0400 (0:00:00.080) 0:00:33.482 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Tuesday 08 October 2024 02:04:07 -0400 (0:00:00.059) 0:00:33.542 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Tuesday 08 October 2024 02:04:08 -0400 (0:00:00.058) 0:00:33.600 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Tuesday 08 October 2024 02:04:08 -0400 (0:00:00.617) 0:00:34.217 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Tuesday 08 October 2024 02:04:08 -0400 (0:00:00.088) 0:00:34.306 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Tuesday 08 October 2024 02:04:08 -0400 (0:00:00.091) 0:00:34.397 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Tuesday 08 October 2024 02:04:09 -0400 (0:00:00.210) 0:00:34.608 ******* skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Tuesday 08 October 2024 02:04:09 -0400 (0:00:00.104) 0:00:34.713 ******* ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:9 Tuesday 08 October 2024 02:04:09 -0400 (0:00:00.523) 0:00:35.236 ******* included: /tmp/collections-mRF/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-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Tuesday 08 October 2024 02:04:09 -0400 (0:00:00.188) 0:00:35.424 ******* ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Tuesday 08 October 2024 02:04:10 -0400 (0:00:00.806) 0:00:36.231 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Tuesday 08 October 2024 02:04:10 -0400 (0:00:00.064) 0:00:36.295 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Tuesday 08 October 2024 02:04:10 -0400 (0:00:00.080) 0:00:36.376 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Tuesday 08 October 2024 02:04:10 -0400 (0:00:00.094) 0:00:36.470 ******* included: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed-node1 TASK [Create EPEL 8] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Tuesday 08 October 2024 02:04:11 -0400 (0:00:00.191) 0:00:36.661 ******* ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Tuesday 08 October 2024 02:04:11 -0400 (0:00:00.501) 0:00:37.163 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Tuesday 08 October 2024 02:04:11 -0400 (0:00:00.089) 0:00:37.252 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Tuesday 08 October 2024 02:04:11 -0400 (0:00:00.077) 0:00:37.330 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:01.228653", "end": "2024-10-08 02:04:13.350249", "rc": 0, "start": "2024-10-08 02:04:12.121596" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Tuesday 08 October 2024 02:04:13 -0400 (0:00:01.665) 0:00:38.996 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tests_default.yml:11 Tuesday 08 October 2024 02:04:13 -0400 (0:00:00.102) 0:00:39.098 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:34 Tuesday 08 October 2024 02:04:13 -0400 (0:00:00.191) 0:00:39.290 ******* ok: [managed-node1] TASK [Create tempdir for code to test] ***************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:39 Tuesday 08 October 2024 02:04:14 -0400 (0:00:00.842) 0:00:40.132 ******* changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_ehqbu6oo", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Get tempfile for tar] **************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:45 Tuesday 08 October 2024 02:04:15 -0400 (0:00:00.553) 0:00:40.686 ******* changed: [managed-node1 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_6n5yyrx0.tar", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Include the task '../tasks/get_modules_and_utils_paths.yml'] ************* task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:52 Tuesday 08 October 2024 02:04:15 -0400 (0:00:00.290) 0:00:40.977 ******* included: /tmp/collections-mRF/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-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:3 Tuesday 08 October 2024 02:04:15 -0400 (0:00:00.106) 0:00:41.084 ******* ok: [managed-node1] => { "ansible_facts": { "collection_paths": [ "/tmp/collections-mRF", "/tmp/collections-mRF" ] }, "changed": false } TASK [Set search paths] ******************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:13 Tuesday 08 October 2024 02:04:15 -0400 (0:00:00.066) 0:00:41.150 ******* 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-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:42 Tuesday 08 October 2024 02:04:15 -0400 (0:00:00.068) 0:00:41.218 ******* 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-mRF /tmp/collections-mRF; 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.005395", "end": "2024-10-08 02:04:15.916709", "rc": 0, "start": "2024-10-08 02:04:15.911314" } STDOUT: /tmp/collections-mRF 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-mRF /tmp/collections-mRF + '[' '!' -d /tmp/collections-mRF ']' + cd /tmp/collections-mRF + 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-mRF + echo ansible_collections/fedora/linux_system_roles/plugins/modules + exit 0 TASK [Find parent directory and path of module_utils] ************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:69 Tuesday 08 October 2024 02:04:15 -0400 (0:00:00.338) 0:00:41.557 ******* 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-mRF /tmp/collections-mRF; 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.015174", "end": "2024-10-08 02:04:16.377227", "rc": 0, "start": "2024-10-08 02:04:16.362053" } STDOUT: /tmp/collections-mRF 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-mRF /tmp/collections-mRF + '[' '!' -d /tmp/collections-mRF ']' + cd /tmp/collections-mRF + 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-mRF + echo ansible_collections/fedora/linux_system_roles/plugins/module_utils + exit 0 TASK [Get tests directory] ***************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:55 Tuesday 08 October 2024 02:04:16 -0400 (0:00:00.468) 0:00:42.025 ******* ok: [managed-node1] => { "ansible_facts": { "tests_directory": "/tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/files/../../network" }, "changed": false } TASK [Create Tar file] ********************************************************* task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:70 Tuesday 08 October 2024 02:04:16 -0400 (0:00:00.340) 0:00:42.366 ******* ok: [managed-node1 -> localhost] => { "changed": false, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_6n5yyrx0.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests", "network", "-C", "/tmp/collections-mRF", "ansible_collections/fedora/linux_system_roles/plugins/modules", "-C", "/tmp/collections-mRF", "ansible_collections/fedora/linux_system_roles/plugins/module_utils" ], "delta": "0:00:00.050676", "end": "2024-10-08 02:04:17.626655", "rc": 0, "start": "2024-10-08 02:04:17.575979" } STDOUT: network/ network/covstats network/ensure_provider_tests.py network/files/ network/files/cacert.key network/files/cacert.pem network/files/client.key network/files/client.key.nocrypt network/files/client.pem network/files/dh.pem network/files/server.key network/files/server.pem network/get_coverage.sh network/get_coverage.yml network/get_total_coverage.sh network/git-post-commit.sh network/git-pre-commit.sh network/integration/ network/integration/conftest.py network/integration/test_ethernet.py network/merge_coverage.sh network/playbooks/ network/playbooks/down_profile+delete_interface.yml network/playbooks/down_profile.yml network/playbooks/files network/playbooks/integration_pytest_python3.yml network/playbooks/manual_test_ethtool_coalesce.yml network/playbooks/remove_profile.yml network/playbooks/run_tasks.yml network/playbooks/tasks network/playbooks/tests_802_1x.yml network/playbooks/tests_802_1x_updated.yml network/playbooks/tests_auto_gateway.yml network/playbooks/tests_bond.yml network/playbooks/tests_bond_cloned_mac.yml network/playbooks/tests_bond_deprecated.yml network/playbooks/tests_bond_options.yml network/playbooks/tests_bond_removal.yml network/playbooks/tests_bridge.yml network/playbooks/tests_bridge_cloned_mac.yml network/playbooks/tests_checkpoint_cleanup.yml network/playbooks/tests_eth_dns_support.yml network/playbooks/tests_eth_pci_address_match.yml network/playbooks/tests_ethernet.yml network/playbooks/tests_ethtool_coalesce.yml network/playbooks/tests_ethtool_features.yml network/playbooks/tests_ethtool_ring.yml network/playbooks/tests_ignore_auto_dns.yml network/playbooks/tests_infiniband.yml network/playbooks/tests_ipv6.yml network/playbooks/tests_ipv6_disabled.yml network/playbooks/tests_ipv6_dns_search.yml network/playbooks/tests_network_state.yml network/playbooks/tests_provider.yml network/playbooks/tests_reapply.yml network/playbooks/tests_route_device.yml network/playbooks/tests_route_table.yml network/playbooks/tests_route_type.yml network/playbooks/tests_routing_rules.yml network/playbooks/tests_states.yml network/playbooks/tests_switch_provider.yml network/playbooks/tests_team.yml network/playbooks/tests_team_plugin_installation.yml network/playbooks/tests_vlan_mtu.yml network/playbooks/tests_wireless.yml network/playbooks/tests_wireless_and_network_restart.yml network/playbooks/tests_wireless_plugin_installation.yml network/playbooks/tests_wireless_wpa3_owe.yml network/playbooks/tests_wireless_wpa3_sae.yml network/playbooks/tests_dummy.yml network/setup-snapshot.yml network/tasks/ network/tasks/activate_profile.yml network/tasks/assert_IPv4_present.yml network/tasks/assert_IPv6_present.yml network/tasks/assert_bond_options.yml network/tasks/assert_bond_port_profile_present.yml network/tasks/assert_controller_device_present.yml network/tasks/assert_device_absent.yml network/tasks/assert_device_present.yml network/tasks/assert_dhcp_device_present.yml network/tasks/assert_network_connections_failed.yml network/tasks/assert_output_in_stderr_without_warnings.yml network/tasks/assert_package_installed.yml network/tasks/assert_profile_absent.yml network/tasks/assert_profile_present.yml network/tasks/check_network_dns.yml network/tasks/cleanup_802_1x_server.yml network/tasks/cleanup_bond_profile+device.yml network/tasks/cleanup_mock_wifi.yml network/tasks/cleanup_profile+device.yml network/tasks/create_and_remove_interface.yml network/tasks/create_bond_profile.yml network/tasks/create_bond_profile_reconfigure.yml network/tasks/create_bridge_profile.yml network/tasks/create_bridge_profile_no_autoconnect.yml network/tasks/create_team_profile.yml network/tasks/create_test_interfaces_with_dhcp.yml network/tasks/create_wireless_profile_restart_network.yml network/tasks/delete_interface.yml network/tasks/el_repo_setup.yml network/tasks/enable_epel.yml network/tasks/get_NetworkManager_NVR.yml network/tasks/get_current_interfaces.yml network/tasks/get_interface_stat.yml network/tasks/get_modules_and_utils_paths.yml network/tasks/get_profile_stat.yml network/tasks/manage_test_interface.yml network/tasks/ostree_systems_check.yml network/tasks/provider/ network/tasks/provider/create_and_remove_with_initscripts.yml network/tasks/provider/create_with_nm.yml network/tasks/provider/default_with_nm.yml network/tasks/remove+down_profile.yml network/tasks/remove_package.yml network/tasks/remove_profile.yml network/tasks/remove_test_interfaces_with_dhcp.yml network/tasks/run_test.yml network/tasks/setup_802.1x.yml network/tasks/setup_802_1x_server.yml network/tasks/setup_mock_wifi.yml network/tasks/setup_mock_wifi_wpa3_owe.yml network/tasks/setup_mock_wifi_wpa3_sae.yml network/tasks/setup_test_interface.yml network/tasks/show_interfaces.yml network/tasks/start_mock_wifi.yml network/tasks/test_802.1x_capath.yml network/tasks/assert_autoconnect_retries.yml network/tasks/create_dummy_profile.yml network/tests_802_1x_nm.yml network/tests_802_1x_updated_nm.yml network/tests_auto_gateway_initscripts.yml network/tests_auto_gateway_nm.yml network/tests_bond_cloned_mac_initscripts.yml network/tests_bond_cloned_mac_nm.yml network/tests_bond_deprecated_initscripts.yml network/tests_bond_deprecated_nm.yml network/tests_bond_initscripts.yml network/tests_bond_nm.yml network/tests_bond_options_nm.yml network/tests_bond_removal_initscripts.yml network/tests_bond_removal_nm.yml network/tests_bridge_cloned_mac_initscripts.yml network/tests_bridge_cloned_mac_nm.yml network/tests_bridge_initscripts.yml network/tests_bridge_nm.yml network/tests_change_indication_on_repeat_run.yml network/tests_default.yml network/tests_default_initscripts.yml network/tests_default_nm.yml network/tests_dummy_nm.yml network/tests_eth_dns_support_nm.yml network/tests_eth_pci_address_match_nm.yml network/tests_ethernet_initscripts.yml network/tests_ethernet_nm.yml network/tests_ethtool_coalesce_initscripts.yml network/tests_ethtool_coalesce_nm.yml network/tests_ethtool_features_initscripts.yml network/tests_ethtool_features_nm.yml network/tests_ethtool_ring_initscripts.yml network/tests_ethtool_ring_nm.yml network/tests_helpers_and_asserts.yml network/tests_ignore_auto_dns_nm.yml network/tests_infiniband_nm.yml network/tests_integration_pytest.yml network/tests_ipv6_disabled_nm.yml network/tests_ipv6_dns_search_nm.yml network/tests_ipv6_initscripts.yml network/tests_ipv6_nm.yml network/tests_network_state_nm.yml network/tests_provider_nm.yml network/tests_reapply_nm.yml network/tests_regression_nm.yml network/tests_route_device_initscripts.yml network/tests_route_device_nm.yml network/tests_route_table_nm.yml network/tests_route_type_nm.yml network/tests_routing_rules_nm.yml network/tests_states_initscripts.yml network/tests_states_nm.yml network/tests_switch_provider.yml network/tests_team_nm.yml network/tests_team_plugin_installation_nm.yml network/tests_unit.yml network/tests_vlan_mtu_initscripts.yml network/tests_vlan_mtu_nm.yml network/tests_wireless_and_network_restart_nm.yml network/tests_wireless_nm.yml network/tests_wireless_plugin_installation_nm.yml network/tests_wireless_wpa3_owe_nm.yml network/tests_wireless_wpa3_sae_nm.yml network/unit/ network/unit/test_nm_provider.py network/unit/test_network_connections.py ansible_collections/fedora/linux_system_roles/plugins/modules/ ansible_collections/fedora/linux_system_roles/plugins/modules/__init__.py ansible_collections/fedora/linux_system_roles/plugins/modules/network_state.py ansible_collections/fedora/linux_system_roles/plugins/modules/network_connections.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/__init__.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/ethtool.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/myerror.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/__init__.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/active_connection.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/client.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/connection.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/error.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/provider.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm_provider.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/utils.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/argument_validator.py TASK [Copy testrepo.tar to the remote system] ********************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:84 Tuesday 08 October 2024 02:04:17 -0400 (0:00:00.936) 0:00:43.303 ******* changed: [managed-node1] => { "changed": true, "checksum": "bcbbd364e4dd8b17f70a5386f2c8bf1199823b3b", "dest": "/tmp/lsrtest_ehqbu6oo/lsrtest_6n5yyrx0.tar", "gid": 0, "group": "root", "md5sum": "b246908e06be5c6b65203bd9439b210d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 952320, "src": "/root/.ansible/tmp/ansible-tmp-1728367457.8178444-35012-110844765959382/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:90 Tuesday 08 October 2024 02:04:18 -0400 (0:00:01.182) 0:00:44.486 ******* changed: [managed-node1] => { "changed": true, "dest": "/tmp/lsrtest_ehqbu6oo", "extract_results": { "cmd": [ "/usr/bin/gtar", "--extract", "-C", "/tmp/lsrtest_ehqbu6oo", "-f", "/tmp/lsrtest_ehqbu6oo/lsrtest_6n5yyrx0.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_ehqbu6oo/lsrtest_6n5yyrx0.tar", "state": "directory", "uid": 0 } TASK [Create subdirectory './ansible' under '/tmp/lsrtest_ehqbu6oo'] *********** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:96 Tuesday 08 October 2024 02:04:19 -0400 (0:00:01.069) 0:00:45.555 ******* changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_ehqbu6oo/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-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:102 Tuesday 08 October 2024 02:04:20 -0400 (0:00:00.606) 0:00:46.162 ******* ok: [managed-node1] => { "changed": false, "cmd": "if [ -d /tmp/lsrtest_ehqbu6oo/module_utils ]; then\n mv /tmp/lsrtest_ehqbu6oo/module_utils /tmp/lsrtest_ehqbu6oo/ansible\nfi\n", "delta": "0:00:00.003216", "end": "2024-10-08 02:04:20.949654", "rc": 0, "start": "2024-10-08 02:04:20.946438" } TASK [Fake out python module directories, primarily for python2] *************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:109 Tuesday 08 October 2024 02:04:21 -0400 (0:00:00.411) 0:00:46.574 ******* ok: [managed-node1] => { "changed": false, "cmd": "for dir in $(find /tmp/lsrtest_ehqbu6oo -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.015451", "end": "2024-10-08 02:04:21.339191", "rc": 0, "start": "2024-10-08 02:04:21.323740" } TASK [Set _lsr_python_path] **************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:118 Tuesday 08 October 2024 02:04:21 -0400 (0:00:00.398) 0:00:46.972 ******* ok: [managed-node1] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_ehqbu6oo/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_ehqbu6oo" }, "changed": false } TASK [Show _lsr_python_path] *************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:122 Tuesday 08 October 2024 02:04:21 -0400 (0:00:00.060) 0:00:47.033 ******* ok: [managed-node1] => {} MSG: path /tmp/lsrtest_ehqbu6oo/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_ehqbu6oo TASK [List the files in /tmp/lsrtest_ehqbu6oo] ********************************* task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:126 Tuesday 08 October 2024 02:04:21 -0400 (0:00:00.057) 0:00:47.090 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_ehqbu6oo" ], "delta": "0:00:00.005385", "end": "2024-10-08 02:04:21.849173", "rc": 0, "start": "2024-10-08 02:04:21.843788" } STDOUT: /tmp/lsrtest_ehqbu6oo: total 936 -rw-------. 1 root root 952320 Oct 8 02:04 lsrtest_6n5yyrx0.tar drwxr-xr-x. 7 root root 4096 Oct 8 02:04 network/ -rw-r--r--. 1 root root 0 Oct 8 02:04 __init__.py drwx------. 5 root root 110 Oct 8 02:04 ./ drwxr-xr-x. 3 root root 39 Oct 8 02:04 ansible_collections/ drwxr-xr-x. 2 root root 25 Oct 8 02:04 ansible/ drwxrwxrwt. 5 root root 164 Oct 8 02:04 ../ /tmp/lsrtest_ehqbu6oo/network: total 308 -rwxr-xr-x. 1 root root 888 Oct 8 01:53 merge_coverage.sh* -rwxr-xr-x. 1 root root 365 Oct 8 01:53 git-pre-commit.sh* -rwxr-xr-x. 1 root root 690 Oct 8 01:53 git-post-commit.sh* -rwxr-xr-x. 1 root root 937 Oct 8 01:53 get_total_coverage.sh* -rwxr-xr-x. 1 root root 2502 Oct 8 01:53 get_coverage.sh* -rwxr-xr-x. 1 root root 10955 Oct 8 01:53 ensure_provider_tests.py* -rwxr-xr-x. 1 root root 351 Oct 8 01:53 covstats* -rw-r--r--. 1 root root 958 Oct 8 01:53 tests_wireless_wpa3_sae_nm.yml -rw-r--r--. 1 root root 1049 Oct 8 01:53 tests_wireless_wpa3_owe_nm.yml -rw-r--r--. 1 root root 800 Oct 8 01:53 tests_wireless_plugin_installation_nm.yml -rw-r--r--. 1 root root 788 Oct 8 01:53 tests_wireless_nm.yml -rw-r--r--. 1 root root 800 Oct 8 01:53 tests_wireless_and_network_restart_nm.yml -rw-r--r--. 1 root root 740 Oct 8 01:53 tests_vlan_mtu_nm.yml -rw-r--r--. 1 root root 675 Oct 8 01:53 tests_vlan_mtu_initscripts.yml -rw-r--r--. 1 root root 5997 Oct 8 01:53 tests_unit.yml -rw-r--r--. 1 root root 892 Oct 8 01:53 tests_team_plugin_installation_nm.yml -rw-r--r--. 1 root root 832 Oct 8 01:53 tests_team_nm.yml -rw-r--r--. 1 root root 580 Oct 8 01:53 tests_switch_provider.yml -rw-r--r--. 1 root root 734 Oct 8 01:53 tests_states_nm.yml -rw-r--r--. 1 root root 669 Oct 8 01:53 tests_states_initscripts.yml -rw-r--r--. 1 root root 755 Oct 8 01:53 tests_routing_rules_nm.yml -rw-r--r--. 1 root root 1520 Oct 8 01:53 tests_route_type_nm.yml -rw-r--r--. 1 root root 749 Oct 8 01:53 tests_route_table_nm.yml -rw-r--r--. 1 root root 752 Oct 8 01:53 tests_route_device_nm.yml -rw-r--r--. 1 root root 687 Oct 8 01:53 tests_route_device_initscripts.yml -rw-r--r--. 1 root root 1498 Oct 8 01:53 tests_regression_nm.yml -rw-r--r--. 1 root root 737 Oct 8 01:53 tests_reapply_nm.yml -rw-r--r--. 1 root root 1580 Oct 8 01:53 tests_provider_nm.yml -rw-r--r--. 1 root root 806 Oct 8 01:53 tests_network_state_nm.yml -rw-r--r--. 1 root root 728 Oct 8 01:53 tests_ipv6_nm.yml -rw-r--r--. 1 root root 663 Oct 8 01:53 tests_ipv6_initscripts.yml -rw-r--r--. 1 root root 761 Oct 8 01:53 tests_ipv6_dns_search_nm.yml -rw-r--r--. 1 root root 755 Oct 8 01:53 tests_ipv6_disabled_nm.yml -rw-r--r--. 1 root root 545 Oct 8 01:53 tests_integration_pytest.yml -rw-r--r--. 1 root root 746 Oct 8 01:53 tests_infiniband_nm.yml -rw-r--r--. 1 root root 761 Oct 8 01:53 tests_ignore_auto_dns_nm.yml -rw-r--r--. 1 root root 1028 Oct 8 01:53 tests_helpers_and_asserts.yml -rw-r--r--. 1 root root 1483 Oct 8 01:53 tests_ethtool_ring_nm.yml -rw-r--r--. 1 root root 687 Oct 8 01:53 tests_ethtool_ring_initscripts.yml -rw-r--r--. 1 root root 1499 Oct 8 01:53 tests_ethtool_features_nm.yml -rw-r--r--. 1 root root 699 Oct 8 01:53 tests_ethtool_features_initscripts.yml -rw-r--r--. 1 root root 1499 Oct 8 01:53 tests_ethtool_coalesce_nm.yml -rw-r--r--. 1 root root 699 Oct 8 01:53 tests_ethtool_coalesce_initscripts.yml -rw-r--r--. 1 root root 1515 Oct 8 01:53 tests_eth_pci_address_match_nm.yml -rw-r--r--. 1 root root 740 Oct 8 01:53 tests_ethernet_nm.yml -rw-r--r--. 1 root root 675 Oct 8 01:53 tests_ethernet_initscripts.yml -rw-r--r--. 1 root root 761 Oct 8 01:53 tests_eth_dns_support_nm.yml -rw-r--r--. 1 root root 731 Oct 8 01:53 tests_dummy_nm.yml -rw-r--r--. 1 root root 449 Oct 8 01:53 tests_default.yml -rw-r--r--. 1 root root 535 Oct 8 01:53 tests_default_nm.yml -rw-r--r--. 1 root root 523 Oct 8 01:53 tests_default_initscripts.yml -rw-r--r--. 1 root root 3482 Oct 8 01:53 tests_change_indication_on_repeat_run.yml -rw-r--r--. 1 root root 734 Oct 8 01:53 tests_bridge_nm.yml -rw-r--r--. 1 root root 669 Oct 8 01:53 tests_bridge_initscripts.yml -rw-r--r--. 1 root root 767 Oct 8 01:53 tests_bridge_cloned_mac_nm.yml -rw-r--r--. 1 root root 702 Oct 8 01:53 tests_bridge_cloned_mac_initscripts.yml -rw-r--r--. 1 root root 752 Oct 8 01:53 tests_bond_removal_nm.yml -rw-r--r--. 1 root root 687 Oct 8 01:53 tests_bond_removal_initscripts.yml -rw-r--r--. 1 root root 752 Oct 8 01:53 tests_bond_options_nm.yml -rw-r--r--. 1 root root 728 Oct 8 01:53 tests_bond_nm.yml -rw-r--r--. 1 root root 663 Oct 8 01:53 tests_bond_initscripts.yml -rw-r--r--. 1 root root 761 Oct 8 01:53 tests_bond_deprecated_nm.yml -rw-r--r--. 1 root root 696 Oct 8 01:53 tests_bond_deprecated_initscripts.yml -rw-r--r--. 1 root root 761 Oct 8 01:53 tests_bond_cloned_mac_nm.yml -rw-r--r--. 1 root root 696 Oct 8 01:53 tests_bond_cloned_mac_initscripts.yml -rw-r--r--. 1 root root 752 Oct 8 01:53 tests_auto_gateway_nm.yml -rw-r--r--. 1 root root 687 Oct 8 01:53 tests_auto_gateway_initscripts.yml -rw-r--r--. 1 root root 845 Oct 8 01:53 tests_802_1x_updated_nm.yml -rw-r--r--. 1 root root 821 Oct 8 01:53 tests_802_1x_nm.yml -rw-r--r--. 1 root root 334 Oct 8 01:53 setup-snapshot.yml -rw-r--r--. 1 root root 2382 Oct 8 01:53 get_coverage.yml -rw-r--r--. 1 root root 0 Oct 8 02:04 __init__.py drwx------. 5 root root 110 Oct 8 02:04 ../ drwxr-xr-x. 7 root root 4096 Oct 8 02:04 ./ drwxr-xr-x. 2 root root 173 Oct 8 02:04 files/ drwxr-xr-x. 2 root root 68 Oct 8 02:04 integration/ drwxr-xr-x. 3 root root 4096 Oct 8 02:04 tasks/ drwxr-xr-x. 2 root root 4096 Oct 8 02:04 playbooks/ drwxr-xr-x. 2 root root 87 Oct 8 02:04 unit/ /tmp/lsrtest_ehqbu6oo/network/files: total 36 -rw-r--r--. 1 root root 1334 Oct 8 01:53 server.pem -rw-r--r--. 1 root root 1782 Oct 8 01:53 server.key -rw-r--r--. 1 root root 424 Oct 8 01:53 dh.pem -rw-r--r--. 1 root root 1334 Oct 8 01:53 client.pem -rw-r--r--. 1 root root 1675 Oct 8 01:53 client.key.nocrypt -rw-r--r--. 1 root root 1782 Oct 8 01:53 client.key -rw-r--r--. 1 root root 1289 Oct 8 01:53 cacert.pem -rw-r--r--. 1 root root 1766 Oct 8 01:53 cacert.key drwxr-xr-x. 7 root root 4096 Oct 8 02:04 ../ -rw-r--r--. 1 root root 0 Oct 8 02:04 __init__.py drwxr-xr-x. 2 root root 173 Oct 8 02:04 ./ /tmp/lsrtest_ehqbu6oo/network/integration: total 12 -rw-r--r--. 1 root root 3243 Oct 8 01:53 test_ethernet.py -rw-r--r--. 1 root root 199 Oct 8 01:53 conftest.py drwxr-xr-x. 7 root root 4096 Oct 8 02:04 ../ -rw-r--r--. 1 root root 0 Oct 8 02:04 __init__.py drwxr-xr-x. 2 root root 68 Oct 8 02:04 ./ /tmp/lsrtest_ehqbu6oo/network/tasks: total 224 -rw-r--r--. 1 root root 3800 Oct 8 01:53 test_802.1x_capath.yml -rw-r--r--. 1 root root 777 Oct 8 01:53 start_mock_wifi.yml -rw-r--r--. 1 root root 239 Oct 8 01:53 show_interfaces.yml -rw-r--r--. 1 root root 192 Oct 8 01:53 setup_test_interface.yml -rw-r--r--. 1 root root 2238 Oct 8 01:53 setup_mock_wifi.yml -rw-r--r--. 1 root root 2962 Oct 8 01:53 setup_mock_wifi_wpa3_sae.yml -rw-r--r--. 1 root root 2761 Oct 8 01:53 setup_mock_wifi_wpa3_owe.yml -rw-r--r--. 1 root root 301 Oct 8 01:53 setup_802.1x.yml -rw-r--r--. 1 root root 2673 Oct 8 01:53 setup_802_1x_server.yml -rw-r--r--. 1 root root 1688 Oct 8 01:53 run_test.yml -rw-r--r--. 1 root root 1265 Oct 8 01:53 remove_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 235 Oct 8 01:53 remove_profile.yml -rw-r--r--. 1 root root 144 Oct 8 01:53 remove_package.yml -rw-r--r--. 1 root root 255 Oct 8 01:53 remove+down_profile.yml -rw-r--r--. 1 root root 204 Oct 8 01:53 ostree_systems_check.yml -rw-r--r--. 1 root root 2427 Oct 8 01:53 manage_test_interface.yml -rw-r--r--. 1 root root 2353 Oct 8 01:53 get_profile_stat.yml -rw-r--r--. 1 root root 558 Oct 8 01:53 get_NetworkManager_NVR.yml -rw-r--r--. 1 root root 2813 Oct 8 01:53 get_modules_and_utils_paths.yml -rw-r--r--. 1 root root 241 Oct 8 01:53 get_interface_stat.yml -rw-r--r--. 1 root root 295 Oct 8 01:53 get_current_interfaces.yml -rw-r--r--. 1 root root 1990 Oct 8 01:53 enable_epel.yml -rw-r--r--. 1 root root 1677 Oct 8 01:53 el_repo_setup.yml -rw-r--r--. 1 root root 197 Oct 8 01:53 delete_interface.yml -rw-r--r--. 1 root root 600 Oct 8 01:53 create_wireless_profile_restart_network.yml -rw-r--r--. 1 root root 5001 Oct 8 01:53 create_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 412 Oct 8 01:53 create_team_profile.yml -rw-r--r--. 1 root root 421 Oct 8 01:53 create_dummy_profile.yml -rw-r--r--. 1 root root 382 Oct 8 01:53 create_bridge_profile.yml -rw-r--r--. 1 root root 409 Oct 8 01:53 create_bridge_profile_no_autoconnect.yml -rw-r--r--. 1 root root 1366 Oct 8 01:53 create_bond_profile.yml -rw-r--r--. 1 root root 1044 Oct 8 01:53 create_bond_profile_reconfigure.yml -rw-r--r--. 1 root root 1033 Oct 8 01:53 create_and_remove_interface.yml -rw-r--r--. 1 root root 363 Oct 8 01:53 cleanup_profile+device.yml -rw-r--r--. 1 root root 218 Oct 8 01:53 cleanup_mock_wifi.yml -rw-r--r--. 1 root root 781 Oct 8 01:53 cleanup_bond_profile+device.yml -rw-r--r--. 1 root root 517 Oct 8 01:53 cleanup_802_1x_server.yml -rw-r--r--. 1 root root 1049 Oct 8 01:53 check_network_dns.yml -rw-r--r--. 1 root root 684 Oct 8 01:53 assert_profile_present.yml -rw-r--r--. 1 root root 283 Oct 8 01:53 assert_profile_absent.yml -rw-r--r--. 1 root root 275 Oct 8 01:53 assert_package_installed.yml -rw-r--r--. 1 root root 364 Oct 8 01:53 assert_output_in_stderr_without_warnings.yml -rw-r--r--. 1 root root 377 Oct 8 01:53 assert_network_connections_failed.yml -rw-r--r--. 1 root root 226 Oct 8 01:53 assert_IPv6_present.yml -rw-r--r--. 1 root root 218 Oct 8 01:53 assert_IPv4_present.yml -rw-r--r--. 1 root root 338 Oct 8 01:53 assert_dhcp_device_present.yml -rw-r--r--. 1 root root 290 Oct 8 01:53 assert_device_present.yml -rw-r--r--. 1 root root 285 Oct 8 01:53 assert_device_absent.yml -rw-r--r--. 1 root root 193 Oct 8 01:53 assert_controller_device_present.yml -rw-r--r--. 1 root root 340 Oct 8 01:53 assert_bond_port_profile_present.yml -rw-r--r--. 1 root root 656 Oct 8 01:53 assert_bond_options.yml -rw-r--r--. 1 root root 553 Oct 8 01:53 assert_autoconnect_retries.yml -rw-r--r--. 1 root root 220 Oct 8 01:53 activate_profile.yml drwxr-xr-x. 7 root root 4096 Oct 8 02:04 ../ -rw-r--r--. 1 root root 0 Oct 8 02:04 __init__.py drwxr-xr-x. 3 root root 4096 Oct 8 02:04 ./ drwxr-xr-x. 2 root root 124 Oct 8 02:04 provider/ /tmp/lsrtest_ehqbu6oo/network/tasks/provider: total 16 -rw-r--r--. 1 root root 198 Oct 8 01:53 default_with_nm.yml -rw-r--r--. 1 root root 372 Oct 8 01:53 create_with_nm.yml -rw-r--r--. 1 root root 622 Oct 8 01:53 create_and_remove_with_initscripts.yml drwxr-xr-x. 3 root root 4096 Oct 8 02:04 ../ -rw-r--r--. 1 root root 0 Oct 8 02:04 __init__.py drwxr-xr-x. 2 root root 124 Oct 8 02:04 ./ /tmp/lsrtest_ehqbu6oo/network/playbooks: total 280 lrwxrwxrwx. 1 root root 9 Oct 8 01:53 tasks -> ../tasks// lrwxrwxrwx. 1 root root 8 Oct 8 01:53 files -> ../files/ -rw-r--r--. 1 root root 2988 Oct 8 01:53 tests_eth_pci_address_match.yml -rw-r--r--. 1 root root 2446 Oct 8 01:53 tests_ethernet.yml -rw-r--r--. 1 root root 4502 Oct 8 01:53 tests_eth_dns_support.yml -rw-r--r--. 1 root root 4076 Oct 8 01:53 tests_checkpoint_cleanup.yml -rw-r--r--. 1 root root 1802 Oct 8 01:53 tests_bridge.yml -rw-r--r--. 1 root root 1998 Oct 8 01:53 tests_bridge_cloned_mac.yml -rw-r--r--. 1 root root 4932 Oct 8 01:53 tests_bond.yml -rw-r--r--. 1 root root 9729 Oct 8 01:53 tests_bond_removal.yml -rw-r--r--. 1 root root 3435 Oct 8 01:53 tests_bond_options.yml -rw-r--r--. 1 root root 5340 Oct 8 01:53 tests_bond_deprecated.yml -rw-r--r--. 1 root root 5425 Oct 8 01:53 tests_bond_cloned_mac.yml -rw-r--r--. 1 root root 5194 Oct 8 01:53 tests_auto_gateway.yml -rw-r--r--. 1 root root 5359 Oct 8 01:53 tests_802_1x.yml -rw-r--r--. 1 root root 564 Oct 8 01:53 tests_802_1x_updated.yml -rw-r--r--. 1 root root 178 Oct 8 01:53 run_tasks.yml -rw-r--r--. 1 root root 231 Oct 8 01:53 remove_profile.yml -rw-r--r--. 1 root root 4840 Oct 8 01:53 manual_test_ethtool_coalesce.yml -rw-r--r--. 1 root root 5873 Oct 8 01:53 integration_pytest_python3.yml -rw-r--r--. 1 root root 220 Oct 8 01:53 down_profile.yml -rw-r--r--. 1 root root 278 Oct 8 01:53 down_profile+delete_interface.yml -rw-r--r--. 1 root root 3395 Oct 8 01:53 tests_wireless.yml -rw-r--r--. 1 root root 2331 Oct 8 01:53 tests_wireless_wpa3_sae.yml -rw-r--r--. 1 root root 2232 Oct 8 01:53 tests_wireless_wpa3_owe.yml -rw-r--r--. 1 root root 1542 Oct 8 01:53 tests_wireless_plugin_installation.yml -rw-r--r--. 1 root root 2879 Oct 8 01:53 tests_wireless_and_network_restart.yml -rw-r--r--. 1 root root 2474 Oct 8 01:53 tests_vlan_mtu.yml -rw-r--r--. 1 root root 1045 Oct 8 01:53 tests_team.yml -rw-r--r--. 1 root root 2142 Oct 8 01:53 tests_team_plugin_installation.yml -rw-r--r--. 1 root root 2374 Oct 8 01:53 tests_switch_provider.yml -rw-r--r--. 1 root root 5295 Oct 8 01:53 tests_states.yml -rw-r--r--. 1 root root 10273 Oct 8 01:53 tests_routing_rules.yml -rw-r--r--. 1 root root 6810 Oct 8 01:53 tests_route_type.yml -rw-r--r--. 1 root root 5777 Oct 8 01:53 tests_route_table.yml -rw-r--r--. 1 root root 7153 Oct 8 01:53 tests_route_device.yml -rw-r--r--. 1 root root 3160 Oct 8 01:53 tests_reapply.yml -rw-r--r--. 1 root root 1325 Oct 8 01:53 tests_provider.yml -rw-r--r--. 1 root root 6659 Oct 8 01:53 tests_network_state.yml -rw-r--r--. 1 root root 4121 Oct 8 01:53 tests_ipv6.yml -rw-r--r--. 1 root root 5945 Oct 8 01:53 tests_ipv6_dns_search.yml -rw-r--r--. 1 root root 3254 Oct 8 01:53 tests_ipv6_disabled.yml -rw-r--r--. 1 root root 3086 Oct 8 01:53 tests_infiniband.yml -rw-r--r--. 1 root root 3105 Oct 8 01:53 tests_ignore_auto_dns.yml -rw-r--r--. 1 root root 7626 Oct 8 01:53 tests_ethtool_ring.yml -rw-r--r--. 1 root root 8088 Oct 8 01:53 tests_ethtool_features.yml -rw-r--r--. 1 root root 6237 Oct 8 01:53 tests_ethtool_coalesce.yml -rw-r--r--. 1 root root 1102 Oct 8 01:53 tests_dummy.yml drwxr-xr-x. 7 root root 4096 Oct 8 02:04 ../ -rw-r--r--. 1 root root 0 Oct 8 02:04 __init__.py drwxr-xr-x. 2 root root 4096 Oct 8 02:04 ./ /tmp/lsrtest_ehqbu6oo/network/unit: total 216 -rw-r--r--. 1 root root 1416 Oct 8 01:53 test_nm_provider.py -rw-r--r--. 1 root root 209619 Oct 8 01:53 test_network_connections.py drwxr-xr-x. 7 root root 4096 Oct 8 02:04 ../ -rw-r--r--. 1 root root 0 Oct 8 02:04 __init__.py drwxr-xr-x. 2 root root 87 Oct 8 02:04 ./ /tmp/lsrtest_ehqbu6oo/ansible_collections: total 0 drwx------. 5 root root 110 Oct 8 02:04 ../ -rw-r--r--. 1 root root 0 Oct 8 02:04 __init__.py drwxr-xr-x. 3 root root 51 Oct 8 02:04 fedora/ drwxr-xr-x. 3 root root 39 Oct 8 02:04 ./ /tmp/lsrtest_ehqbu6oo/ansible_collections/fedora: total 0 -rw-r--r--. 1 root root 0 Oct 8 02:04 __init__.py drwxr-xr-x. 3 root root 39 Oct 8 02:04 ../ drwxr-xr-x. 3 root root 51 Oct 8 02:04 ./ drwxr-xr-x. 3 root root 40 Oct 8 02:04 linux_system_roles/ /tmp/lsrtest_ehqbu6oo/ansible_collections/fedora/linux_system_roles: total 0 drwxr-xr-x. 3 root root 51 Oct 8 02:04 ../ -rw-r--r--. 1 root root 0 Oct 8 02:04 __init__.py drwxr-xr-x. 3 root root 40 Oct 8 02:04 ./ drwxr-xr-x. 4 root root 60 Oct 8 02:04 plugins/ /tmp/lsrtest_ehqbu6oo/ansible_collections/fedora/linux_system_roles/plugins: total 0 drwxr-xr-x. 2 root root 79 Oct 8 01:53 modules/ drwxr-xr-x. 3 root root 40 Oct 8 02:04 ../ drwxr-xr-x. 3 root root 44 Oct 8 02:04 module_utils/ -rw-r--r--. 1 root root 0 Oct 8 02:04 __init__.py drwxr-xr-x. 4 root root 60 Oct 8 02:04 ./ /tmp/lsrtest_ehqbu6oo/ansible_collections/fedora/linux_system_roles/plugins/modules: total 112 -rw-r--r--. 1 root root 2736 Oct 8 01:53 network_state.py -rw-r--r--. 1 root root 0 Oct 8 01:53 __init__.py drwxr-xr-x. 2 root root 79 Oct 8 01:53 ./ -rw-r--r--. 1 root root 107675 Oct 8 01:53 network_connections.py drwxr-xr-x. 4 root root 60 Oct 8 02:04 ../ /tmp/lsrtest_ehqbu6oo/ansible_collections/fedora/linux_system_roles/plugins/module_utils: total 0 drwxr-xr-x. 3 root root 138 Oct 8 01:53 network_lsr/ -rw-r--r--. 1 root root 0 Oct 8 02:04 __init__.py drwxr-xr-x. 4 root root 60 Oct 8 02:04 ../ drwxr-xr-x. 3 root root 44 Oct 8 02:04 ./ /tmp/lsrtest_ehqbu6oo/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr: total 136 drwxr-xr-x. 2 root root 126 Oct 8 01:53 nm/ -rw-r--r--. 1 root root 190 Oct 8 01:53 myerror.py -rw-r--r--. 1 root root 0 Oct 8 01:53 __init__.py -rw-r--r--. 1 root root 1839 Oct 8 01:53 ethtool.py drwxr-xr-x. 3 root root 138 Oct 8 01:53 ./ -rw-r--r--. 1 root root 11433 Oct 8 01:53 utils.py -rw-r--r--. 1 root root 1640 Oct 8 01:53 nm_provider.py -rw-r--r--. 1 root root 111222 Oct 8 01:53 argument_validator.py drwxr-xr-x. 3 root root 44 Oct 8 02:04 ../ /tmp/lsrtest_ehqbu6oo/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm: total 24 -rw-r--r--. 1 root root 0 Oct 8 01:53 __init__.py -rw-r--r--. 1 root root 175 Oct 8 01:53 error.py drwxr-xr-x. 2 root root 126 Oct 8 01:53 ./ drwxr-xr-x. 3 root root 138 Oct 8 01:53 ../ -rw-r--r--. 1 root root 3292 Oct 8 01:53 provider.py -rw-r--r--. 1 root root 3638 Oct 8 01:53 connection.py -rw-r--r--. 1 root root 3071 Oct 8 01:53 client.py -rw-r--r--. 1 root root 4104 Oct 8 01:53 active_connection.py /tmp/lsrtest_ehqbu6oo/ansible: total 0 drwx------. 5 root root 110 Oct 8 02:04 ../ -rw-r--r--. 1 root root 0 Oct 8 02:04 __init__.py drwxr-xr-x. 2 root root 25 Oct 8 02:04 ./ TASK [Run pytest with nm] ****************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:132 Tuesday 08 October 2024 02:04:21 -0400 (0:00:00.412) 0:00:47.503 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "pytest", "/tmp/lsrtest_ehqbu6oo/network/integration/", "--provider=nm" ], "delta": "0:00:02.493773", "end": "2024-10-08 02:04:24.910216", "rc": 0, "start": "2024-10-08 02:04:22.416443" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_ehqbu6oo/network/integration collected 1 item ../tmp/lsrtest_ehqbu6oo/network/integration/test_ethernet.py . [100%] ============================== 1 passed in 2.24s =============================== TASK [Debug stdout_lines of the running playbook with nm] ********************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:142 Tuesday 08 October 2024 02:04:24 -0400 (0:00:03.035) 0:00:50.538 ******* 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_ehqbu6oo/network/integration", "collected 1 item", "", "../tmp/lsrtest_ehqbu6oo/network/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 2.24s ===============================" ] } TASK [Install network-scripts when running pytest with initscripts] ************ task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:148 Tuesday 08 October 2024 02:04:25 -0400 (0:00:00.057) 0:00:50.595 ******* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Run pytest with initscripts] ********************************************* task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:153 Tuesday 08 October 2024 02:04:28 -0400 (0:00:03.250) 0:00:53.846 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "pytest", "/tmp/lsrtest_ehqbu6oo/network/integration/", "--provider=initscripts" ], "delta": "0:00:04.483581", "end": "2024-10-08 02:04:33.119571", "rc": 0, "start": "2024-10-08 02:04:28.635990" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_ehqbu6oo/network/integration collected 1 item ../tmp/lsrtest_ehqbu6oo/network/integration/test_ethernet.py . [100%] ============================== 1 passed in 4.25s =============================== TASK [Debug stdout_lines of the running playbook with initscripts] ************* task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:163 Tuesday 08 October 2024 02:04:33 -0400 (0:00:04.980) 0:00:58.826 ******* 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_ehqbu6oo/network/integration", "collected 1 item", "", "../tmp/lsrtest_ehqbu6oo/network/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 4.25s ===============================" ] } TASK [Remove local tar file] *************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:167 Tuesday 08 October 2024 02:04:33 -0400 (0:00:00.097) 0:00:58.924 ******* changed: [managed-node1 -> localhost] => { "changed": true, "path": "/tmp/lsrtest_6n5yyrx0.tar", "state": "absent" } TASK [Remove tempdir] ********************************************************** task path: /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:173 Tuesday 08 October 2024 02:04:33 -0400 (0:00:00.392) 0:00:59.316 ******* changed: [managed-node1] => { "changed": true, "path": "/tmp/lsrtest_ehqbu6oo", "state": "absent" } PLAY RECAP ********************************************************************* managed-node1 : ok=81 changed=7 unreachable=0 failed=0 skipped=63 rescued=0 ignored=0 Tuesday 08 October 2024 02:04:34 -0400 (0:00:00.526) 0:00:59.842 ******* =============================================================================== Run pytest with initscripts --------------------------------------------- 4.98s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:153 Install rpm dependencies ------------------------------------------------ 3.54s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:12 Install network-scripts when running pytest with initscripts ------------ 3.25s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:148 Run pytest with nm ------------------------------------------------------ 3.04s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:132 Install Pytest ---------------------------------------------------------- 2.52s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:18 fedora.linux_system_roles.network : Check which services are running ---- 1.86s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.83s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which services are running ---- 1.82s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Enable EPEL 8 ----------------------------------------------------------- 1.67s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 fedora.linux_system_roles.network : Check which packages are installed --- 1.51s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Copy testrepo.tar to the remote system ---------------------------------- 1.18s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:84 Untar testrepo.tar ------------------------------------------------------ 1.07s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:90 Gathering Facts --------------------------------------------------------- 1.07s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tests_integration_pytest.yml:3 fedora.linux_system_roles.network : Enable network service -------------- 0.95s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Create Tar file --------------------------------------------------------- 0.94s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:70 Gathering Facts --------------------------------------------------------- 0.87s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tests_default_nm.yml:3 Gathering Facts --------------------------------------------------------- 0.84s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:34 Gathering Facts --------------------------------------------------------- 0.84s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/integration_pytest_python3.yml:3 Gather the minimum subset of ansible_facts required by the network role test --- 0.81s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.80s /tmp/collections-mRF/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192