# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.14.4] 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.14/lib/python3.9/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ci7pg__w46/.collection executable location = /opt/ansible-2.14/bin/ansible-playbook python version = 3.9.16 (main, Jan 17 2023, 18:53:15) [GCC 8.5.0 20210514 (Red Hat 8.5.0-18)] (/opt/ansible-2.14/bin/python3.9) 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-weekly-ci7pg__w46/tests/tests_integration_pytest.yml PLAY [Run playbook 'playbooks/integration_pytest_python3.yml'] ***************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_integration_pytest.yml:3 Saturday 27 May 2023 21:48:08 +0000 (0:00:00.021) 0:00:00.021 ********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_integration_pytest.yml:6 Saturday 27 May 2023 21:48:09 +0000 (0:00:00.910) 0:00:00.931 ********** included: /WORKDIR/git-weekly-ci7pg__w46/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-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml:3 Saturday 27 May 2023 21:48:09 +0000 (0:00:00.019) 0:00:00.951 ********** ok: [sut] TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml:14 Saturday 27 May 2023 21:48:09 +0000 (0:00:00.374) 0:00:01.325 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml:39 Saturday 27 May 2023 21:48:09 +0000 (0:00:00.017) 0:00:01.343 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 36] ********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:8 Saturday 27 May 2023 21:48:09 +0000 (0:00:00.026) 0:00:01.369 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:24 Saturday 27 May 2023 21:48:09 +0000 (0:00:00.018) 0:00:01.388 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:29 Saturday 27 May 2023 21:48:09 +0000 (0:00:00.017) 0:00:01.406 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:34 Saturday 27 May 2023 21:48:09 +0000 (0:00:00.016) 0:00:01.422 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } PLAY [Install dependencies for integration tests] ****************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:3 Saturday 27 May 2023 21:48:09 +0000 (0:00:00.033) 0:00:01.455 ********** ok: [sut] TASK [Install rpm dependencies] ************************************************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:12 Saturday 27 May 2023 21:48:10 +0000 (0:00:00.614) 0:00:02.070 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pip-21.3.1-4.fc36.noarch" ] } TASK [Install Pytest] ********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:17 Saturday 27 May 2023 21:48:14 +0000 (0:00:04.354) 0:00:06.424 ********** ok: [sut] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:03.077262", "end": "2023-05-27 21:48:17.901371", "rc": 0, "start": "2023-05-27 21:48:14.824109" } STDOUT: Collecting pytest Downloading pytest-7.3.1-py3-none-any.whl (320 kB) Collecting pluggy<2.0,>=0.12 Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB) Collecting exceptiongroup>=1.0.0rc8 Downloading exceptiongroup-1.1.1-py3-none-any.whl (14 kB) Collecting iniconfig Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) Collecting tomli>=1.0.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting packaging Downloading packaging-23.1-py3-none-any.whl (48 kB) Installing collected packages: tomli, pluggy, packaging, iniconfig, exceptiongroup, pytest Successfully installed exceptiongroup-1.1.1 iniconfig-2.0.0 packaging-23.1 pluggy-1.0.0 pytest-7.3.1 tomli-2.0.1 STDERR: WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv PLAY [Run playbook 'tests_default.yml' with initscripts as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_default_initscripts.yml:3 Saturday 27 May 2023 21:48:17 +0000 (0:00:03.416) 0:00:09.840 ********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_default_initscripts.yml:6 Saturday 27 May 2023 21:48:18 +0000 (0:00:00.615) 0:00:10.456 ********** included: /WORKDIR/git-weekly-ci7pg__w46/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-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml:3 Saturday 27 May 2023 21:48:18 +0000 (0:00:00.023) 0:00:10.479 ********** ok: [sut] TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml:14 Saturday 27 May 2023 21:48:18 +0000 (0:00:00.373) 0:00:10.853 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml:39 Saturday 27 May 2023 21:48:18 +0000 (0:00:00.019) 0:00:10.873 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/../tasks/enable_epel.yml for sut TASK [Create EPEL 36] ********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:8 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.027) 0:00:10.900 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:24 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.021) 0:00:10.921 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:29 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.021) 0:00:10.943 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:34 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.020) 0:00:10.963 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_default_initscripts.yml:8 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.023) 0:00:10.987 ********** 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-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.058) 0:00:11.045 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.059) 0:00:11.105 ********** skipping: [sut] => {} 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-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.054) 0:00:11.159 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.043) 0:00:11.203 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.051) 0:00:11.254 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.041) 0:00:11.295 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.042) 0:00:11.338 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.040) 0:00:11.379 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.041) 0:00:11.421 ********** 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-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.043) 0:00:11.464 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.042) 0:00:11.507 ********** 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-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.037) 0:00:11.545 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.038) 0:00:11.583 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.037) 0:00:11.621 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.041) 0:00:11.663 ********** skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.038) 0:00:11.701 ********** skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.043) 0:00:11.745 ********** skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.039) 0:00:11.784 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_default.yml:9 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.042) 0:00:11.827 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_default.yml:11 Saturday 27 May 2023 21:48:19 +0000 (0:00:00.038) 0:00:11.865 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } PLAY [Run playbook 'tests_default.yml' with nm as provider] ******************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_default_nm.yml:3 Saturday 27 May 2023 21:48:20 +0000 (0:00:00.054) 0:00:11.920 ********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_default_nm.yml:6 Saturday 27 May 2023 21:48:20 +0000 (0:00:00.614) 0:00:12.534 ********** included: /WORKDIR/git-weekly-ci7pg__w46/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-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml:3 Saturday 27 May 2023 21:48:20 +0000 (0:00:00.023) 0:00:12.558 ********** ok: [sut] TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml:14 Saturday 27 May 2023 21:48:21 +0000 (0:00:00.379) 0:00:12.937 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml:39 Saturday 27 May 2023 21:48:21 +0000 (0:00:00.020) 0:00:12.958 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/../tasks/enable_epel.yml for sut TASK [Create EPEL 36] ********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:8 Saturday 27 May 2023 21:48:21 +0000 (0:00:00.029) 0:00:12.987 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:24 Saturday 27 May 2023 21:48:21 +0000 (0:00:00.019) 0:00:13.007 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:29 Saturday 27 May 2023 21:48:21 +0000 (0:00:00.019) 0:00:13.026 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:34 Saturday 27 May 2023 21:48:21 +0000 (0:00:00.020) 0:00:13.047 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_default_nm.yml:8 Saturday 27 May 2023 21:48:21 +0000 (0:00:00.018) 0:00:13.065 ********** 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-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 May 2023 21:48:21 +0000 (0:00:00.047) 0:00:13.113 ********** included: /WORKDIR/git-weekly-ci7pg__w46/.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-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 May 2023 21:48:21 +0000 (0:00:00.031) 0:00:13.145 ********** 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 services are running] **** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Saturday 27 May 2023 21:48:21 +0000 (0:00:00.386) 0:00:13.531 ********** 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-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Saturday 27 May 2023 21:48:23 +0000 (0:00:02.182) 0:00:15.714 ********** 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-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 May 2023 21:48:24 +0000 (0:00:00.919) 0:00:16.633 ********** 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-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 May 2023 21:48:24 +0000 (0:00:00.039) 0:00:16.672 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 May 2023 21:48:24 +0000 (0:00:00.044) 0:00:16.717 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 27 May 2023 21:48:24 +0000 (0:00:00.040) 0:00:16.757 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 27 May 2023 21:48:25 +0000 (0:00:00.472) 0:00:17.229 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 27 May 2023 21:48:25 +0000 (0:00:00.044) 0:00:17.273 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 27 May 2023 21:48:25 +0000 (0:00:00.043) 0:00:17.317 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 27 May 2023 21:48:25 +0000 (0:00:00.182) 0:00:17.499 ********** 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-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 27 May 2023 21:48:26 +0000 (0:00:01.076) 0:00:18.575 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 27 May 2023 21:48:26 +0000 (0:00:00.150) 0:00:18.726 ********** 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-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 27 May 2023 21:48:26 +0000 (0:00:00.038) 0:00:18.764 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 27 May 2023 21:48:26 +0000 (0:00:00.047) 0:00:18.812 ********** 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-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 27 May 2023 21:48:27 +0000 (0:00:00.824) 0:00:19.637 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 27 May 2023 21:48:27 +0000 (0:00:00.041) 0:00:19.678 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 27 May 2023 21:48:27 +0000 (0:00:00.039) 0:00:19.718 ********** 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-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 May 2023 21:48:27 +0000 (0:00:00.062) 0:00:19.781 ********** skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 27 May 2023 21:48:27 +0000 (0:00:00.038) 0:00:19.819 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_default.yml:9 Saturday 27 May 2023 21:48:28 +0000 (0:00:00.322) 0:00:20.142 ********** included: /WORKDIR/git-weekly-ci7pg__w46/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-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml:3 Saturday 27 May 2023 21:48:28 +0000 (0:00:00.049) 0:00:20.192 ********** ok: [sut] TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml:14 Saturday 27 May 2023 21:48:28 +0000 (0:00:00.399) 0:00:20.591 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml:39 Saturday 27 May 2023 21:48:28 +0000 (0:00:00.033) 0:00:20.624 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/../tasks/enable_epel.yml for sut TASK [Create EPEL 36] ********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:8 Saturday 27 May 2023 21:48:28 +0000 (0:00:00.058) 0:00:20.683 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:24 Saturday 27 May 2023 21:48:28 +0000 (0:00:00.035) 0:00:20.718 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:29 Saturday 27 May 2023 21:48:28 +0000 (0:00:00.034) 0:00:20.752 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/enable_epel.yml:34 Saturday 27 May 2023 21:48:28 +0000 (0:00:00.038) 0:00:20.791 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_default.yml:11 Saturday 27 May 2023 21:48:28 +0000 (0:00:00.039) 0:00:20.830 ********** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:33 Saturday 27 May 2023 21:48:29 +0000 (0:00:00.126) 0:00:20.957 ********** ok: [sut] TASK [Create tempdir for code to test] ***************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:38 Saturday 27 May 2023 21:48:29 +0000 (0:00:00.654) 0:00:21.611 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_3424f33c", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [Get tempfile for tar] **************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:44 Saturday 27 May 2023 21:48:30 +0000 (0:00:00.355) 0:00:21.966 ********** changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0600", "owner": "jenkins", "path": "/tmp/lsrtest_u2raj9go.tar", "size": 0, "state": "file", "uid": 1000090000 } TASK [Include the task '../tasks/get_modules_and_utils_paths.yml'] ************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:51 Saturday 27 May 2023 21:48:30 +0000 (0:00:00.164) 0:00:22.131 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/get_modules_and_utils_paths.yml for sut TASK [Set collection paths] **************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/get_modules_and_utils_paths.yml:3 Saturday 27 May 2023 21:48:30 +0000 (0:00:00.058) 0:00:22.189 ********** ok: [sut] => { "ansible_facts": { "collection_paths": [ "/WORKDIR/git-weekly-ci7pg__w46/.collection", "/WORKDIR/git-weekly-ci7pg__w46/.collection" ] }, "changed": false } TASK [Set search paths] ******************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/get_modules_and_utils_paths.yml:13 Saturday 27 May 2023 21:48:30 +0000 (0:00:00.096) 0:00:22.286 ********** 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-weekly-ci7pg__w46/tests/tasks/get_modules_and_utils_paths.yml:42 Saturday 27 May 2023 21:48:30 +0000 (0:00:00.084) 0:00:22.370 ********** 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-weekly-ci7pg__w46/.collection /WORKDIR/git-weekly-ci7pg__w46/.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.010776", "end": "2023-05-27 21:48:30.685015", "rc": 0, "start": "2023-05-27 21:48:30.674239" } STDOUT: /WORKDIR/git-weekly-ci7pg__w46 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-weekly-ci7pg__w46/tests/tasks/get_modules_and_utils_paths.yml:69 Saturday 27 May 2023 21:48:30 +0000 (0:00:00.249) 0:00:22.620 ********** 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-weekly-ci7pg__w46/.collection /WORKDIR/git-weekly-ci7pg__w46/.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.008440", "end": "2023-05-27 21:48:30.905677", "rc": 0, "start": "2023-05-27 21:48:30.897237" } STDOUT: /WORKDIR/git-weekly-ci7pg__w46 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-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:54 Saturday 27 May 2023 21:48:30 +0000 (0:00:00.224) 0:00:22.845 ********** ok: [sut] => { "ansible_facts": { "tests_directory": "/WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/files/../../tests" }, "changed": false } TASK [Create Tar file] ********************************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:69 Saturday 27 May 2023 21:48:30 +0000 (0:00:00.045) 0:00:22.890 ********** ok: [sut -> localhost] => { "changed": false, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_u2raj9go.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/WORKDIR/git-weekly-ci7pg__w46", "tests", "-C", "/WORKDIR/git-weekly-ci7pg__w46", "library", "-C", "/WORKDIR/git-weekly-ci7pg__w46", "module_utils" ], "delta": "0:00:00.078400", "end": "2023-05-27 21:48:31.209605", "rc": 0, "start": "2023-05-27 21:48:31.131205" } 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_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_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-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:83 Saturday 27 May 2023 21:48:31 +0000 (0:00:00.245) 0:00:23.136 ********** changed: [sut] => { "changed": true, "checksum": "fe2e3a93e5cb03e306ca98e67fc8b33ad7139821", "dest": "/tmp/lsrtest_3424f33c/lsrtest_u2raj9go.tar", "gid": 0, "group": "root", "md5sum": "06e04942a47b99f524865a68f43bc9d6", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 880640, "src": "/root/.ansible/tmp/ansible-tmp-1685224111.2914143-36086-164200972337749/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:89 Saturday 27 May 2023 21:48:32 +0000 (0:00:01.046) 0:00:24.183 ********** changed: [sut] => { "changed": true, "dest": "/tmp/lsrtest_3424f33c", "extract_results": { "cmd": [ "/usr/bin/gtar", "--extract", "-C", "/tmp/lsrtest_3424f33c", "-f", "/tmp/lsrtest_3424f33c/lsrtest_u2raj9go.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": 120, "src": "/tmp/lsrtest_3424f33c/lsrtest_u2raj9go.tar", "state": "directory", "uid": 0 } TASK [Create subdirectory './ansible' under '/tmp/lsrtest_3424f33c'] *********** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:95 Saturday 27 May 2023 21:48:33 +0000 (0:00:01.128) 0:00:25.311 ********** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_3424f33c/ansible", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [Move module_utils to ansible directory] ********************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:101 Saturday 27 May 2023 21:48:33 +0000 (0:00:00.324) 0:00:25.636 ********** ok: [sut] => { "changed": false, "cmd": "if [ -d /tmp/lsrtest_3424f33c/module_utils ]; then\n mv /tmp/lsrtest_3424f33c/module_utils /tmp/lsrtest_3424f33c/ansible\nfi\n", "delta": "0:00:00.005444", "end": "2023-05-27 21:48:33.934257", "rc": 0, "start": "2023-05-27 21:48:33.928813" } TASK [Fake out python module directories, primarily for python2] *************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:108 Saturday 27 May 2023 21:48:33 +0000 (0:00:00.227) 0:00:25.864 ********** ok: [sut] => { "changed": false, "cmd": "for dir in $(find /tmp/lsrtest_3424f33c -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.015647", "end": "2023-05-27 21:48:34.173798", "rc": 0, "start": "2023-05-27 21:48:34.158151" } TASK [Set _lsr_python_path] **************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:117 Saturday 27 May 2023 21:48:34 +0000 (0:00:00.241) 0:00:26.105 ********** ok: [sut] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_3424f33c/library:/tmp/lsrtest_3424f33c" }, "changed": false } TASK [Show _lsr_python_path] *************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:121 Saturday 27 May 2023 21:48:34 +0000 (0:00:00.034) 0:00:26.140 ********** ok: [sut] => {} MSG: path /tmp/lsrtest_3424f33c/library:/tmp/lsrtest_3424f33c TASK [List the files in /tmp/lsrtest_3424f33c] ********************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:125 Saturday 27 May 2023 21:48:34 +0000 (0:00:00.037) 0:00:26.178 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_3424f33c" ], "delta": "0:00:00.007811", "end": "2023-05-27 21:48:34.484343", "rc": 0, "start": "2023-05-27 21:48:34.476532" } STDOUT: /tmp/lsrtest_3424f33c: total 860 drwxr-xr-x. 2 1000090000 1001 100 May 27 18:54 library/ -rw-------. 1 root root 880640 May 27 21:48 lsrtest_u2raj9go.tar -rw-r--r--. 1 root root 0 May 27 21:48 __init__.py drwx------. 5 root root 140 May 27 21:48 ./ drwxr-xr-x. 3 root root 80 May 27 21:48 ansible/ drwxr-xr-x. 7 1000090000 1001 1520 May 27 21:48 tests/ drwxrwxrwt. 13 root root 260 May 27 21:48 ../ /tmp/lsrtest_3424f33c/library: total 108 -rw-r--r--. 1 1000090000 1001 2105 May 27 18:54 network_state.py -rw-r--r--. 1 1000090000 1001 103789 May 27 18:54 network_connections.py -rw-r--r--. 1 1000090000 1001 0 May 27 18:54 __init__.py drwxr-xr-x. 2 1000090000 1001 100 May 27 18:54 ./ drwx------. 5 root root 140 May 27 21:48 ../ /tmp/lsrtest_3424f33c/ansible: total 0 drwx------. 5 root root 140 May 27 21:48 ../ -rw-r--r--. 1 root root 0 May 27 21:48 __init__.py drwxr-xr-x. 3 root root 80 May 27 21:48 ./ drwxr-xr-x. 3 1000090000 1001 80 May 27 21:48 module_utils/ /tmp/lsrtest_3424f33c/ansible/module_utils: total 0 drwxr-xr-x. 3 1000090000 1001 180 May 27 18:54 network_lsr/ drwxr-xr-x. 3 root root 80 May 27 21:48 ../ -rw-r--r--. 1 root root 0 May 27 21:48 __init__.py drwxr-xr-x. 3 1000090000 1001 80 May 27 21:48 ./ /tmp/lsrtest_3424f33c/ansible/module_utils/network_lsr: total 132 -rw-r--r--. 1 1000090000 1001 11351 May 27 18:54 utils.py -rw-r--r--. 1 1000090000 1001 1594 May 27 18:54 nm_provider.py drwxr-xr-x. 2 1000090000 1001 160 May 27 18:54 nm/ -rw-r--r--. 1 1000090000 1001 190 May 27 18:54 myerror.py -rw-r--r--. 1 1000090000 1001 1760 May 27 18:54 ethtool.py -rw-r--r--. 1 1000090000 1001 107714 May 27 18:54 argument_validator.py -rw-r--r--. 1 1000090000 1001 0 May 27 18:54 __init__.py drwxr-xr-x. 3 1000090000 1001 180 May 27 18:54 ./ drwxr-xr-x. 3 1000090000 1001 80 May 27 21:48 ../ /tmp/lsrtest_3424f33c/ansible/module_utils/network_lsr/nm: total 24 -rw-r--r--. 1 1000090000 1001 3154 May 27 18:54 provider.py -rw-r--r--. 1 1000090000 1001 175 May 27 18:54 error.py -rw-r--r--. 1 1000090000 1001 3546 May 27 18:54 connection.py -rw-r--r--. 1 1000090000 1001 2834 May 27 18:54 client.py -rw-r--r--. 1 1000090000 1001 4012 May 27 18:54 active_connection.py -rw-r--r--. 1 1000090000 1001 343 May 27 18:54 __init__.py drwxr-xr-x. 3 1000090000 1001 180 May 27 18:54 ../ drwxr-xr-x. 2 1000090000 1001 160 May 27 18:54 ./ /tmp/lsrtest_3424f33c/tests: total 284 -rwxr-xr-x. 1 1000090000 1001 880 May 27 18:54 merge_coverage.sh* -rwxr-xr-x. 1 1000090000 1001 357 May 27 18:54 git-pre-commit.sh* -rwxr-xr-x. 1 1000090000 1001 682 May 27 18:54 git-post-commit.sh* -rwxr-xr-x. 1 1000090000 1001 929 May 27 18:54 get_total_coverage.sh* -rwxr-xr-x. 1 1000090000 1001 2494 May 27 18:54 get_coverage.sh* -rwxr-xr-x. 1 1000090000 1001 10500 May 27 18:54 ensure_provider_tests.py* -rwxr-xr-x. 1 1000090000 1001 343 May 27 18:54 covstats* -rw-r--r--. 1 1000090000 1001 958 May 27 18:54 tests_wireless_wpa3_sae_nm.yml -rw-r--r--. 1 1000090000 1001 1049 May 27 18:54 tests_wireless_wpa3_owe_nm.yml -rw-r--r--. 1 1000090000 1001 800 May 27 18:54 tests_wireless_plugin_installation_nm.yml -rw-r--r--. 1 1000090000 1001 788 May 27 18:54 tests_wireless_nm.yml -rw-r--r--. 1 1000090000 1001 740 May 27 18:54 tests_vlan_mtu_nm.yml -rw-r--r--. 1 1000090000 1001 675 May 27 18:54 tests_vlan_mtu_initscripts.yml -rw-r--r--. 1 1000090000 1001 5783 May 27 18:54 tests_unit.yml -rw-r--r--. 1 1000090000 1001 788 May 27 18:54 tests_team_plugin_installation_nm.yml -rw-r--r--. 1 1000090000 1001 767 May 27 18:54 tests_team_nm.yml -rw-r--r--. 1 1000090000 1001 580 May 27 18:54 tests_switch_provider.yml -rw-r--r--. 1 1000090000 1001 734 May 27 18:54 tests_states_nm.yml -rw-r--r--. 1 1000090000 1001 669 May 27 18:54 tests_states_initscripts.yml -rw-r--r--. 1 1000090000 1001 755 May 27 18:54 tests_routing_rules_nm.yml -rw-r--r--. 1 1000090000 1001 749 May 27 18:54 tests_route_table_nm.yml -rw-r--r--. 1 1000090000 1001 752 May 27 18:54 tests_route_device_nm.yml -rw-r--r--. 1 1000090000 1001 687 May 27 18:54 tests_route_device_initscripts.yml -rw-r--r--. 1 1000090000 1001 1513 May 27 18:54 tests_regression_nm.yml -rw-r--r--. 1 1000090000 1001 737 May 27 18:54 tests_reapply_nm.yml -rw-r--r--. 1 1000090000 1001 1650 May 27 18:54 tests_provider_nm.yml -rw-r--r--. 1 1000090000 1001 806 May 27 18:54 tests_network_state_nm.yml -rw-r--r--. 1 1000090000 1001 728 May 27 18:54 tests_ipv6_nm.yml -rw-r--r--. 1 1000090000 1001 663 May 27 18:54 tests_ipv6_initscripts.yml -rw-r--r--. 1 1000090000 1001 761 May 27 18:54 tests_ipv6_dns_search_nm.yml -rw-r--r--. 1 1000090000 1001 755 May 27 18:54 tests_ipv6_disabled_nm.yml -rw-r--r--. 1 1000090000 1001 493 May 27 18:54 tests_integration_pytest.yml -rw-r--r--. 1 1000090000 1001 746 May 27 18:54 tests_infiniband_nm.yml -rw-r--r--. 1 1000090000 1001 1028 May 27 18:54 tests_helpers_and_asserts.yml -rw-r--r--. 1 1000090000 1001 1569 May 27 18:54 tests_ethtool_ring_nm.yml -rw-r--r--. 1 1000090000 1001 687 May 27 18:54 tests_ethtool_ring_initscripts.yml -rw-r--r--. 1 1000090000 1001 1585 May 27 18:54 tests_ethtool_features_nm.yml -rw-r--r--. 1 1000090000 1001 699 May 27 18:54 tests_ethtool_features_initscripts.yml -rw-r--r--. 1 1000090000 1001 1585 May 27 18:54 tests_ethtool_coalesce_nm.yml -rw-r--r--. 1 1000090000 1001 699 May 27 18:54 tests_ethtool_coalesce_initscripts.yml -rw-r--r--. 1 1000090000 1001 740 May 27 18:54 tests_ethernet_nm.yml -rw-r--r--. 1 1000090000 1001 675 May 27 18:54 tests_ethernet_initscripts.yml -rw-r--r--. 1 1000090000 1001 1601 May 27 18:54 tests_eth_pci_address_match_nm.yml -rw-r--r--. 1 1000090000 1001 761 May 27 18:54 tests_eth_dns_support_nm.yml -rw-r--r--. 1 1000090000 1001 731 May 27 18:54 tests_dummy_nm.yml -rw-r--r--. 1 1000090000 1001 535 May 27 18:54 tests_default_nm.yml -rw-r--r--. 1 1000090000 1001 523 May 27 18:54 tests_default_initscripts.yml -rw-r--r--. 1 1000090000 1001 449 May 27 18:54 tests_default.yml -rw-r--r--. 1 1000090000 1001 3082 May 27 18:54 tests_change_indication_on_repeat_run.yml -rw-r--r--. 1 1000090000 1001 734 May 27 18:54 tests_bridge_nm.yml -rw-r--r--. 1 1000090000 1001 669 May 27 18:54 tests_bridge_initscripts.yml -rw-r--r--. 1 1000090000 1001 767 May 27 18:54 tests_bridge_cloned_mac_nm.yml -rw-r--r--. 1 1000090000 1001 702 May 27 18:54 tests_bridge_cloned_mac_initscripts.yml -rw-r--r--. 1 1000090000 1001 752 May 27 18:54 tests_bond_removal_nm.yml -rw-r--r--. 1 1000090000 1001 687 May 27 18:54 tests_bond_removal_initscripts.yml -rw-r--r--. 1 1000090000 1001 752 May 27 18:54 tests_bond_options_nm.yml -rw-r--r--. 1 1000090000 1001 728 May 27 18:54 tests_bond_nm.yml -rw-r--r--. 1 1000090000 1001 663 May 27 18:54 tests_bond_initscripts.yml -rw-r--r--. 1 1000090000 1001 761 May 27 18:54 tests_bond_deprecated_nm.yml -rw-r--r--. 1 1000090000 1001 696 May 27 18:54 tests_bond_deprecated_initscripts.yml -rw-r--r--. 1 1000090000 1001 761 May 27 18:54 tests_bond_cloned_mac_nm.yml -rw-r--r--. 1 1000090000 1001 696 May 27 18:54 tests_bond_cloned_mac_initscripts.yml -rw-r--r--. 1 1000090000 1001 752 May 27 18:54 tests_auto_gateway_nm.yml -rw-r--r--. 1 1000090000 1001 687 May 27 18:54 tests_auto_gateway_initscripts.yml -rw-r--r--. 1 1000090000 1001 845 May 27 18:54 tests_802_1x_updated_nm.yml -rw-r--r--. 1 1000090000 1001 821 May 27 18:54 tests_802_1x_nm.yml -rw-r--r--. 1 1000090000 1001 334 May 27 18:54 setup-snapshot.yml -rw-r--r--. 1 1000090000 1001 2382 May 27 18:54 get_coverage.yml drwx------. 5 root root 140 May 27 21:48 ../ -rw-r--r--. 1 root root 0 May 27 21:48 __init__.py drwxr-xr-x. 7 1000090000 1001 1520 May 27 21:48 ./ drwxr-xr-x. 2 1000090000 1001 100 May 27 21:48 unit/ drwxr-xr-x. 3 1000090000 1001 820 May 27 21:48 tasks/ drwxr-xr-x. 2 1000090000 1001 960 May 27 21:48 playbooks/ drwxr-xr-x. 2 1000090000 1001 100 May 27 21:48 integration/ drwxr-xr-x. 2 1000090000 1001 220 May 27 21:48 files/ /tmp/lsrtest_3424f33c/tests/unit: total 200 -rw-r--r--. 1 1000090000 1001 1416 May 27 18:54 test_nm_provider.py -rw-r--r--. 1 1000090000 1001 199556 May 27 18:54 test_network_connections.py drwxr-xr-x. 7 1000090000 1001 1520 May 27 21:48 ../ -rw-r--r--. 1 root root 0 May 27 21:48 __init__.py drwxr-xr-x. 2 1000090000 1001 100 May 27 21:48 ./ /tmp/lsrtest_3424f33c/tests/tasks: total 148 -rw-r--r--. 1 1000090000 1001 3495 May 27 18:54 test_802.1x_capath.yml -rw-r--r--. 1 1000090000 1001 777 May 27 18:54 start_mock_wifi.yml -rw-r--r--. 1 1000090000 1001 239 May 27 18:54 show_interfaces.yml -rw-r--r--. 1 1000090000 1001 192 May 27 18:54 setup_test_interface.yml -rw-r--r--. 1 1000090000 1001 2120 May 27 18:54 setup_mock_wifi_wpa3_sae.yml -rw-r--r--. 1 1000090000 1001 2007 May 27 18:54 setup_mock_wifi_wpa3_owe.yml -rw-r--r--. 1 1000090000 1001 2048 May 27 18:54 setup_mock_wifi.yml -rw-r--r--. 1 1000090000 1001 2400 May 27 18:54 setup_802_1x_server.yml -rw-r--r--. 1 1000090000 1001 301 May 27 18:54 setup_802.1x.yml -rw-r--r--. 1 1000090000 1001 1688 May 27 18:54 run_test.yml -rw-r--r--. 1 1000090000 1001 581 May 27 18:54 remove_test_interfaces_with_dhcp.yml -rw-r--r--. 1 1000090000 1001 235 May 27 18:54 remove_profile.yml -rw-r--r--. 1 1000090000 1001 255 May 27 18:54 remove+down_profile.yml -rw-r--r--. 1 1000090000 1001 2237 May 27 18:54 manage_test_interface.yml -rw-r--r--. 1 1000090000 1001 2353 May 27 18:54 get_profile_stat.yml -rw-r--r--. 1 1000090000 1001 2813 May 27 18:54 get_modules_and_utils_paths.yml -rw-r--r--. 1 1000090000 1001 241 May 27 18:54 get_interface_stat.yml -rw-r--r--. 1 1000090000 1001 295 May 27 18:54 get_current_interfaces.yml -rw-r--r--. 1 1000090000 1001 558 May 27 18:54 get_NetworkManager_NVR.yml -rw-r--r--. 1 1000090000 1001 1604 May 27 18:54 enable_epel.yml -rw-r--r--. 1 1000090000 1001 1273 May 27 18:54 el_repo_setup.yml -rw-r--r--. 1 1000090000 1001 197 May 27 18:54 delete_interface.yml -rw-r--r--. 1 1000090000 1001 3704 May 27 18:54 create_test_interfaces_with_dhcp.yml -rw-r--r--. 1 1000090000 1001 380 May 27 18:54 create_team_profile.yml -rw-r--r--. 1 1000090000 1001 368 May 27 18:54 create_dummy_profile.yml -rw-r--r--. 1 1000090000 1001 409 May 27 18:54 create_bridge_profile_no_autoconnect.yml -rw-r--r--. 1 1000090000 1001 382 May 27 18:54 create_bridge_profile.yml -rw-r--r--. 1 1000090000 1001 1033 May 27 18:54 create_and_remove_interface.yml -rw-r--r--. 1 1000090000 1001 363 May 27 18:54 cleanup_profile+device.yml -rw-r--r--. 1 1000090000 1001 218 May 27 18:54 cleanup_mock_wifi.yml -rw-r--r--. 1 1000090000 1001 481 May 27 18:54 cleanup_802_1x_server.yml -rw-r--r--. 1 1000090000 1001 684 May 27 18:54 assert_profile_present.yml -rw-r--r--. 1 1000090000 1001 283 May 27 18:54 assert_profile_absent.yml -rw-r--r--. 1 1000090000 1001 364 May 27 18:54 assert_output_in_stderr_without_warnings.yml -rw-r--r--. 1 1000090000 1001 290 May 27 18:54 assert_device_present.yml -rw-r--r--. 1 1000090000 1001 285 May 27 18:54 assert_device_absent.yml -rw-r--r--. 1 1000090000 1001 220 May 27 18:54 activate_profile.yml drwxr-xr-x. 7 1000090000 1001 1520 May 27 21:48 ../ -rw-r--r--. 1 root root 0 May 27 21:48 __init__.py drwxr-xr-x. 3 1000090000 1001 820 May 27 21:48 ./ drwxr-xr-x. 2 1000090000 1001 120 May 27 21:48 provider/ /tmp/lsrtest_3424f33c/tests/tasks/provider: total 12 -rw-r--r--. 1 1000090000 1001 198 May 27 18:54 default_with_nm.yml -rw-r--r--. 1 1000090000 1001 372 May 27 18:54 create_with_nm.yml -rw-r--r--. 1 1000090000 1001 622 May 27 18:54 create_and_remove_with_initscripts.yml drwxr-xr-x. 3 1000090000 1001 820 May 27 21:48 ../ -rw-r--r--. 1 root root 0 May 27 21:48 __init__.py drwxr-xr-x. 2 1000090000 1001 120 May 27 21:48 ./ /tmp/lsrtest_3424f33c/tests/playbooks: total 256 -rw-r--r--. 1 1000090000 1001 5310 May 27 18:54 tests_bond_cloned_mac.yml -rw-r--r--. 1 1000090000 1001 4771 May 27 18:54 tests_bond.yml -rw-r--r--. 1 1000090000 1001 5084 May 27 18:54 tests_auto_gateway.yml -rw-r--r--. 1 1000090000 1001 461 May 27 18:54 tests_802_1x_updated.yml -rw-r--r--. 1 1000090000 1001 5015 May 27 18:54 tests_802_1x.yml -rw-r--r--. 1 1000090000 1001 178 May 27 18:54 run_tasks.yml -rw-r--r--. 1 1000090000 1001 231 May 27 18:54 remove_profile.yml -rw-r--r--. 1 1000090000 1001 4737 May 27 18:54 manual_test_ethtool_coalesce.yml -rw-r--r--. 1 1000090000 1001 5659 May 27 18:54 integration_pytest_python3.yml -rw-r--r--. 1 1000090000 1001 220 May 27 18:54 down_profile.yml -rw-r--r--. 1 1000090000 1001 278 May 27 18:54 down_profile+delete_interface.yml -rw-r--r--. 1 1000090000 1001 5251 May 27 18:54 tests_states.yml -rw-r--r--. 1 1000090000 1001 9731 May 27 18:54 tests_routing_rules.yml -rw-r--r--. 1 1000090000 1001 4999 May 27 18:54 tests_route_table.yml -rw-r--r--. 1 1000090000 1001 7035 May 27 18:54 tests_route_device.yml -rw-r--r--. 1 1000090000 1001 3048 May 27 18:54 tests_reapply.yml -rw-r--r--. 1 1000090000 1001 1281 May 27 18:54 tests_provider.yml -rw-r--r--. 1 1000090000 1001 7406 May 27 18:54 tests_network_state.yml -rw-r--r--. 1 1000090000 1001 5827 May 27 18:54 tests_ipv6_dns_search.yml -rw-r--r--. 1 1000090000 1001 3152 May 27 18:54 tests_ipv6_disabled.yml -rw-r--r--. 1 1000090000 1001 3786 May 27 18:54 tests_ipv6.yml -rw-r--r--. 1 1000090000 1001 2762 May 27 18:54 tests_infiniband.yml -rw-r--r--. 1 1000090000 1001 7405 May 27 18:54 tests_ethtool_ring.yml -rw-r--r--. 1 1000090000 1001 7789 May 27 18:54 tests_ethtool_features.yml -rw-r--r--. 1 1000090000 1001 6016 May 27 18:54 tests_ethtool_coalesce.yml -rw-r--r--. 1 1000090000 1001 2268 May 27 18:54 tests_ethernet.yml -rw-r--r--. 1 1000090000 1001 2870 May 27 18:54 tests_eth_pci_address_match.yml -rw-r--r--. 1 1000090000 1001 4288 May 27 18:54 tests_eth_dns_support.yml -rw-r--r--. 1 1000090000 1001 982 May 27 18:54 tests_dummy.yml -rw-r--r--. 1 1000090000 1001 3851 May 27 18:54 tests_checkpoint_cleanup.yml -rw-r--r--. 1 1000090000 1001 1819 May 27 18:54 tests_bridge_cloned_mac.yml -rw-r--r--. 1 1000090000 1001 1623 May 27 18:54 tests_bridge.yml -rw-r--r--. 1 1000090000 1001 9568 May 27 18:54 tests_bond_removal.yml -rw-r--r--. 1 1000090000 1001 7897 May 27 18:54 tests_bond_options.yml -rw-r--r--. 1 1000090000 1001 4433 May 27 18:54 tests_bond_deprecated.yml -rw-r--r--. 1 1000090000 1001 1418 May 27 18:54 tests_wireless_wpa3_sae.yml -rw-r--r--. 1 1000090000 1001 1476 May 27 18:54 tests_wireless_wpa3_owe.yml -rw-r--r--. 1 1000090000 1001 1249 May 27 18:54 tests_wireless_plugin_installation.yml -rw-r--r--. 1 1000090000 1001 3277 May 27 18:54 tests_wireless.yml -rw-r--r--. 1 1000090000 1001 2372 May 27 18:54 tests_vlan_mtu.yml -rw-r--r--. 1 1000090000 1001 1216 May 27 18:54 tests_team_plugin_installation.yml -rw-r--r--. 1 1000090000 1001 1001 May 27 18:54 tests_team.yml -rw-r--r--. 1 1000090000 1001 2272 May 27 18:54 tests_switch_provider.yml lrwxrwxrwx. 1 1000090000 1001 9 May 27 18:54 tasks -> ../tasks// lrwxrwxrwx. 1 1000090000 1001 8 May 27 18:54 files -> ../files/ drwxr-xr-x. 7 1000090000 1001 1520 May 27 21:48 ../ -rw-r--r--. 1 root root 0 May 27 21:48 __init__.py drwxr-xr-x. 2 1000090000 1001 960 May 27 21:48 ./ /tmp/lsrtest_3424f33c/tests/integration: total 8 -rw-r--r--. 1 1000090000 1001 3243 May 27 18:54 test_ethernet.py -rw-r--r--. 1 1000090000 1001 199 May 27 18:54 conftest.py drwxr-xr-x. 7 1000090000 1001 1520 May 27 21:48 ../ -rw-r--r--. 1 root root 0 May 27 21:48 __init__.py drwxr-xr-x. 2 1000090000 1001 100 May 27 21:48 ./ /tmp/lsrtest_3424f33c/tests/files: total 32 -rw-r--r--. 1 1000090000 1001 1334 May 27 18:54 server.pem -rw-r--r--. 1 1000090000 1001 1782 May 27 18:54 server.key -rw-r--r--. 1 1000090000 1001 424 May 27 18:54 dh.pem -rw-r--r--. 1 1000090000 1001 1334 May 27 18:54 client.pem -rw-r--r--. 1 1000090000 1001 1675 May 27 18:54 client.key.nocrypt -rw-r--r--. 1 1000090000 1001 1782 May 27 18:54 client.key -rw-r--r--. 1 1000090000 1001 1289 May 27 18:54 cacert.pem -rw-r--r--. 1 1000090000 1001 1766 May 27 18:54 cacert.key drwxr-xr-x. 7 1000090000 1001 1520 May 27 21:48 ../ -rw-r--r--. 1 root root 0 May 27 21:48 __init__.py drwxr-xr-x. 2 1000090000 1001 220 May 27 21:48 ./ TASK [Run pytest with nm] ****************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:131 Saturday 27 May 2023 21:48:34 +0000 (0:00:00.243) 0:00:26.421 ********** ok: [sut] => { "changed": false, "cmd": [ "pytest", "/tmp/lsrtest_3424f33c/tests/integration/", "--provider=nm" ], "delta": "0:00:02.831243", "end": "2023-05-27 21:48:37.559240", "rc": 0, "start": "2023-05-27 21:48:34.727997" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.10.11, pytest-7.3.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_3424f33c/tests/integration collected 1 item ../tmp/lsrtest_3424f33c/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 2.43s =============================== TASK [Debug stdout_lines of the running playbook with nm] ********************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:141 Saturday 27 May 2023 21:48:37 +0000 (0:00:03.074) 0:00:29.495 ********** ok: [sut] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.10.11, pytest-7.3.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_3424f33c/tests/integration", "collected 1 item", "", "../tmp/lsrtest_3424f33c/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 2.43s ===============================" ] } TASK [Install network-scripts when running pytest with initscripts] ************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:147 Saturday 27 May 2023 21:48:37 +0000 (0:00:00.048) 0:00:29.543 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: network-scripts-10.16-3.fc36.x86_64", "Installed: dbus-tools-1:1.14.4-1.fc36.x86_64" ] } TASK [Run pytest with initscripts] ********************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:151 Saturday 27 May 2023 21:48:41 +0000 (0:00:03.403) 0:00:32.947 ********** ok: [sut] => { "changed": false, "cmd": [ "pytest", "/tmp/lsrtest_3424f33c/tests/integration/", "--provider=initscripts" ], "delta": "0:00:03.490084", "end": "2023-05-27 21:48:44.754682", "rc": 0, "start": "2023-05-27 21:48:41.264598" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.10.11, pytest-7.3.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_3424f33c/tests/integration collected 1 item ../tmp/lsrtest_3424f33c/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 3.28s =============================== TASK [Debug stdout_lines of the running playbook with initscripts] ************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:161 Saturday 27 May 2023 21:48:44 +0000 (0:00:03.754) 0:00:36.701 ********** ok: [sut] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.10.11, pytest-7.3.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_3424f33c/tests/integration", "collected 1 item", "", "../tmp/lsrtest_3424f33c/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 3.28s ===============================" ] } TASK [Remove local tar file] *************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:165 Saturday 27 May 2023 21:48:44 +0000 (0:00:00.037) 0:00:36.738 ********** changed: [sut -> localhost] => { "changed": true, "path": "/tmp/lsrtest_u2raj9go.tar", "state": "absent" } TASK [Remove tempdir] ********************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:171 Saturday 27 May 2023 21:48:45 +0000 (0:00:00.158) 0:00:36.897 ********** changed: [sut] => { "changed": true, "path": "/tmp/lsrtest_3424f33c", "state": "absent" } PLAY RECAP ********************************************************************* sut : ok=56 changed=9 unreachable=0 failed=0 skipped=51 rescued=0 ignored=0 Saturday 27 May 2023 21:48:45 +0000 (0:00:00.293) 0:00:37.191 ********** =============================================================================== Install rpm dependencies ------------------------------------------------ 4.35s /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:12 Run pytest with initscripts --------------------------------------------- 3.75s /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:151 Install Pytest ---------------------------------------------------------- 3.42s /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:17 Install network-scripts when running pytest with initscripts ------------ 3.40s /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:147 Run pytest with nm ------------------------------------------------------ 3.07s /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:131 fedora.linux_system_roles.network : Check which services are running ---- 2.18s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Untar testrepo.tar ------------------------------------------------------ 1.13s /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:89 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 1.08s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Copy testrepo.tar to the remote system ---------------------------------- 1.05s /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:83 fedora.linux_system_roles.network : Check which packages are installed --- 0.92s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Gathering Facts --------------------------------------------------------- 0.91s /WORKDIR/git-weekly-ci7pg__w46/tests/tests_integration_pytest.yml:3 ----------- fedora.linux_system_roles.network : Configure networking connection profiles --- 0.82s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Gathering Facts --------------------------------------------------------- 0.65s /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:33 Gathering Facts --------------------------------------------------------- 0.62s /WORKDIR/git-weekly-ci7pg__w46/tests/tests_default_initscripts.yml:3 ---------- Gathering Facts --------------------------------------------------------- 0.61s /WORKDIR/git-weekly-ci7pg__w46/tests/playbooks/integration_pytest_python3.yml:3 Gathering Facts --------------------------------------------------------- 0.61s /WORKDIR/git-weekly-ci7pg__w46/tests/tests_default_nm.yml:3 ------------------- fedora.linux_system_roles.network : Install packages -------------------- 0.47s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.40s /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml:3 ---------------- fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 0.39s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Gather the minimum subset of ansible_facts required by the network role test --- 0.38s /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/el_repo_setup.yml:3 ---------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---