# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-code_refactorxe4y80ch/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. 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 /WORKDIR/git-code_refactorxe4y80ch/tests/tests_integration_pytest.yml PLAY [Run playbook 'playbooks/integration_pytest_python3.yml'] ***************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tests_integration_pytest.yml:3 Thursday 30 November 2023 18:39:31 +0000 (0:00:00.014) 0:00:00.014 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tests_integration_pytest.yml:6 Thursday 30 November 2023 18:39:32 +0000 (0:00:00.918) 0:00:00.933 ***** included: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:3 Thursday 30 November 2023 18:39:32 +0000 (0:00:00.013) 0:00:00.946 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:17 Thursday 30 November 2023 18:39:33 +0000 (0:00:00.365) 0:00:01.311 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:22 Thursday 30 November 2023 18:39:33 +0000 (0:00:00.272) 0:00:01.584 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:26 Thursday 30 November 2023 18:39:33 +0000 (0:00:00.015) 0:00:01.599 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:51 Thursday 30 November 2023 18:39:33 +0000 (0:00:00.010) 0:00:01.609 ***** included: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:8 Thursday 30 November 2023 18:39:33 +0000 (0:00:00.023) 0:00:01.633 ***** ok: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:24 Thursday 30 November 2023 18:39:33 +0000 (0:00:00.264) 0:00:01.897 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:30 Thursday 30 November 2023 18:39:33 +0000 (0:00:00.010) 0:00:01.908 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:35 Thursday 30 November 2023 18:39:33 +0000 (0:00:00.013) 0:00:01.921 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.251120", "end": "2023-11-30 18:39:34.122843", "rc": 0, "start": "2023-11-30 18:39:33.871723" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:40 Thursday 30 November 2023 18:39:34 +0000 (0:00:00.444) 0:00:02.365 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:3 Thursday 30 November 2023 18:39:34 +0000 (0:00:00.020) 0:00:02.386 ***** ok: [sut] TASK [Install rpm dependencies] ************************************************ task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:12 Thursday 30 November 2023 18:39:34 +0000 (0:00:00.721) 0:00:03.107 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Install Pytest] ********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:18 Thursday 30 November 2023 18:39:38 +0000 (0:00:03.221) 0:00:06.328 ***** ok: [sut] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:04.422755", "end": "2023-11-30 18:39:42.703053", "rc": 0, "start": "2023-11-30 18:39:38.280298" } STDOUT: Collecting pytest Downloading https://files.pythonhosted.org/packages/38/93/c7c0bd1e932b287fb948eb9ce5a3d6307c9fc619db1e199f8c8bc5dad95f/pytest-7.0.1-py3-none-any.whl (296kB) 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 importlib-metadata>=0.12; python_version < "3.8" (from pytest) Downloading https://files.pythonhosted.org/packages/a0/a1/b153a0a4caf7a7e3f15c2cd56c7702e2cf3d89b1b359d1f1c5e59d68f4ce/importlib_metadata-4.8.3-py3-none-any.whl Collecting iniconfig (from pytest) Downloading https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.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 tomli>=1.0.0 (from pytest) Downloading https://files.pythonhosted.org/packages/05/e4/74f9440db36734d7ba83c574c1e7024009ce849208a41f90e94a134dc6d1/tomli-1.2.3-py3-none-any.whl Collecting attrs>=19.2.0 (from pytest) Downloading https://files.pythonhosted.org/packages/fb/6e/6f83bf616d2becdf333a1640f1d463fef3150e2e926b7010cb0f81c95e88/attrs-22.2.0-py3-none-any.whl (60kB) Collecting packaging (from pytest) Downloading https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl (40kB) Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pytest) Downloading https://files.pythonhosted.org/packages/bd/df/d4a4974a3e3957fd1c1fa3082366d7fff6e428ddb55f074bf64876f8e8ad/zipp-3.6.0-py3-none-any.whl Collecting typing-extensions>=3.6.4; python_version < "3.8" (from importlib-metadata>=0.12; python_version < "3.8"->pytest) Downloading https://files.pythonhosted.org/packages/45/6b/44f7f8f1e110027cf88956b59f2fad776cca7e1704396d043f89effd3a0e/typing_extensions-4.1.1-py3-none-any.whl Collecting pyparsing!=3.0.5,>=2.0.2 (from packaging->pytest) Downloading https://files.pythonhosted.org/packages/39/92/8486ede85fcc088f1b3dba4ce92dd29d126fd96b0008ea213167940a2475/pyparsing-3.1.1-py3-none-any.whl (103kB) Installing collected packages: py, zipp, typing-extensions, importlib-metadata, iniconfig, pluggy, tomli, attrs, pyparsing, packaging, pytest Successfully installed attrs-22.2.0 importlib-metadata-4.8.3 iniconfig-1.1.1 packaging-21.3 pluggy-1.0.0 py-1.11.0 pyparsing-3.1.1 pytest-7.0.1 tomli-1.2.3 typing-extensions-4.1.1 zipp-3.6.0 STDERR: WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead. PLAY [Run playbook 'tests_default.yml' with initscripts as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tests_default_initscripts.yml:3 Thursday 30 November 2023 18:39:42 +0000 (0:00:04.624) 0:00:10.953 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tests_default_initscripts.yml:6 Thursday 30 November 2023 18:39:43 +0000 (0:00:00.721) 0:00:11.675 ***** included: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:3 Thursday 30 November 2023 18:39:43 +0000 (0:00:00.015) 0:00:11.690 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:17 Thursday 30 November 2023 18:39:43 +0000 (0:00:00.372) 0:00:12.063 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:22 Thursday 30 November 2023 18:39:43 +0000 (0:00:00.017) 0:00:12.080 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:26 Thursday 30 November 2023 18:39:43 +0000 (0:00:00.019) 0:00:12.100 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:51 Thursday 30 November 2023 18:39:43 +0000 (0:00:00.016) 0:00:12.116 ***** included: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/../tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:8 Thursday 30 November 2023 18:39:43 +0000 (0:00:00.027) 0:00:12.143 ***** ok: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:24 Thursday 30 November 2023 18:39:44 +0000 (0:00:00.203) 0:00:12.347 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:30 Thursday 30 November 2023 18:39:44 +0000 (0:00:00.015) 0:00:12.362 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:35 Thursday 30 November 2023 18:39:44 +0000 (0:00:00.017) 0:00:12.380 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.252692", "end": "2023-11-30 18:39:44.593608", "rc": 0, "start": "2023-11-30 18:39:44.340916" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:40 Thursday 30 November 2023 18:39:44 +0000 (0:00:00.459) 0:00:12.839 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tests_default_initscripts.yml:8 Thursday 30 November 2023 18:39:44 +0000 (0:00:00.015) 0:00:12.855 ***** ok: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 30 November 2023 18:39:44 +0000 (0:00:00.035) 0:00:12.891 ***** included: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 30 November 2023 18:39:44 +0000 (0:00:00.035) 0:00:12.926 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 30 November 2023 18:39:44 +0000 (0:00:00.033) 0:00:12.959 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 30 November 2023 18:39:44 +0000 (0:00:00.034) 0:00:12.993 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 30 November 2023 18:39:44 +0000 (0:00:00.032) 0:00:13.025 ***** ok: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 30 November 2023 18:39:46 +0000 (0:00:01.806) 0:00:14.832 ***** ok: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 30 November 2023 18:39:48 +0000 (0:00:01.628) 0:00:16.460 ***** ok: [sut] => {} 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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 30 November 2023 18:39:48 +0000 (0:00:00.040) 0:00:16.501 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 30 November 2023 18:39:48 +0000 (0:00:00.051) 0:00:16.553 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Thursday 30 November 2023 18:39:48 +0000 (0:00:00.048) 0:00:16.602 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 30 November 2023 18:39:48 +0000 (0:00:00.073) 0:00:16.675 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Thursday 30 November 2023 18:39:48 +0000 (0:00:00.051) 0:00:16.727 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Thursday 30 November 2023 18:39:48 +0000 (0:00:00.047) 0:00:16.774 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Thursday 30 November 2023 18:39:48 +0000 (0:00:00.062) 0:00:16.836 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Thursday 30 November 2023 18:39:48 +0000 (0:00:00.072) 0:00:16.908 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Thursday 30 November 2023 18:39:48 +0000 (0:00:00.039) 0:00:16.948 ***** ok: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Thursday 30 November 2023 18:39:49 +0000 (0:00:00.677) 0:00:17.626 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-8730c1y440me/tmph34ueiad" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 30 November 2023 18:39:49 +0000 (0:00:00.339) 0:00:17.965 ***** ok: [sut] => { "_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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Thursday 30 November 2023 18:39:50 +0000 (0:00:00.494) 0:00:18.460 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Thursday 30 November 2023 18:39:50 +0000 (0:00:00.041) 0:00:18.501 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Thursday 30 November 2023 18:39:50 +0000 (0:00:00.053) 0:00:18.555 ***** ok: [sut] => { "__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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Thursday 30 November 2023 18:39:50 +0000 (0:00:00.050) 0:00:18.605 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 30 November 2023 18:39:50 +0000 (0:00:00.047) 0:00:18.653 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tests_default.yml:9 Thursday 30 November 2023 18:39:50 +0000 (0:00:00.413) 0:00:19.066 ***** included: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:3 Thursday 30 November 2023 18:39:50 +0000 (0:00:00.066) 0:00:19.132 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:17 Thursday 30 November 2023 18:39:51 +0000 (0:00:00.411) 0:00:19.544 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:22 Thursday 30 November 2023 18:39:51 +0000 (0:00:00.051) 0:00:19.596 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:26 Thursday 30 November 2023 18:39:51 +0000 (0:00:00.050) 0:00:19.646 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:51 Thursday 30 November 2023 18:39:51 +0000 (0:00:00.094) 0:00:19.740 ***** included: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/../tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:8 Thursday 30 November 2023 18:39:51 +0000 (0:00:00.072) 0:00:19.813 ***** ok: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:24 Thursday 30 November 2023 18:39:51 +0000 (0:00:00.229) 0:00:20.042 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:30 Thursday 30 November 2023 18:39:51 +0000 (0:00:00.034) 0:00:20.077 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:35 Thursday 30 November 2023 18:39:51 +0000 (0:00:00.035) 0:00:20.112 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.247963", "end": "2023-11-30 18:39:52.323481", "rc": 0, "start": "2023-11-30 18:39:52.075518" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:40 Thursday 30 November 2023 18:39:52 +0000 (0:00:00.466) 0:00:20.578 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tests_default.yml:11 Thursday 30 November 2023 18:39:52 +0000 (0:00:00.035) 0:00:20.614 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY [Run playbook 'tests_default.yml' with nm as provider] ******************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tests_default_nm.yml:3 Thursday 30 November 2023 18:39:52 +0000 (0:00:00.104) 0:00:20.719 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tests_default_nm.yml:6 Thursday 30 November 2023 18:39:53 +0000 (0:00:00.757) 0:00:21.477 ***** included: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:3 Thursday 30 November 2023 18:39:53 +0000 (0:00:00.067) 0:00:21.545 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:17 Thursday 30 November 2023 18:39:53 +0000 (0:00:00.381) 0:00:21.926 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:22 Thursday 30 November 2023 18:39:53 +0000 (0:00:00.030) 0:00:21.957 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:26 Thursday 30 November 2023 18:39:53 +0000 (0:00:00.031) 0:00:21.989 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:51 Thursday 30 November 2023 18:39:53 +0000 (0:00:00.023) 0:00:22.012 ***** included: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/../tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:8 Thursday 30 November 2023 18:39:53 +0000 (0:00:00.047) 0:00:22.060 ***** ok: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:24 Thursday 30 November 2023 18:39:54 +0000 (0:00:00.212) 0:00:22.272 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:30 Thursday 30 November 2023 18:39:54 +0000 (0:00:00.025) 0:00:22.298 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:35 Thursday 30 November 2023 18:39:54 +0000 (0:00:00.024) 0:00:22.322 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.246707", "end": "2023-11-30 18:39:54.524017", "rc": 0, "start": "2023-11-30 18:39:54.277310" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:40 Thursday 30 November 2023 18:39:54 +0000 (0:00:00.459) 0:00:22.781 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tests_default_nm.yml:8 Thursday 30 November 2023 18:39:54 +0000 (0:00:00.027) 0:00:22.809 ***** ok: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 30 November 2023 18:39:54 +0000 (0:00:00.151) 0:00:22.960 ***** included: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 30 November 2023 18:39:54 +0000 (0:00:00.067) 0:00:23.028 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 30 November 2023 18:39:54 +0000 (0:00:00.051) 0:00:23.079 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 30 November 2023 18:39:54 +0000 (0:00:00.048) 0:00:23.127 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 30 November 2023 18:39:54 +0000 (0:00:00.061) 0:00:23.189 ***** ok: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 30 November 2023 18:39:56 +0000 (0:00:01.706) 0:00:24.895 ***** ok: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 30 November 2023 18:39:58 +0000 (0:00:01.396) 0:00:26.292 ***** ok: [sut] => {} 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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 30 November 2023 18:39:58 +0000 (0:00:00.039) 0:00:26.332 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 30 November 2023 18:39:58 +0000 (0:00:00.040) 0:00:26.373 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Thursday 30 November 2023 18:39:58 +0000 (0:00:00.034) 0:00:26.407 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 30 November 2023 18:39:58 +0000 (0:00:00.081) 0:00:26.488 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Thursday 30 November 2023 18:39:58 +0000 (0:00:00.087) 0:00:26.576 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Thursday 30 November 2023 18:39:58 +0000 (0:00:00.041) 0:00:26.618 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Thursday 30 November 2023 18:39:58 +0000 (0:00:00.063) 0:00:26.681 ***** ok: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Thursday 30 November 2023 18:39:58 +0000 (0:00:00.442) 0:00:27.123 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Thursday 30 November 2023 18:39:58 +0000 (0:00:00.064) 0:00:27.187 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Thursday 30 November 2023 18:39:58 +0000 (0:00:00.030) 0:00:27.218 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 30 November 2023 18:39:59 +0000 (0:00:00.038) 0:00:27.257 ***** ok: [sut] => { "_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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Thursday 30 November 2023 18:39:59 +0000 (0:00:00.375) 0:00:27.632 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Thursday 30 November 2023 18:39:59 +0000 (0:00:00.049) 0:00:27.682 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Thursday 30 November 2023 18:39:59 +0000 (0:00:00.049) 0:00:27.731 ***** ok: [sut] => { "__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: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Thursday 30 November 2023 18:39:59 +0000 (0:00:00.036) 0:00:27.768 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 30 November 2023 18:39:59 +0000 (0:00:00.034) 0:00:27.803 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tests_default.yml:9 Thursday 30 November 2023 18:39:59 +0000 (0:00:00.225) 0:00:28.029 ***** included: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:3 Thursday 30 November 2023 18:39:59 +0000 (0:00:00.044) 0:00:28.073 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:17 Thursday 30 November 2023 18:40:00 +0000 (0:00:00.391) 0:00:28.464 ***** skipping: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:22 Thursday 30 November 2023 18:40:00 +0000 (0:00:00.055) 0:00:28.520 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:26 Thursday 30 November 2023 18:40:00 +0000 (0:00:00.040) 0:00:28.560 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/el_repo_setup.yml:51 Thursday 30 November 2023 18:40:00 +0000 (0:00:00.026) 0:00:28.587 ***** included: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/../tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:8 Thursday 30 November 2023 18:40:00 +0000 (0:00:00.073) 0:00:28.660 ***** ok: [sut] => { "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: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:24 Thursday 30 November 2023 18:40:00 +0000 (0:00:00.219) 0:00:28.880 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:30 Thursday 30 November 2023 18:40:00 +0000 (0:00:00.033) 0:00:28.913 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:35 Thursday 30 November 2023 18:40:00 +0000 (0:00:00.047) 0:00:28.960 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.250021", "end": "2023-11-30 18:40:01.180011", "rc": 0, "start": "2023-11-30 18:40:00.929990" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:40 Thursday 30 November 2023 18:40:01 +0000 (0:00:00.477) 0:00:29.438 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tests_default.yml:11 Thursday 30 November 2023 18:40:01 +0000 (0:00:00.026) 0:00:29.465 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:34 Thursday 30 November 2023 18:40:01 +0000 (0:00:00.093) 0:00:29.558 ***** ok: [sut] TASK [Create tempdir for code to test] ***************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:39 Thursday 30 November 2023 18:40:02 +0000 (0:00:00.802) 0:00:30.361 ***** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_n1pfq2bd", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Get tempfile for tar] **************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:45 Thursday 30 November 2023 18:40:02 +0000 (0:00:00.291) 0:00:30.653 ***** changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0600", "owner": "jenkins", "path": "/tmp/lsrtest_k_76795i.tar", "size": 0, "state": "file", "uid": 1000090000 } TASK [Include the task '../tasks/get_modules_and_utils_paths.yml'] ************* task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:52 Thursday 30 November 2023 18:40:02 +0000 (0:00:00.177) 0:00:30.830 ***** included: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/get_modules_and_utils_paths.yml for sut TASK [Set collection paths] **************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/get_modules_and_utils_paths.yml:3 Thursday 30 November 2023 18:40:02 +0000 (0:00:00.052) 0:00:30.882 ***** ok: [sut] => { "ansible_facts": { "collection_paths": [ "/WORKDIR/git-code_refactorxe4y80ch/.collection", "/WORKDIR/git-code_refactorxe4y80ch/.collection" ] }, "changed": false } TASK [Set search paths] ******************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/get_modules_and_utils_paths.yml:13 Thursday 30 November 2023 18:40:02 +0000 (0:00:00.051) 0:00:30.934 ***** ok: [sut] => { "ansible_facts": { "module_utils_search_path": [ "../../module_utils", "../module_utils", "/home/jenkins/.ansible/plugins/module_utils", "/usr/share/ansible/plugins/module_utils" ], "modules_search_path": [ "../../library", "../library", "/home/jenkins/.ansible/plugins/modules", "/usr/share/ansible/plugins/modules" ] }, "changed": false } TASK [Find parent directory and path of modules] ******************************* task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/get_modules_and_utils_paths.yml:42 Thursday 30 November 2023 18:40:02 +0000 (0:00:00.045) 0:00:30.979 ***** ok: [sut -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../library ../library /home/jenkins/.ansible/plugins/modules /usr/share/ansible/plugins/modules; do\n if [ -f \"$dir/network_connections.py\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /WORKDIR/git-code_refactorxe4y80ch/.collection /WORKDIR/git-code_refactorxe4y80ch/.collection; 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.006829", "end": "2023-11-30 18:40:02.920089", "rc": 0, "start": "2023-11-30 18:40:02.913260" } STDOUT: /WORKDIR/git-code_refactorxe4y80ch library STDERR: + for dir in ../../library ../library /home/jenkins/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f ../../library/network_connections.py ']' ++ dirname ../../library + readlink -f ../.. + basename ../../library + exit 0 TASK [Find parent directory and path of module_utils] ************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/get_modules_and_utils_paths.yml:69 Thursday 30 November 2023 18:40:02 +0000 (0:00:00.204) 0:00:31.184 ***** ok: [sut -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../module_utils ../module_utils /home/jenkins/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils; do\n if [ -d \"$dir/network_lsr\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /WORKDIR/git-code_refactorxe4y80ch/.collection /WORKDIR/git-code_refactorxe4y80ch/.collection; 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.006398", "end": "2023-11-30 18:40:03.119120", "rc": 0, "start": "2023-11-30 18:40:03.112722" } STDOUT: /WORKDIR/git-code_refactorxe4y80ch module_utils STDERR: + for dir in ../../module_utils ../module_utils /home/jenkins/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d ../../module_utils/network_lsr ']' ++ dirname ../../module_utils + readlink -f ../.. + basename ../../module_utils + exit 0 TASK [Get tests directory] ***************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:55 Thursday 30 November 2023 18:40:03 +0000 (0:00:00.188) 0:00:31.372 ***** ok: [sut] => { "ansible_facts": { "tests_directory": "/WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/files/../../tests" }, "changed": false } TASK [Create Tar file] ********************************************************* task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:70 Thursday 30 November 2023 18:40:03 +0000 (0:00:00.031) 0:00:31.404 ***** ok: [sut -> localhost] => { "changed": false, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_k_76795i.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/WORKDIR/git-code_refactorxe4y80ch", "tests", "-C", "/WORKDIR/git-code_refactorxe4y80ch", "library", "-C", "/WORKDIR/git-code_refactorxe4y80ch", "module_utils" ], "delta": "0:00:00.007110", "end": "2023-11-30 18:40:03.358112", "rc": 0, "start": "2023-11-30 18:40:03.351002" } STDOUT: tests/ tests/covstats tests/ensure_provider_tests.py tests/files/ tests/files/cacert.key tests/files/cacert.pem tests/files/client.key tests/files/client.key.nocrypt tests/files/client.pem tests/files/dh.pem tests/files/server.key tests/files/server.pem tests/get_coverage.sh tests/get_coverage.yml tests/get_total_coverage.sh tests/git-post-commit.sh tests/git-pre-commit.sh tests/integration/ tests/integration/conftest.py tests/integration/test_ethernet.py tests/merge_coverage.sh tests/playbooks/ tests/playbooks/down_profile+delete_interface.yml tests/playbooks/down_profile.yml tests/playbooks/files tests/playbooks/integration_pytest_python3.yml tests/playbooks/manual_test_ethtool_coalesce.yml tests/playbooks/remove_profile.yml tests/playbooks/run_tasks.yml tests/playbooks/tasks tests/playbooks/tests_802_1x.yml tests/playbooks/tests_802_1x_updated.yml tests/playbooks/tests_auto_gateway.yml tests/playbooks/tests_bond.yml tests/playbooks/tests_bond_cloned_mac.yml tests/playbooks/tests_bond_deprecated.yml tests/playbooks/tests_bond_options.yml tests/playbooks/tests_bond_removal.yml tests/playbooks/tests_bridge.yml tests/playbooks/tests_bridge_cloned_mac.yml tests/playbooks/tests_checkpoint_cleanup.yml tests/playbooks/tests_dummy.yml tests/playbooks/tests_eth_dns_support.yml tests/playbooks/tests_eth_pci_address_match.yml tests/playbooks/tests_ethernet.yml tests/playbooks/tests_ethtool_coalesce.yml tests/playbooks/tests_ethtool_features.yml tests/playbooks/tests_ethtool_ring.yml tests/playbooks/tests_ignore_auto_dns.yml tests/playbooks/tests_infiniband.yml tests/playbooks/tests_ipv6.yml tests/playbooks/tests_ipv6_disabled.yml tests/playbooks/tests_ipv6_dns_search.yml tests/playbooks/tests_network_state.yml tests/playbooks/tests_provider.yml tests/playbooks/tests_reapply.yml tests/playbooks/tests_route_device.yml tests/playbooks/tests_route_table.yml tests/playbooks/tests_routing_rules.yml tests/playbooks/tests_states.yml tests/playbooks/tests_switch_provider.yml tests/playbooks/tests_team.yml tests/playbooks/tests_team_plugin_installation.yml tests/playbooks/tests_vlan_mtu.yml tests/playbooks/tests_wireless.yml tests/playbooks/tests_wireless_plugin_installation.yml tests/playbooks/tests_wireless_wpa3_owe.yml tests/playbooks/tests_wireless_wpa3_sae.yml tests/setup-snapshot.yml tests/tasks/ tests/tasks/activate_profile.yml tests/tasks/assert_device_absent.yml tests/tasks/assert_device_present.yml tests/tasks/assert_output_in_stderr_without_warnings.yml tests/tasks/assert_profile_absent.yml tests/tasks/assert_profile_present.yml tests/tasks/cleanup_802_1x_server.yml tests/tasks/cleanup_mock_wifi.yml tests/tasks/cleanup_profile+device.yml tests/tasks/create_and_remove_interface.yml tests/tasks/create_bridge_profile.yml tests/tasks/create_bridge_profile_no_autoconnect.yml tests/tasks/create_dummy_profile.yml tests/tasks/create_team_profile.yml tests/tasks/create_test_interfaces_with_dhcp.yml tests/tasks/delete_interface.yml tests/tasks/el_repo_setup.yml tests/tasks/enable_epel.yml tests/tasks/get_NetworkManager_NVR.yml tests/tasks/get_current_interfaces.yml tests/tasks/get_interface_stat.yml tests/tasks/get_modules_and_utils_paths.yml tests/tasks/get_profile_stat.yml tests/tasks/manage_test_interface.yml tests/tasks/provider/ tests/tasks/provider/create_and_remove_with_initscripts.yml tests/tasks/provider/create_with_nm.yml tests/tasks/provider/default_with_nm.yml tests/tasks/remove+down_profile.yml tests/tasks/remove_profile.yml tests/tasks/remove_test_interfaces_with_dhcp.yml tests/tasks/run_test.yml tests/tasks/setup_802.1x.yml tests/tasks/setup_802_1x_server.yml tests/tasks/setup_mock_wifi.yml tests/tasks/setup_mock_wifi_wpa3_owe.yml tests/tasks/setup_mock_wifi_wpa3_sae.yml tests/tasks/setup_test_interface.yml tests/tasks/show_interfaces.yml tests/tasks/start_mock_wifi.yml tests/tasks/test_802.1x_capath.yml tests/tests_802_1x_nm.yml tests/tests_802_1x_updated_nm.yml tests/tests_auto_gateway_initscripts.yml tests/tests_auto_gateway_nm.yml tests/tests_bond_cloned_mac_initscripts.yml tests/tests_bond_cloned_mac_nm.yml tests/tests_bond_deprecated_initscripts.yml tests/tests_bond_deprecated_nm.yml tests/tests_bond_initscripts.yml tests/tests_bond_nm.yml tests/tests_bond_options_nm.yml tests/tests_bond_removal_initscripts.yml tests/tests_bond_removal_nm.yml tests/tests_bridge_cloned_mac_initscripts.yml tests/tests_bridge_cloned_mac_nm.yml tests/tests_bridge_initscripts.yml tests/tests_bridge_nm.yml tests/tests_change_indication_on_repeat_run.yml tests/tests_default.yml tests/tests_default_initscripts.yml tests/tests_default_nm.yml tests/tests_dummy_nm.yml tests/tests_eth_dns_support_nm.yml tests/tests_eth_pci_address_match_nm.yml tests/tests_ethernet_initscripts.yml tests/tests_ethernet_nm.yml tests/tests_ethtool_coalesce_initscripts.yml tests/tests_ethtool_coalesce_nm.yml tests/tests_ethtool_features_initscripts.yml tests/tests_ethtool_features_nm.yml tests/tests_ethtool_ring_initscripts.yml tests/tests_ethtool_ring_nm.yml tests/tests_helpers_and_asserts.yml tests/tests_ignore_auto_dns_nm.yml tests/tests_infiniband_nm.yml tests/tests_integration_pytest.yml tests/tests_ipv6_disabled_nm.yml tests/tests_ipv6_dns_search_nm.yml tests/tests_ipv6_initscripts.yml tests/tests_ipv6_nm.yml tests/tests_network_state_nm.yml tests/tests_provider_nm.yml tests/tests_reapply_nm.yml tests/tests_regression_nm.yml tests/tests_route_device_initscripts.yml tests/tests_route_device_nm.yml tests/tests_route_table_nm.yml tests/tests_routing_rules_nm.yml tests/tests_states_initscripts.yml tests/tests_states_nm.yml tests/tests_switch_provider.yml tests/tests_team_nm.yml tests/tests_team_plugin_installation_nm.yml tests/tests_unit.yml tests/tests_vlan_mtu_initscripts.yml tests/tests_vlan_mtu_nm.yml tests/tests_wireless_nm.yml tests/tests_wireless_plugin_installation_nm.yml tests/tests_wireless_wpa3_owe_nm.yml tests/tests_wireless_wpa3_sae_nm.yml tests/unit/ tests/unit/test_network_connections.py tests/unit/test_nm_provider.py library/ library/__init__.py library/network_connections.py library/network_state.py module_utils/ module_utils/network_lsr/ module_utils/network_lsr/__init__.py module_utils/network_lsr/argument_validator.py module_utils/network_lsr/ethtool.py module_utils/network_lsr/myerror.py module_utils/network_lsr/nm/ module_utils/network_lsr/nm/__init__.py module_utils/network_lsr/nm/active_connection.py module_utils/network_lsr/nm/client.py module_utils/network_lsr/nm/connection.py module_utils/network_lsr/nm/error.py module_utils/network_lsr/nm/provider.py module_utils/network_lsr/nm_provider.py module_utils/network_lsr/utils.py TASK [Copy testrepo.tar to the remote system] ********************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:84 Thursday 30 November 2023 18:40:03 +0000 (0:00:00.212) 0:00:31.616 ***** changed: [sut] => { "changed": true, "checksum": "b69835b2f38e82b083f538bdfc841187ffb35fb1", "dest": "/tmp/lsrtest_n1pfq2bd/lsrtest_k_76795i.tar", "gid": 0, "group": "root", "md5sum": "4b4bb3de7a7c80bcc17a5fa67ab045a4", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 901120, "src": "/root/.ansible/tmp/ansible-tmp-1701369603.4348488-9100-247596060460817/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:90 Thursday 30 November 2023 18:40:04 +0000 (0:00:00.907) 0:00:32.524 ***** changed: [sut] => { "changed": true, "dest": "/tmp/lsrtest_n1pfq2bd", "extract_results": { "cmd": [ "/usr/bin/gtar", "--extract", "-C", "/tmp/lsrtest_n1pfq2bd", "-f", "/tmp/lsrtest_n1pfq2bd/lsrtest_k_76795i.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": 82, "src": "/tmp/lsrtest_n1pfq2bd/lsrtest_k_76795i.tar", "state": "directory", "uid": 0 } TASK [Create subdirectory './ansible' under '/tmp/lsrtest_n1pfq2bd'] *********** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:96 Thursday 30 November 2023 18:40:05 +0000 (0:00:01.049) 0:00:33.573 ***** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_n1pfq2bd/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: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:102 Thursday 30 November 2023 18:40:05 +0000 (0:00:00.383) 0:00:33.956 ***** ok: [sut] => { "changed": false, "cmd": "if [ -d /tmp/lsrtest_n1pfq2bd/module_utils ]; then\n mv /tmp/lsrtest_n1pfq2bd/module_utils /tmp/lsrtest_n1pfq2bd/ansible\nfi\n", "delta": "0:00:00.005342", "end": "2023-11-30 18:40:05.918644", "rc": 0, "start": "2023-11-30 18:40:05.913302" } TASK [Fake out python module directories, primarily for python2] *************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:109 Thursday 30 November 2023 18:40:05 +0000 (0:00:00.219) 0:00:34.175 ***** ok: [sut] => { "changed": false, "cmd": "for dir in $(find /tmp/lsrtest_n1pfq2bd -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.016941", "end": "2023-11-30 18:40:06.149254", "rc": 0, "start": "2023-11-30 18:40:06.132313" } TASK [Set _lsr_python_path] **************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:118 Thursday 30 November 2023 18:40:06 +0000 (0:00:00.227) 0:00:34.403 ***** ok: [sut] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_n1pfq2bd/library:/tmp/lsrtest_n1pfq2bd" }, "changed": false } TASK [Show _lsr_python_path] *************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:122 Thursday 30 November 2023 18:40:06 +0000 (0:00:00.071) 0:00:34.474 ***** ok: [sut] => {} MSG: path /tmp/lsrtest_n1pfq2bd/library:/tmp/lsrtest_n1pfq2bd TASK [List the files in /tmp/lsrtest_n1pfq2bd] ********************************* task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:126 Thursday 30 November 2023 18:40:06 +0000 (0:00:00.031) 0:00:34.506 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_n1pfq2bd" ], "delta": "0:00:00.006853", "end": "2023-11-30 18:40:06.470409", "rc": 0, "start": "2023-11-30 18:40:06.463556" } STDOUT: /tmp/lsrtest_n1pfq2bd: total 888 drwxr-xr-x. 2 1000090000 1001 79 Nov 30 18:13 library/ -rw-------. 1 root root 901120 Nov 30 18:40 lsrtest_k_76795i.tar -rw-r--r--. 1 root root 0 Nov 30 18:40 __init__.py drwx------. 5 root root 96 Nov 30 18:40 ./ drwxr-xr-x. 7 1000090000 1001 4096 Nov 30 18:40 tests/ drwxr-xr-x. 3 root root 45 Nov 30 18:40 ansible/ drwxrwxrwt. 10 root root 4096 Nov 30 18:40 ../ /tmp/lsrtest_n1pfq2bd/library: total 108 -rw-r--r--. 1 1000090000 1001 2105 Nov 30 18:13 network_state.py -rw-r--r--. 1 1000090000 1001 104818 Nov 30 18:13 network_connections.py -rw-r--r--. 1 1000090000 1001 0 Nov 30 18:13 __init__.py drwxr-xr-x. 2 1000090000 1001 79 Nov 30 18:13 ./ drwx------. 5 root root 96 Nov 30 18:40 ../ /tmp/lsrtest_n1pfq2bd/tests: total 300 -rwxr-xr-x. 1 1000090000 1001 880 Nov 30 18:13 merge_coverage.sh* -rwxr-xr-x. 1 1000090000 1001 357 Nov 30 18:13 git-pre-commit.sh* -rwxr-xr-x. 1 1000090000 1001 682 Nov 30 18:13 git-post-commit.sh* -rwxr-xr-x. 1 1000090000 1001 929 Nov 30 18:13 get_total_coverage.sh* -rwxr-xr-x. 1 1000090000 1001 2494 Nov 30 18:13 get_coverage.sh* -rwxr-xr-x. 1 1000090000 1001 10468 Nov 30 18:13 ensure_provider_tests.py* -rwxr-xr-x. 1 1000090000 1001 343 Nov 30 18:13 covstats* -rw-r--r--. 1 1000090000 1001 580 Nov 30 18:13 tests_switch_provider.yml -rw-r--r--. 1 1000090000 1001 734 Nov 30 18:13 tests_states_nm.yml -rw-r--r--. 1 1000090000 1001 669 Nov 30 18:13 tests_states_initscripts.yml -rw-r--r--. 1 1000090000 1001 755 Nov 30 18:13 tests_routing_rules_nm.yml -rw-r--r--. 1 1000090000 1001 749 Nov 30 18:13 tests_route_table_nm.yml -rw-r--r--. 1 1000090000 1001 752 Nov 30 18:13 tests_route_device_nm.yml -rw-r--r--. 1 1000090000 1001 687 Nov 30 18:13 tests_route_device_initscripts.yml -rw-r--r--. 1 1000090000 1001 1482 Nov 30 18:13 tests_regression_nm.yml -rw-r--r--. 1 1000090000 1001 737 Nov 30 18:13 tests_reapply_nm.yml -rw-r--r--. 1 1000090000 1001 1564 Nov 30 18:13 tests_provider_nm.yml -rw-r--r--. 1 1000090000 1001 806 Nov 30 18:13 tests_network_state_nm.yml -rw-r--r--. 1 1000090000 1001 728 Nov 30 18:13 tests_ipv6_nm.yml -rw-r--r--. 1 1000090000 1001 663 Nov 30 18:13 tests_ipv6_initscripts.yml -rw-r--r--. 1 1000090000 1001 761 Nov 30 18:13 tests_ipv6_dns_search_nm.yml -rw-r--r--. 1 1000090000 1001 755 Nov 30 18:13 tests_ipv6_disabled_nm.yml -rw-r--r--. 1 1000090000 1001 493 Nov 30 18:13 tests_integration_pytest.yml -rw-r--r--. 1 1000090000 1001 746 Nov 30 18:13 tests_infiniband_nm.yml -rw-r--r--. 1 1000090000 1001 761 Nov 30 18:13 tests_ignore_auto_dns_nm.yml -rw-r--r--. 1 1000090000 1001 1028 Nov 30 18:13 tests_helpers_and_asserts.yml -rw-r--r--. 1 1000090000 1001 1483 Nov 30 18:13 tests_ethtool_ring_nm.yml -rw-r--r--. 1 1000090000 1001 687 Nov 30 18:13 tests_ethtool_ring_initscripts.yml -rw-r--r--. 1 1000090000 1001 1499 Nov 30 18:13 tests_ethtool_features_nm.yml -rw-r--r--. 1 1000090000 1001 699 Nov 30 18:13 tests_ethtool_features_initscripts.yml -rw-r--r--. 1 1000090000 1001 1499 Nov 30 18:13 tests_ethtool_coalesce_nm.yml -rw-r--r--. 1 1000090000 1001 699 Nov 30 18:13 tests_ethtool_coalesce_initscripts.yml -rw-r--r--. 1 1000090000 1001 1515 Nov 30 18:13 tests_eth_pci_address_match_nm.yml -rw-r--r--. 1 1000090000 1001 740 Nov 30 18:13 tests_ethernet_nm.yml -rw-r--r--. 1 1000090000 1001 675 Nov 30 18:13 tests_ethernet_initscripts.yml -rw-r--r--. 1 1000090000 1001 761 Nov 30 18:13 tests_eth_dns_support_nm.yml -rw-r--r--. 1 1000090000 1001 731 Nov 30 18:13 tests_dummy_nm.yml -rw-r--r--. 1 1000090000 1001 449 Nov 30 18:13 tests_default.yml -rw-r--r--. 1 1000090000 1001 535 Nov 30 18:13 tests_default_nm.yml -rw-r--r--. 1 1000090000 1001 523 Nov 30 18:13 tests_default_initscripts.yml -rw-r--r--. 1 1000090000 1001 3482 Nov 30 18:13 tests_change_indication_on_repeat_run.yml -rw-r--r--. 1 1000090000 1001 734 Nov 30 18:13 tests_bridge_nm.yml -rw-r--r--. 1 1000090000 1001 669 Nov 30 18:13 tests_bridge_initscripts.yml -rw-r--r--. 1 1000090000 1001 767 Nov 30 18:13 tests_bridge_cloned_mac_nm.yml -rw-r--r--. 1 1000090000 1001 702 Nov 30 18:13 tests_bridge_cloned_mac_initscripts.yml -rw-r--r--. 1 1000090000 1001 752 Nov 30 18:13 tests_bond_removal_nm.yml -rw-r--r--. 1 1000090000 1001 687 Nov 30 18:13 tests_bond_removal_initscripts.yml -rw-r--r--. 1 1000090000 1001 752 Nov 30 18:13 tests_bond_options_nm.yml -rw-r--r--. 1 1000090000 1001 728 Nov 30 18:13 tests_bond_nm.yml -rw-r--r--. 1 1000090000 1001 663 Nov 30 18:13 tests_bond_initscripts.yml -rw-r--r--. 1 1000090000 1001 761 Nov 30 18:13 tests_bond_deprecated_nm.yml -rw-r--r--. 1 1000090000 1001 696 Nov 30 18:13 tests_bond_deprecated_initscripts.yml -rw-r--r--. 1 1000090000 1001 761 Nov 30 18:13 tests_bond_cloned_mac_nm.yml -rw-r--r--. 1 1000090000 1001 696 Nov 30 18:13 tests_bond_cloned_mac_initscripts.yml -rw-r--r--. 1 1000090000 1001 752 Nov 30 18:13 tests_auto_gateway_nm.yml -rw-r--r--. 1 1000090000 1001 687 Nov 30 18:13 tests_auto_gateway_initscripts.yml -rw-r--r--. 1 1000090000 1001 845 Nov 30 18:13 tests_802_1x_updated_nm.yml -rw-r--r--. 1 1000090000 1001 821 Nov 30 18:13 tests_802_1x_nm.yml -rw-r--r--. 1 1000090000 1001 334 Nov 30 18:13 setup-snapshot.yml -rw-r--r--. 1 1000090000 1001 2382 Nov 30 18:13 get_coverage.yml -rw-r--r--. 1 1000090000 1001 958 Nov 30 18:13 tests_wireless_wpa3_sae_nm.yml -rw-r--r--. 1 1000090000 1001 1049 Nov 30 18:13 tests_wireless_wpa3_owe_nm.yml -rw-r--r--. 1 1000090000 1001 800 Nov 30 18:13 tests_wireless_plugin_installation_nm.yml -rw-r--r--. 1 1000090000 1001 788 Nov 30 18:13 tests_wireless_nm.yml -rw-r--r--. 1 1000090000 1001 740 Nov 30 18:13 tests_vlan_mtu_nm.yml -rw-r--r--. 1 1000090000 1001 675 Nov 30 18:13 tests_vlan_mtu_initscripts.yml -rw-r--r--. 1 1000090000 1001 5886 Nov 30 18:13 tests_unit.yml -rw-r--r--. 1 1000090000 1001 788 Nov 30 18:13 tests_team_plugin_installation_nm.yml -rw-r--r--. 1 1000090000 1001 767 Nov 30 18:13 tests_team_nm.yml drwx------. 5 root root 96 Nov 30 18:40 ../ -rw-r--r--. 1 root root 0 Nov 30 18:40 __init__.py drwxr-xr-x. 7 1000090000 1001 4096 Nov 30 18:40 ./ drwxr-xr-x. 2 1000090000 1001 173 Nov 30 18:40 files/ drwxr-xr-x. 2 1000090000 1001 68 Nov 30 18:40 integration/ drwxr-xr-x. 2 1000090000 1001 4096 Nov 30 18:40 playbooks/ drwxr-xr-x. 3 1000090000 1001 4096 Nov 30 18:40 tasks/ drwxr-xr-x. 2 1000090000 1001 87 Nov 30 18:40 unit/ /tmp/lsrtest_n1pfq2bd/tests/files: total 36 -rw-r--r--. 1 1000090000 1001 1334 Nov 30 18:13 server.pem -rw-r--r--. 1 1000090000 1001 1782 Nov 30 18:13 server.key -rw-r--r--. 1 1000090000 1001 424 Nov 30 18:13 dh.pem -rw-r--r--. 1 1000090000 1001 1334 Nov 30 18:13 client.pem -rw-r--r--. 1 1000090000 1001 1675 Nov 30 18:13 client.key.nocrypt -rw-r--r--. 1 1000090000 1001 1782 Nov 30 18:13 client.key -rw-r--r--. 1 1000090000 1001 1289 Nov 30 18:13 cacert.pem -rw-r--r--. 1 1000090000 1001 1766 Nov 30 18:13 cacert.key drwxr-xr-x. 7 1000090000 1001 4096 Nov 30 18:40 ../ -rw-r--r--. 1 root root 0 Nov 30 18:40 __init__.py drwxr-xr-x. 2 1000090000 1001 173 Nov 30 18:40 ./ /tmp/lsrtest_n1pfq2bd/tests/integration: total 12 -rw-r--r--. 1 1000090000 1001 3243 Nov 30 18:13 test_ethernet.py -rw-r--r--. 1 1000090000 1001 199 Nov 30 18:13 conftest.py drwxr-xr-x. 7 1000090000 1001 4096 Nov 30 18:40 ../ -rw-r--r--. 1 root root 0 Nov 30 18:40 __init__.py drwxr-xr-x. 2 1000090000 1001 68 Nov 30 18:40 ./ /tmp/lsrtest_n1pfq2bd/tests/playbooks: total 268 -rw-r--r--. 1 1000090000 1001 1281 Nov 30 18:13 tests_provider.yml -rw-r--r--. 1 1000090000 1001 6381 Nov 30 18:13 tests_network_state.yml -rw-r--r--. 1 1000090000 1001 4013 Nov 30 18:13 tests_ipv6.yml -rw-r--r--. 1 1000090000 1001 5827 Nov 30 18:13 tests_ipv6_dns_search.yml -rw-r--r--. 1 1000090000 1001 3152 Nov 30 18:13 tests_ipv6_disabled.yml -rw-r--r--. 1 1000090000 1001 2968 Nov 30 18:13 tests_infiniband.yml -rw-r--r--. 1 1000090000 1001 2987 Nov 30 18:13 tests_ignore_auto_dns.yml -rw-r--r--. 1 1000090000 1001 7508 Nov 30 18:13 tests_ethtool_ring.yml -rw-r--r--. 1 1000090000 1001 7892 Nov 30 18:13 tests_ethtool_features.yml -rw-r--r--. 1 1000090000 1001 6119 Nov 30 18:13 tests_ethtool_coalesce.yml -rw-r--r--. 1 1000090000 1001 2870 Nov 30 18:13 tests_eth_pci_address_match.yml -rw-r--r--. 1 1000090000 1001 2268 Nov 30 18:13 tests_ethernet.yml -rw-r--r--. 1 1000090000 1001 4400 Nov 30 18:13 tests_eth_dns_support.yml -rw-r--r--. 1 1000090000 1001 982 Nov 30 18:13 tests_dummy.yml -rw-r--r--. 1 1000090000 1001 3958 Nov 30 18:13 tests_checkpoint_cleanup.yml -rw-r--r--. 1 1000090000 1001 1623 Nov 30 18:13 tests_bridge.yml -rw-r--r--. 1 1000090000 1001 1819 Nov 30 18:13 tests_bridge_cloned_mac.yml -rw-r--r--. 1 1000090000 1001 4742 Nov 30 18:13 tests_bond.yml -rw-r--r--. 1 1000090000 1001 9539 Nov 30 18:13 tests_bond_removal.yml -rw-r--r--. 1 1000090000 1001 7868 Nov 30 18:13 tests_bond_options.yml -rw-r--r--. 1 1000090000 1001 4404 Nov 30 18:13 tests_bond_deprecated.yml -rw-r--r--. 1 1000090000 1001 5281 Nov 30 18:13 tests_bond_cloned_mac.yml -rw-r--r--. 1 1000090000 1001 5084 Nov 30 18:13 tests_auto_gateway.yml -rw-r--r--. 1 1000090000 1001 5241 Nov 30 18:13 tests_802_1x.yml -rw-r--r--. 1 1000090000 1001 564 Nov 30 18:13 tests_802_1x_updated.yml -rw-r--r--. 1 1000090000 1001 178 Nov 30 18:13 run_tasks.yml -rw-r--r--. 1 1000090000 1001 231 Nov 30 18:13 remove_profile.yml -rw-r--r--. 1 1000090000 1001 4840 Nov 30 18:13 manual_test_ethtool_coalesce.yml -rw-r--r--. 1 1000090000 1001 5873 Nov 30 18:13 integration_pytest_python3.yml -rw-r--r--. 1 1000090000 1001 220 Nov 30 18:13 down_profile.yml -rw-r--r--. 1 1000090000 1001 278 Nov 30 18:13 down_profile+delete_interface.yml -rw-r--r--. 1 1000090000 1001 3277 Nov 30 18:13 tests_wireless.yml -rw-r--r--. 1 1000090000 1001 1418 Nov 30 18:13 tests_wireless_wpa3_sae.yml -rw-r--r--. 1 1000090000 1001 1476 Nov 30 18:13 tests_wireless_wpa3_owe.yml -rw-r--r--. 1 1000090000 1001 1367 Nov 30 18:13 tests_wireless_plugin_installation.yml -rw-r--r--. 1 1000090000 1001 2372 Nov 30 18:13 tests_vlan_mtu.yml -rw-r--r--. 1 1000090000 1001 1001 Nov 30 18:13 tests_team.yml -rw-r--r--. 1 1000090000 1001 1334 Nov 30 18:13 tests_team_plugin_installation.yml -rw-r--r--. 1 1000090000 1001 2272 Nov 30 18:13 tests_switch_provider.yml -rw-r--r--. 1 1000090000 1001 5251 Nov 30 18:13 tests_states.yml -rw-r--r--. 1 1000090000 1001 10171 Nov 30 18:13 tests_routing_rules.yml -rw-r--r--. 1 1000090000 1001 4999 Nov 30 18:13 tests_route_table.yml -rw-r--r--. 1 1000090000 1001 7035 Nov 30 18:13 tests_route_device.yml -rw-r--r--. 1 1000090000 1001 3048 Nov 30 18:13 tests_reapply.yml lrwxrwxrwx. 1 1000090000 1001 9 Nov 30 18:13 tasks -> ../tasks// lrwxrwxrwx. 1 1000090000 1001 8 Nov 30 18:13 files -> ../files/ drwxr-xr-x. 7 1000090000 1001 4096 Nov 30 18:40 ../ -rw-r--r--. 1 root root 0 Nov 30 18:40 __init__.py drwxr-xr-x. 2 1000090000 1001 4096 Nov 30 18:40 ./ /tmp/lsrtest_n1pfq2bd/tests/tasks: total 156 -rw-r--r--. 1 1000090000 1001 3800 Nov 30 18:13 test_802.1x_capath.yml -rw-r--r--. 1 1000090000 1001 777 Nov 30 18:13 start_mock_wifi.yml -rw-r--r--. 1 1000090000 1001 239 Nov 30 18:13 show_interfaces.yml -rw-r--r--. 1 1000090000 1001 192 Nov 30 18:13 setup_test_interface.yml -rw-r--r--. 1 1000090000 1001 2147 Nov 30 18:13 setup_mock_wifi.yml -rw-r--r--. 1 1000090000 1001 2575 Nov 30 18:13 setup_mock_wifi_wpa3_sae.yml -rw-r--r--. 1 1000090000 1001 2463 Nov 30 18:13 setup_mock_wifi_wpa3_owe.yml -rw-r--r--. 1 1000090000 1001 301 Nov 30 18:13 setup_802.1x.yml -rw-r--r--. 1 1000090000 1001 2582 Nov 30 18:13 setup_802_1x_server.yml -rw-r--r--. 1 1000090000 1001 1688 Nov 30 18:13 run_test.yml -rw-r--r--. 1 1000090000 1001 581 Nov 30 18:13 remove_test_interfaces_with_dhcp.yml -rw-r--r--. 1 1000090000 1001 235 Nov 30 18:13 remove_profile.yml -rw-r--r--. 1 1000090000 1001 255 Nov 30 18:13 remove+down_profile.yml -rw-r--r--. 1 1000090000 1001 2336 Nov 30 18:13 manage_test_interface.yml -rw-r--r--. 1 1000090000 1001 2353 Nov 30 18:13 get_profile_stat.yml -rw-r--r--. 1 1000090000 1001 558 Nov 30 18:13 get_NetworkManager_NVR.yml -rw-r--r--. 1 1000090000 1001 2813 Nov 30 18:13 get_modules_and_utils_paths.yml -rw-r--r--. 1 1000090000 1001 241 Nov 30 18:13 get_interface_stat.yml -rw-r--r--. 1 1000090000 1001 295 Nov 30 18:13 get_current_interfaces.yml -rw-r--r--. 1 1000090000 1001 1759 Nov 30 18:13 enable_epel.yml -rw-r--r--. 1 1000090000 1001 1677 Nov 30 18:13 el_repo_setup.yml -rw-r--r--. 1 1000090000 1001 197 Nov 30 18:13 delete_interface.yml -rw-r--r--. 1 1000090000 1001 4001 Nov 30 18:13 create_test_interfaces_with_dhcp.yml -rw-r--r--. 1 1000090000 1001 380 Nov 30 18:13 create_team_profile.yml -rw-r--r--. 1 1000090000 1001 368 Nov 30 18:13 create_dummy_profile.yml -rw-r--r--. 1 1000090000 1001 382 Nov 30 18:13 create_bridge_profile.yml -rw-r--r--. 1 1000090000 1001 409 Nov 30 18:13 create_bridge_profile_no_autoconnect.yml -rw-r--r--. 1 1000090000 1001 1033 Nov 30 18:13 create_and_remove_interface.yml -rw-r--r--. 1 1000090000 1001 363 Nov 30 18:13 cleanup_profile+device.yml -rw-r--r--. 1 1000090000 1001 218 Nov 30 18:13 cleanup_mock_wifi.yml -rw-r--r--. 1 1000090000 1001 481 Nov 30 18:13 cleanup_802_1x_server.yml -rw-r--r--. 1 1000090000 1001 684 Nov 30 18:13 assert_profile_present.yml -rw-r--r--. 1 1000090000 1001 283 Nov 30 18:13 assert_profile_absent.yml -rw-r--r--. 1 1000090000 1001 364 Nov 30 18:13 assert_output_in_stderr_without_warnings.yml -rw-r--r--. 1 1000090000 1001 290 Nov 30 18:13 assert_device_present.yml -rw-r--r--. 1 1000090000 1001 285 Nov 30 18:13 assert_device_absent.yml -rw-r--r--. 1 1000090000 1001 220 Nov 30 18:13 activate_profile.yml drwxr-xr-x. 7 1000090000 1001 4096 Nov 30 18:40 ../ -rw-r--r--. 1 root root 0 Nov 30 18:40 __init__.py drwxr-xr-x. 3 1000090000 1001 4096 Nov 30 18:40 ./ drwxr-xr-x. 2 1000090000 1001 124 Nov 30 18:40 provider/ /tmp/lsrtest_n1pfq2bd/tests/tasks/provider: total 16 -rw-r--r--. 1 1000090000 1001 198 Nov 30 18:13 default_with_nm.yml -rw-r--r--. 1 1000090000 1001 372 Nov 30 18:13 create_with_nm.yml -rw-r--r--. 1 1000090000 1001 622 Nov 30 18:13 create_and_remove_with_initscripts.yml drwxr-xr-x. 3 1000090000 1001 4096 Nov 30 18:40 ../ -rw-r--r--. 1 root root 0 Nov 30 18:40 __init__.py drwxr-xr-x. 2 1000090000 1001 124 Nov 30 18:40 ./ /tmp/lsrtest_n1pfq2bd/tests/unit: total 212 -rw-r--r--. 1 1000090000 1001 1416 Nov 30 18:13 test_nm_provider.py -rw-r--r--. 1 1000090000 1001 204887 Nov 30 18:13 test_network_connections.py drwxr-xr-x. 7 1000090000 1001 4096 Nov 30 18:40 ../ -rw-r--r--. 1 root root 0 Nov 30 18:40 __init__.py drwxr-xr-x. 2 1000090000 1001 87 Nov 30 18:40 ./ /tmp/lsrtest_n1pfq2bd/ansible: total 0 drwx------. 5 root root 96 Nov 30 18:40 ../ -rw-r--r--. 1 root root 0 Nov 30 18:40 __init__.py drwxr-xr-x. 3 root root 45 Nov 30 18:40 ./ drwxr-xr-x. 3 1000090000 1001 44 Nov 30 18:40 module_utils/ /tmp/lsrtest_n1pfq2bd/ansible/module_utils: total 0 drwxr-xr-x. 3 1000090000 1001 138 Nov 30 18:13 network_lsr/ drwxr-xr-x. 3 root root 45 Nov 30 18:40 ../ -rw-r--r--. 1 root root 0 Nov 30 18:40 __init__.py drwxr-xr-x. 3 1000090000 1001 44 Nov 30 18:40 ./ /tmp/lsrtest_n1pfq2bd/ansible/module_utils/network_lsr: total 132 -rw-r--r--. 1 1000090000 1001 11387 Nov 30 18:13 utils.py -rw-r--r--. 1 1000090000 1001 1594 Nov 30 18:13 nm_provider.py drwxr-xr-x. 2 1000090000 1001 126 Nov 30 18:13 nm/ -rw-r--r--. 1 1000090000 1001 190 Nov 30 18:13 myerror.py -rw-r--r--. 1 1000090000 1001 0 Nov 30 18:13 __init__.py -rw-r--r--. 1 1000090000 1001 1760 Nov 30 18:13 ethtool.py -rw-r--r--. 1 1000090000 1001 109318 Nov 30 18:13 argument_validator.py drwxr-xr-x. 3 1000090000 1001 138 Nov 30 18:13 ./ drwxr-xr-x. 3 1000090000 1001 44 Nov 30 18:40 ../ /tmp/lsrtest_n1pfq2bd/ansible/module_utils/network_lsr/nm: total 24 -rw-r--r--. 1 1000090000 1001 3154 Nov 30 18:13 provider.py -rw-r--r--. 1 1000090000 1001 343 Nov 30 18:13 __init__.py -rw-r--r--. 1 1000090000 1001 175 Nov 30 18:13 error.py -rw-r--r--. 1 1000090000 1001 3546 Nov 30 18:13 connection.py -rw-r--r--. 1 1000090000 1001 2834 Nov 30 18:13 client.py -rw-r--r--. 1 1000090000 1001 4012 Nov 30 18:13 active_connection.py drwxr-xr-x. 3 1000090000 1001 138 Nov 30 18:13 ../ drwxr-xr-x. 2 1000090000 1001 126 Nov 30 18:13 ./ TASK [Run pytest with nm] ****************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:132 Thursday 30 November 2023 18:40:06 +0000 (0:00:00.226) 0:00:34.733 ***** ok: [sut] => { "changed": false, "cmd": [ "pytest", "/tmp/lsrtest_n1pfq2bd/tests/integration/", "--provider=nm" ], "delta": "0:00:03.610085", "end": "2023-11-30 18:40:10.325943", "rc": 0, "start": "2023-11-30 18:40:06.715858" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_n1pfq2bd/tests/integration collected 1 item ../tmp/lsrtest_n1pfq2bd/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 2.30s =============================== TASK [Debug stdout_lines of the running playbook with nm] ********************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:142 Thursday 30 November 2023 18:40:10 +0000 (0:00:03.848) 0:00:38.581 ***** ok: [sut] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_n1pfq2bd/tests/integration", "collected 1 item", "", "../tmp/lsrtest_n1pfq2bd/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 2.30s ===============================" ] } TASK [Install network-scripts when running pytest with initscripts] ************ task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:148 Thursday 30 November 2023 18:40:10 +0000 (0:00:00.032) 0:00:38.613 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Run pytest with initscripts] ********************************************* task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:153 Thursday 30 November 2023 18:40:13 +0000 (0:00:03.158) 0:00:41.771 ***** ok: [sut] => { "changed": false, "cmd": [ "pytest", "/tmp/lsrtest_n1pfq2bd/tests/integration/", "--provider=initscripts" ], "delta": "0:00:04.584687", "end": "2023-11-30 18:40:18.333310", "rc": 0, "start": "2023-11-30 18:40:13.748623" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_n1pfq2bd/tests/integration collected 1 item ../tmp/lsrtest_n1pfq2bd/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 4.30s =============================== TASK [Debug stdout_lines of the running playbook with initscripts] ************* task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:163 Thursday 30 November 2023 18:40:18 +0000 (0:00:04.816) 0:00:46.588 ***** ok: [sut] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_n1pfq2bd/tests/integration", "collected 1 item", "", "../tmp/lsrtest_n1pfq2bd/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 4.30s ===============================" ] } TASK [Remove local tar file] *************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:167 Thursday 30 November 2023 18:40:18 +0000 (0:00:00.028) 0:00:46.616 ***** changed: [sut -> localhost] => { "changed": true, "path": "/tmp/lsrtest_k_76795i.tar", "state": "absent" } TASK [Remove tempdir] ********************************************************** task path: /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:173 Thursday 30 November 2023 18:40:18 +0000 (0:00:00.177) 0:00:46.794 ***** changed: [sut] => { "changed": true, "path": "/tmp/lsrtest_n1pfq2bd", "state": "absent" } PLAY RECAP ********************************************************************* sut : ok=81 changed=7 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Thursday 30 November 2023 18:40:18 +0000 (0:00:00.268) 0:00:47.063 ***** =============================================================================== Run pytest with initscripts --------------------------------------------- 4.82s /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:153 Install Pytest ---------------------------------------------------------- 4.62s /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:18 Run pytest with nm ------------------------------------------------------ 3.85s /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:132 Install rpm dependencies ------------------------------------------------ 3.22s /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:12 Install network-scripts when running pytest with initscripts ------------ 3.16s /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:148 fedora.linux_system_roles.network : Check which services are running ---- 1.81s /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.71s /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.63s /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.40s /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Untar testrepo.tar ------------------------------------------------------ 1.05s /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:90 Gathering Facts --------------------------------------------------------- 0.92s /WORKDIR/git-code_refactorxe4y80ch/tests/tests_integration_pytest.yml:3 ------- Copy testrepo.tar to the remote system ---------------------------------- 0.91s /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:84 Gathering Facts --------------------------------------------------------- 0.80s /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:34 Gathering Facts --------------------------------------------------------- 0.76s /WORKDIR/git-code_refactorxe4y80ch/tests/tests_default_nm.yml:3 --------------- Gathering Facts --------------------------------------------------------- 0.72s /WORKDIR/git-code_refactorxe4y80ch/tests/tests_default_initscripts.yml:3 ------ Gathering Facts --------------------------------------------------------- 0.72s /WORKDIR/git-code_refactorxe4y80ch/tests/playbooks/integration_pytest_python3.yml:3 fedora.linux_system_roles.network : Enable network service -------------- 0.68s /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.49s /WORKDIR/git-code_refactorxe4y80ch/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Enable EPEL 8 ----------------------------------------------------------- 0.48s /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:35 ------------- Enable EPEL 8 ----------------------------------------------------------- 0.47s /WORKDIR/git-code_refactorxe4y80ch/tests/tasks/enable_epel.yml:35 ------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---