# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.13.6] 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.13/lib/python3.8/site-packages/ansible ansible collection location = /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection executable location = /opt/ansible-2.13/bin/ansible-playbook python version = 3.8.13 (default, Jun 24 2022, 15:27:57) [GCC 8.5.0 20210514 (Red Hat 8.5.0-13)] 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/dist-git-network-add_cloned_mac-bnavqnv3/tests/tests_integration_pytest.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tests_integration_pytest.yml:3 Monday 12 December 2022 15:12:15 +0000 (0:00:00.015) 0:00:00.015 ******* ok: [sut] META: ran handlers TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tests_integration_pytest.yml:5 Monday 12 December 2022 15:12:16 +0000 (0:00:01.039) 0:00:01.055 ******* included: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/el_repo_setup.yml for sut TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/el_repo_setup.yml:2 Monday 12 December 2022 15:12:16 +0000 (0:00:00.028) 0:00:01.083 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/el_repo_setup.yml:27 Monday 12 December 2022 15:12:16 +0000 (0:00:00.026) 0:00:01.110 ******* included: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 35] ********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/enable_epel.yml:4 Monday 12 December 2022 15:12:16 +0000 (0:00:00.033) 0:00:01.143 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/enable_epel.yml:19 Monday 12 December 2022 15:12:16 +0000 (0:00:00.023) 0:00:01.167 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/enable_epel.yml:23 Monday 12 December 2022 15:12:16 +0000 (0:00:00.023) 0:00:01.191 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/enable_epel.yml:30 Monday 12 December 2022 15:12:16 +0000 (0:00:00.026) 0:00:01.217 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY [Install dependencies for integration tests] ****************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:3 Monday 12 December 2022 15:12:16 +0000 (0:00:00.041) 0:00:01.259 ******* ok: [sut] META: ran handlers TASK [Install rpm dependencies] ************************************************ task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:12 Monday 12 December 2022 15:12:17 +0000 (0:00:00.694) 0:00:01.954 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pip-21.2.3-4.fc35.noarch" ] } TASK [Install Pytest] ********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:17 Monday 12 December 2022 15:12:23 +0000 (0:00:05.822) 0:00:07.776 ******* ok: [sut] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:02.445489", "end": "2022-12-12 15:12:26.104577", "rc": 0, "start": "2022-12-12 15:12:23.659088" } STDOUT: Collecting pytest Downloading pytest-7.2.0-py3-none-any.whl (316 kB) Collecting packaging Downloading packaging-22.0-py3-none-any.whl (42 kB) Collecting iniconfig Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB) Collecting pluggy<2.0,>=0.12 Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB) Requirement already satisfied: attrs>=19.2.0 in /usr/lib/python3.10/site-packages (from pytest) (21.2.0) Collecting tomli>=1.0.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting exceptiongroup>=1.0.0rc8 Downloading exceptiongroup-1.0.4-py3-none-any.whl (14 kB) Installing collected packages: tomli, pluggy, packaging, iniconfig, exceptiongroup, pytest Successfully installed exceptiongroup-1.0.4 iniconfig-1.1.1 packaging-22.0 pluggy-1.0.0 pytest-7.2.0 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 META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tests_default_initscripts.yml:3 Monday 12 December 2022 15:12:26 +0000 (0:00:02.894) 0:00:10.671 ******* ok: [sut] META: ran handlers TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tests_default_initscripts.yml:5 Monday 12 December 2022 15:12:26 +0000 (0:00:00.692) 0:00:11.363 ******* included: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/el_repo_setup.yml for sut TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/el_repo_setup.yml:2 Monday 12 December 2022 15:12:26 +0000 (0:00:00.033) 0:00:11.397 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/el_repo_setup.yml:27 Monday 12 December 2022 15:12:26 +0000 (0:00:00.027) 0:00:11.424 ******* included: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/../tasks/enable_epel.yml for sut TASK [Create EPEL 35] ********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/enable_epel.yml:4 Monday 12 December 2022 15:12:26 +0000 (0:00:00.035) 0:00:11.460 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/enable_epel.yml:19 Monday 12 December 2022 15:12:26 +0000 (0:00:00.027) 0:00:11.488 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/enable_epel.yml:23 Monday 12 December 2022 15:12:26 +0000 (0:00:00.026) 0:00:11.514 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/enable_epel.yml:30 Monday 12 December 2022 15:12:27 +0000 (0:00:00.026) 0:00:11.540 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tests_default_initscripts.yml:6 Monday 12 December 2022 15:12:27 +0000 (0:00:00.028) 0:00:11.569 ******* ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test executing the role with default parameters] ************************* META: ran handlers TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 12 December 2022 15:12:27 +0000 (0:00:00.055) 0:00:11.625 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 12 December 2022 15:12:27 +0000 (0:00:00.048) 0:00:11.673 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 12 December 2022 15:12:27 +0000 (0:00:00.047) 0:00:11.721 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 12 December 2022 15:12:27 +0000 (0:00:00.047) 0:00:11.768 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 12 December 2022 15:12:27 +0000 (0:00:00.047) 0:00:11.816 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Monday 12 December 2022 15:12:27 +0000 (0:00:00.046) 0:00:11.863 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Monday 12 December 2022 15:12:27 +0000 (0:00:00.047) 0:00:11.911 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Monday 12 December 2022 15:12:27 +0000 (0:00:00.047) 0:00:11.959 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Monday 12 December 2022 15:12:27 +0000 (0:00:00.047) 0:00:12.007 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Monday 12 December 2022 15:12:27 +0000 (0:00:00.047) 0:00:12.054 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Monday 12 December 2022 15:12:27 +0000 (0:00:00.048) 0:00:12.103 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Monday 12 December 2022 15:12:27 +0000 (0:00:00.049) 0:00:12.152 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Monday 12 December 2022 15:12:27 +0000 (0:00:00.049) 0:00:12.202 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Monday 12 December 2022 15:12:27 +0000 (0:00:00.048) 0:00:12.250 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 12 December 2022 15:12:27 +0000 (0:00:00.048) 0:00:12.299 ******* skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Monday 12 December 2022 15:12:27 +0000 (0:00:00.049) 0:00:12.348 ******* skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Monday 12 December 2022 15:12:27 +0000 (0:00:00.047) 0:00:12.396 ******* skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 12 December 2022 15:12:27 +0000 (0:00:00.047) 0:00:12.443 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tests_default.yml:9 Monday 12 December 2022 15:12:27 +0000 (0:00:00.053) 0:00:12.497 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tests_default.yml:10 Monday 12 December 2022 15:12:28 +0000 (0:00:00.047) 0:00:12.544 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tests_default_nm.yml:3 Monday 12 December 2022 15:12:28 +0000 (0:00:00.060) 0:00:12.605 ******* ok: [sut] META: ran handlers TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tests_default_nm.yml:5 Monday 12 December 2022 15:12:28 +0000 (0:00:00.694) 0:00:13.300 ******* included: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/el_repo_setup.yml for sut TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/el_repo_setup.yml:2 Monday 12 December 2022 15:12:28 +0000 (0:00:00.035) 0:00:13.336 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/el_repo_setup.yml:27 Monday 12 December 2022 15:12:28 +0000 (0:00:00.027) 0:00:13.363 ******* included: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/../tasks/enable_epel.yml for sut TASK [Create EPEL 35] ********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/enable_epel.yml:4 Monday 12 December 2022 15:12:28 +0000 (0:00:00.036) 0:00:13.400 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/enable_epel.yml:19 Monday 12 December 2022 15:12:28 +0000 (0:00:00.028) 0:00:13.428 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/enable_epel.yml:23 Monday 12 December 2022 15:12:28 +0000 (0:00:00.027) 0:00:13.456 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/enable_epel.yml:30 Monday 12 December 2022 15:12:28 +0000 (0:00:00.027) 0:00:13.483 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tests_default_nm.yml:6 Monday 12 December 2022 15:12:28 +0000 (0:00:00.028) 0:00:13.512 ******* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test executing the role with default parameters] ************************* META: ran handlers TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 12 December 2022 15:12:29 +0000 (0:00:00.055) 0:00:13.567 ******* included: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 12 December 2022 15:12:29 +0000 (0:00:00.048) 0:00:13.616 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Monday 12 December 2022 15:12:29 +0000 (0:00:00.471) 0:00:14.087 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Monday 12 December 2022 15:12:32 +0000 (0:00:02.686) 0:00:16.774 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 12 December 2022 15:12:33 +0000 (0:00:01.233) 0:00:18.008 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 12 December 2022 15:12:33 +0000 (0:00:00.063) 0:00:18.071 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 12 December 2022 15:12:33 +0000 (0:00:00.063) 0:00:18.134 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 12 December 2022 15:12:33 +0000 (0:00:00.062) 0:00:18.197 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Monday 12 December 2022 15:12:33 +0000 (0:00:00.120) 0:00:18.317 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Monday 12 December 2022 15:12:33 +0000 (0:00:00.063) 0:00:18.381 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Monday 12 December 2022 15:12:33 +0000 (0:00:00.062) 0:00:18.444 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Monday 12 December 2022 15:12:34 +0000 (0:00:00.084) 0:00:18.528 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Monday 12 December 2022 15:12:34 +0000 (0:00:00.875) 0:00:19.404 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Monday 12 December 2022 15:12:34 +0000 (0:00:00.081) 0:00:19.485 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Monday 12 December 2022 15:12:35 +0000 (0:00:00.056) 0:00:19.542 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Monday 12 December 2022 15:12:35 +0000 (0:00:00.057) 0:00:19.599 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Monday 12 December 2022 15:12:35 +0000 (0:00:00.907) 0:00:20.507 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 12 December 2022 15:12:36 +0000 (0:00:00.063) 0:00:20.570 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Monday 12 December 2022 15:12:36 +0000 (0:00:00.065) 0:00:20.636 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\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/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Monday 12 December 2022 15:12:36 +0000 (0:00:00.065) 0:00:20.701 ******* skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 12 December 2022 15:12:36 +0000 (0:00:00.062) 0:00:20.764 ******* ok: [sut] => { "changed": false, "ping": "pong" } META: role_complete for sut TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tests_default.yml:9 Monday 12 December 2022 15:12:36 +0000 (0:00:00.436) 0:00:21.201 ******* included: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/el_repo_setup.yml for sut TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/el_repo_setup.yml:2 Monday 12 December 2022 15:12:36 +0000 (0:00:00.079) 0:00:21.280 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/el_repo_setup.yml:27 Monday 12 December 2022 15:12:36 +0000 (0:00:00.050) 0:00:21.331 ******* included: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/../tasks/enable_epel.yml for sut TASK [Create EPEL 35] ********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/enable_epel.yml:4 Monday 12 December 2022 15:12:36 +0000 (0:00:00.082) 0:00:21.413 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/enable_epel.yml:19 Monday 12 December 2022 15:12:36 +0000 (0:00:00.051) 0:00:21.465 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/enable_epel.yml:23 Monday 12 December 2022 15:12:36 +0000 (0:00:00.052) 0:00:21.518 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/enable_epel.yml:30 Monday 12 December 2022 15:12:37 +0000 (0:00:00.052) 0:00:21.571 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tests_default.yml:10 Monday 12 December 2022 15:12:37 +0000 (0:00:00.051) 0:00:21.623 ******* ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:31 Monday 12 December 2022 15:12:37 +0000 (0:00:00.152) 0:00:21.775 ******* ok: [sut] META: ran handlers TASK [create tempdir for code to test] ***************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:35 Monday 12 December 2022 15:12:38 +0000 (0:00:00.752) 0:00:22.527 ******* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_cn8tuqwa", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [get tempfile for tar] **************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:41 Monday 12 December 2022 15:12:38 +0000 (0:00:00.402) 0:00:22.930 ******* changed: [sut -> localhost] => { "changed": true, "gid": 1001, "group": "jenkins", "mode": "0600", "owner": "jenkins", "path": "/tmp/lsrtest_w9gdg58j.tar", "size": 0, "state": "file", "uid": 1000090000 } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:48 Monday 12 December 2022 15:12:38 +0000 (0:00:00.250) 0:00:23.181 ******* included: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/get_modules_and_utils_paths.yml for sut TASK [set collection paths] **************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/get_modules_and_utils_paths.yml:3 Monday 12 December 2022 15:12:38 +0000 (0:00:00.081) 0:00:23.262 ******* ok: [sut] => { "ansible_facts": { "collection_paths": [ "/WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection", "/WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection" ] }, "changed": false } TASK [set search paths] ******************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/get_modules_and_utils_paths.yml:13 Monday 12 December 2022 15:12:38 +0000 (0:00:00.079) 0:00:23.342 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/get_modules_and_utils_paths.yml:42 Monday 12 December 2022 15:12:38 +0000 (0:00:00.084) 0:00:23.427 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.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.015942", "end": "2022-12-12 15:12:39.147481", "rc": 0, "start": "2022-12-12 15:12:39.131539" } STDOUT: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3 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/dist-git-network-add_cloned_mac-bnavqnv3/tests/tasks/get_modules_and_utils_paths.yml:69 Monday 12 December 2022 15:12:39 +0000 (0:00:00.293) 0:00:23.721 ******* 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/dist-git-network-add_cloned_mac-bnavqnv3/.collection /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.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.015543", "end": "2022-12-12 15:12:39.447679", "rc": 0, "start": "2022-12-12 15:12:39.432136" } STDOUT: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3 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/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:50 Monday 12 December 2022 15:12:39 +0000 (0:00:00.297) 0:00:24.018 ******* ok: [sut] => { "ansible_facts": { "tests_directory": "/WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/files/../../tests" }, "changed": false } TASK [Create Tar file] ********************************************************* task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:65 Monday 12 December 2022 15:12:39 +0000 (0:00:00.106) 0:00:24.125 ******* changed: [sut -> localhost] => { "changed": true, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_w9gdg58j.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3", "tests", "-C", "/WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3", "library", "-C", "/WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3", "module_utils" ], "delta": "0:00:00.013124", "end": "2022-12-12 15:12:39.850383", "rc": 0, "start": "2022-12-12 15:12:39.837259" } 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_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_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/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:77 Monday 12 December 2022 15:12:39 +0000 (0:00:00.299) 0:00:24.424 ******* changed: [sut] => { "changed": true, "checksum": "d75e5f54b0a0eabbce1355d50da3a44aebb93ad2", "dest": "/tmp/lsrtest_cn8tuqwa/lsrtest_w9gdg58j.tar", "gid": 0, "group": "root", "md5sum": "a6396956a33bc864b7a43d6c9693af83", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 839680, "src": "/root/.ansible/tmp/ansible-tmp-1670857959.966714-1074-3202581002614/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:83 Monday 12 December 2022 15:12:41 +0000 (0:00:01.323) 0:00:25.748 ******* changed: [sut] => { "changed": true, "cmd": [ "tar", "xf", "lsrtest_w9gdg58j.tar" ], "delta": "0:00:00.103214", "end": "2022-12-12 15:12:41.575724", "rc": 0, "start": "2022-12-12 15:12:41.472510" } TASK [Create /tmp/lsrtest_cn8tuqwa/ansible] ************************************ task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:88 Monday 12 December 2022 15:12:41 +0000 (0:00:00.403) 0:00:26.151 ******* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_cn8tuqwa/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/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:94 Monday 12 December 2022 15:12:42 +0000 (0:00:00.478) 0:00:26.630 ******* changed: [sut] => { "changed": true, "cmd": "if [ -d /tmp/lsrtest_cn8tuqwa/module_utils ]; then\n mv /tmp/lsrtest_cn8tuqwa/module_utils /tmp/lsrtest_cn8tuqwa/ansible\nfi\n", "delta": "0:00:00.006175", "end": "2022-12-12 15:12:42.344592", "rc": 0, "start": "2022-12-12 15:12:42.338417" } TASK [Fake out python module directories, primarily for python2] *************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:100 Monday 12 December 2022 15:12:42 +0000 (0:00:00.290) 0:00:26.920 ******* changed: [sut] => { "changed": true, "cmd": "for dir in $(find /tmp/lsrtest_cn8tuqwa -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.017132", "end": "2022-12-12 15:12:42.644360", "rc": 0, "start": "2022-12-12 15:12:42.627228" } TASK [Set _lsr_python_path] **************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:108 Monday 12 December 2022 15:12:42 +0000 (0:00:00.296) 0:00:27.217 ******* ok: [sut] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_cn8tuqwa/library:/tmp/lsrtest_cn8tuqwa" }, "changed": false } TASK [Show _lsr_python_path] *************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:112 Monday 12 December 2022 15:12:42 +0000 (0:00:00.055) 0:00:27.272 ******* ok: [sut] => {} MSG: path /tmp/lsrtest_cn8tuqwa/library:/tmp/lsrtest_cn8tuqwa TASK [ls -alrtFR /tmp/lsrtest_cn8tuqwa] **************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:116 Monday 12 December 2022 15:12:42 +0000 (0:00:00.053) 0:00:27.326 ******* changed: [sut] => { "changed": true, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_cn8tuqwa" ], "delta": "0:00:00.009603", "end": "2022-12-12 15:12:43.052218", "rc": 0, "start": "2022-12-12 15:12:43.042615" } STDOUT: /tmp/lsrtest_cn8tuqwa: total 820 drwxr-xr-x. 2 1000090000 1001 100 Dec 12 12:01 library/ -rw-------. 1 root root 839680 Dec 12 15:12 lsrtest_w9gdg58j.tar -rw-r--r--. 1 root root 0 Dec 12 15:12 __init__.py drwx------. 5 root root 140 Dec 12 15:12 ./ drwxr-xr-x. 3 root root 80 Dec 12 15:12 ansible/ drwxr-xr-x. 7 1000090000 1001 1480 Dec 12 15:12 tests/ drwxrwxrwt. 14 root root 280 Dec 12 15:12 ../ /tmp/lsrtest_cn8tuqwa/library: total 108 -rw-r--r--. 1 1000090000 1001 2105 Dec 12 12:01 network_state.py -rw-r--r--. 1 1000090000 1001 102578 Dec 12 12:01 network_connections.py -rw-r--r--. 1 1000090000 1001 0 Dec 12 12:01 __init__.py drwxr-xr-x. 2 1000090000 1001 100 Dec 12 12:01 ./ drwx------. 5 root root 140 Dec 12 15:12 ../ /tmp/lsrtest_cn8tuqwa/ansible: total 0 drwx------. 5 root root 140 Dec 12 15:12 ../ -rw-r--r--. 1 root root 0 Dec 12 15:12 __init__.py drwxr-xr-x. 3 root root 80 Dec 12 15:12 ./ drwxr-xr-x. 3 1000090000 1001 80 Dec 12 15:12 module_utils/ /tmp/lsrtest_cn8tuqwa/ansible/module_utils: total 0 drwxr-xr-x. 3 1000090000 1001 180 Dec 12 12:01 network_lsr/ drwxr-xr-x. 3 root root 80 Dec 12 15:12 ../ -rw-r--r--. 1 root root 0 Dec 12 15:12 __init__.py drwxr-xr-x. 3 1000090000 1001 80 Dec 12 15:12 ./ /tmp/lsrtest_cn8tuqwa/ansible/module_utils/network_lsr: total 132 -rw-r--r--. 1 1000090000 1001 11351 Dec 12 12:01 utils.py -rw-r--r--. 1 1000090000 1001 1594 Dec 12 12:01 nm_provider.py drwxr-xr-x. 2 1000090000 1001 160 Dec 12 12:01 nm/ -rw-r--r--. 1 1000090000 1001 190 Dec 12 12:01 myerror.py -rw-r--r--. 1 1000090000 1001 1706 Dec 12 12:01 ethtool.py -rw-r--r--. 1 1000090000 1001 107624 Dec 12 12:01 argument_validator.py -rw-r--r--. 1 1000090000 1001 0 Dec 12 12:01 __init__.py drwxr-xr-x. 3 1000090000 1001 180 Dec 12 12:01 ./ drwxr-xr-x. 3 1000090000 1001 80 Dec 12 15:12 ../ /tmp/lsrtest_cn8tuqwa/ansible/module_utils/network_lsr/nm: total 24 -rw-r--r--. 1 1000090000 1001 3154 Dec 12 12:01 provider.py -rw-r--r--. 1 1000090000 1001 175 Dec 12 12:01 error.py -rw-r--r--. 1 1000090000 1001 3546 Dec 12 12:01 connection.py -rw-r--r--. 1 1000090000 1001 2834 Dec 12 12:01 client.py -rw-r--r--. 1 1000090000 1001 4012 Dec 12 12:01 active_connection.py -rw-r--r--. 1 1000090000 1001 343 Dec 12 12:01 __init__.py drwxr-xr-x. 3 1000090000 1001 180 Dec 12 12:01 ../ drwxr-xr-x. 2 1000090000 1001 160 Dec 12 12:01 ./ /tmp/lsrtest_cn8tuqwa/tests: total 276 -rwxr-xr-x. 1 1000090000 1001 880 Dec 12 12:01 merge_coverage.sh* -rwxr-xr-x. 1 1000090000 1001 357 Dec 12 12:01 git-pre-commit.sh* -rwxr-xr-x. 1 1000090000 1001 682 Dec 12 12:01 git-post-commit.sh* -rwxr-xr-x. 1 1000090000 1001 929 Dec 12 12:01 get_total_coverage.sh* -rwxr-xr-x. 1 1000090000 1001 2494 Dec 12 12:01 get_coverage.sh* -rwxr-xr-x. 1 1000090000 1001 9875 Dec 12 12:01 ensure_provider_tests.py* -rwxr-xr-x. 1 1000090000 1001 343 Dec 12 12:01 covstats* -rw-r--r--. 1 1000090000 1001 805 Dec 12 12:01 tests_wireless_wpa3_sae_nm.yml -rw-r--r--. 1 1000090000 1001 896 Dec 12 12:01 tests_wireless_wpa3_owe_nm.yml -rw-r--r--. 1 1000090000 1001 636 Dec 12 12:01 tests_wireless_plugin_installation_nm.yml -rw-r--r--. 1 1000090000 1001 644 Dec 12 12:01 tests_wireless_nm.yml -rw-r--r--. 1 1000090000 1001 596 Dec 12 12:01 tests_vlan_mtu_nm.yml -rw-r--r--. 1 1000090000 1001 531 Dec 12 12:01 tests_vlan_mtu_initscripts.yml -rw-r--r--. 1 1000090000 1001 5211 Dec 12 12:01 tests_unit.yml -rw-r--r--. 1 1000090000 1001 628 Dec 12 12:01 tests_team_plugin_installation_nm.yml -rw-r--r--. 1 1000090000 1001 627 Dec 12 12:01 tests_team_nm.yml -rw-r--r--. 1 1000090000 1001 411 Dec 12 12:01 tests_switch_provider.yml -rw-r--r--. 1 1000090000 1001 592 Dec 12 12:01 tests_states_nm.yml -rw-r--r--. 1 1000090000 1001 527 Dec 12 12:01 tests_states_initscripts.yml -rw-r--r--. 1 1000090000 1001 606 Dec 12 12:01 tests_routing_rules_nm.yml -rw-r--r--. 1 1000090000 1001 602 Dec 12 12:01 tests_route_table_nm.yml -rw-r--r--. 1 1000090000 1001 1136 Dec 12 12:01 tests_regression_nm.yml -rw-r--r--. 1 1000090000 1001 594 Dec 12 12:01 tests_reapply_nm.yml -rw-r--r--. 1 1000090000 1001 1200 Dec 12 12:01 tests_provider_nm.yml -rw-r--r--. 1 1000090000 1001 657 Dec 12 12:01 tests_network_state_nm.yml -rw-r--r--. 1 1000090000 1001 588 Dec 12 12:01 tests_ipv6_nm.yml -rw-r--r--. 1 1000090000 1001 523 Dec 12 12:01 tests_ipv6_initscripts.yml -rw-r--r--. 1 1000090000 1001 610 Dec 12 12:01 tests_ipv6_dns_search_nm.yml -rw-r--r--. 1 1000090000 1001 606 Dec 12 12:01 tests_ipv6_disabled_nm.yml -rw-r--r--. 1 1000090000 1001 309 Dec 12 12:01 tests_integration_pytest.yml -rw-r--r--. 1 1000090000 1001 600 Dec 12 12:01 tests_infiniband_nm.yml -rw-r--r--. 1 1000090000 1001 979 Dec 12 12:01 tests_helpers_and_asserts.yml -rw-r--r--. 1 1000090000 1001 1115 Dec 12 12:01 tests_ethtool_ring_nm.yml -rw-r--r--. 1 1000090000 1001 539 Dec 12 12:01 tests_ethtool_ring_initscripts.yml -rw-r--r--. 1 1000090000 1001 1127 Dec 12 12:01 tests_ethtool_features_nm.yml -rw-r--r--. 1 1000090000 1001 547 Dec 12 12:01 tests_ethtool_features_initscripts.yml -rw-r--r--. 1 1000090000 1001 1127 Dec 12 12:01 tests_ethtool_coalesce_nm.yml -rw-r--r--. 1 1000090000 1001 547 Dec 12 12:01 tests_ethtool_coalesce_initscripts.yml -rw-r--r--. 1 1000090000 1001 596 Dec 12 12:01 tests_ethernet_nm.yml -rw-r--r--. 1 1000090000 1001 531 Dec 12 12:01 tests_ethernet_initscripts.yml -rw-r--r--. 1 1000090000 1001 1138 Dec 12 12:01 tests_eth_pci_address_match_nm.yml -rw-r--r--. 1 1000090000 1001 610 Dec 12 12:01 tests_eth_dns_support_nm.yml -rw-r--r--. 1 1000090000 1001 590 Dec 12 12:01 tests_dummy_nm.yml -rw-r--r--. 1 1000090000 1001 377 Dec 12 12:01 tests_default_nm.yml -rw-r--r--. 1 1000090000 1001 356 Dec 12 12:01 tests_default_initscripts.yml -rw-r--r--. 1 1000090000 1001 400 Dec 12 12:01 tests_default.yml -rw-r--r--. 1 1000090000 1001 2389 Dec 12 12:01 tests_change_indication_on_repeat_run.yml -rw-r--r--. 1 1000090000 1001 592 Dec 12 12:01 tests_bridge_nm.yml -rw-r--r--. 1 1000090000 1001 527 Dec 12 12:01 tests_bridge_initscripts.yml -rw-r--r--. 1 1000090000 1001 614 Dec 12 12:01 tests_bridge_cloned_mac_nm.yml -rw-r--r--. 1 1000090000 1001 549 Dec 12 12:01 tests_bridge_cloned_mac_initscripts.yml -rw-r--r--. 1 1000090000 1001 604 Dec 12 12:01 tests_bond_removal_nm.yml -rw-r--r--. 1 1000090000 1001 539 Dec 12 12:01 tests_bond_removal_initscripts.yml -rw-r--r--. 1 1000090000 1001 604 Dec 12 12:01 tests_bond_options_nm.yml -rw-r--r--. 1 1000090000 1001 588 Dec 12 12:01 tests_bond_nm.yml -rw-r--r--. 1 1000090000 1001 523 Dec 12 12:01 tests_bond_initscripts.yml -rw-r--r--. 1 1000090000 1001 610 Dec 12 12:01 tests_bond_deprecated_nm.yml -rw-r--r--. 1 1000090000 1001 545 Dec 12 12:01 tests_bond_deprecated_initscripts.yml -rw-r--r--. 1 1000090000 1001 610 Dec 12 12:01 tests_bond_cloned_mac_nm.yml -rw-r--r--. 1 1000090000 1001 545 Dec 12 12:01 tests_bond_cloned_mac_initscripts.yml -rw-r--r--. 1 1000090000 1001 604 Dec 12 12:01 tests_auto_gateway_nm.yml -rw-r--r--. 1 1000090000 1001 539 Dec 12 12:01 tests_auto_gateway_initscripts.yml -rw-r--r--. 1 1000090000 1001 695 Dec 12 12:01 tests_802_1x_updated_nm.yml -rw-r--r--. 1 1000090000 1001 679 Dec 12 12:01 tests_802_1x_nm.yml -rw-r--r--. 1 1000090000 1001 292 Dec 12 12:01 setup-snapshot.yml -rw-r--r--. 1 1000090000 1001 2326 Dec 12 12:01 get_coverage.yml drwx------. 5 root root 140 Dec 12 15:12 ../ -rw-r--r--. 1 root root 0 Dec 12 15:12 __init__.py drwxr-xr-x. 7 1000090000 1001 1480 Dec 12 15:12 ./ drwxr-xr-x. 2 1000090000 1001 100 Dec 12 15:12 unit/ drwxr-xr-x. 3 1000090000 1001 820 Dec 12 15:12 tasks/ drwxr-xr-x. 2 1000090000 1001 940 Dec 12 15:12 playbooks/ drwxr-xr-x. 2 1000090000 1001 100 Dec 12 15:12 integration/ drwxr-xr-x. 2 1000090000 1001 220 Dec 12 15:12 files/ /tmp/lsrtest_cn8tuqwa/tests/unit: total 192 -rw-r--r--. 1 1000090000 1001 1416 Dec 12 12:01 test_nm_provider.py -rw-r--r--. 1 1000090000 1001 192324 Dec 12 12:01 test_network_connections.py drwxr-xr-x. 7 1000090000 1001 1480 Dec 12 15:12 ../ -rw-r--r--. 1 root root 0 Dec 12 15:12 __init__.py drwxr-xr-x. 2 1000090000 1001 100 Dec 12 15:12 ./ /tmp/lsrtest_cn8tuqwa/tests/tasks: total 148 -rw-r--r--. 1 1000090000 1001 3385 Dec 12 12:01 test_802.1x_capath.yml -rw-r--r--. 1 1000090000 1001 777 Dec 12 12:01 start_mock_wifi.yml -rw-r--r--. 1 1000090000 1001 185 Dec 12 12:01 show_interfaces.yml -rw-r--r--. 1 1000090000 1001 139 Dec 12 12:01 setup_test_interface.yml -rw-r--r--. 1 1000090000 1001 1956 Dec 12 12:01 setup_mock_wifi_wpa3_sae.yml -rw-r--r--. 1 1000090000 1001 1823 Dec 12 12:01 setup_mock_wifi_wpa3_owe.yml -rw-r--r--. 1 1000090000 1001 2048 Dec 12 12:01 setup_mock_wifi.yml -rw-r--r--. 1 1000090000 1001 2353 Dec 12 12:01 setup_802_1x_server.yml -rw-r--r--. 1 1000090000 1001 244 Dec 12 12:01 setup_802.1x.yml -rw-r--r--. 1 1000090000 1001 1648 Dec 12 12:01 run_test.yml -rw-r--r--. 1 1000090000 1001 581 Dec 12 12:01 remove_test_interfaces_with_dhcp.yml -rw-r--r--. 1 1000090000 1001 235 Dec 12 12:01 remove_profile.yml -rw-r--r--. 1 1000090000 1001 255 Dec 12 12:01 remove+down_profile.yml -rw-r--r--. 1 1000090000 1001 2035 Dec 12 12:01 manage_test_interface.yml -rw-r--r--. 1 1000090000 1001 1807 Dec 12 12:01 get_profile_stat.yml -rw-r--r--. 1 1000090000 1001 2813 Dec 12 12:01 get_modules_and_utils_paths.yml -rw-r--r--. 1 1000090000 1001 241 Dec 12 12:01 get_interface_stat.yml -rw-r--r--. 1 1000090000 1001 295 Dec 12 12:01 get_current_interfaces.yml -rw-r--r--. 1 1000090000 1001 460 Dec 12 12:01 get_NetworkManager_NVR.yml -rw-r--r--. 1 1000090000 1001 1468 Dec 12 12:01 enable_epel.yml -rw-r--r--. 1 1000090000 1001 852 Dec 12 12:01 el_repo_setup.yml -rw-r--r--. 1 1000090000 1001 197 Dec 12 12:01 delete_interface.yml -rw-r--r--. 1 1000090000 1001 3704 Dec 12 12:01 create_test_interfaces_with_dhcp.yml -rw-r--r--. 1 1000090000 1001 380 Dec 12 12:01 create_team_profile.yml -rw-r--r--. 1 1000090000 1001 368 Dec 12 12:01 create_dummy_profile.yml -rw-r--r--. 1 1000090000 1001 409 Dec 12 12:01 create_bridge_profile_no_autoconnect.yml -rw-r--r--. 1 1000090000 1001 382 Dec 12 12:01 create_bridge_profile.yml -rw-r--r--. 1 1000090000 1001 529 Dec 12 12:01 create_and_remove_interface.yml -rw-r--r--. 1 1000090000 1001 363 Dec 12 12:01 cleanup_profile+device.yml -rw-r--r--. 1 1000090000 1001 218 Dec 12 12:01 cleanup_mock_wifi.yml -rw-r--r--. 1 1000090000 1001 481 Dec 12 12:01 cleanup_802_1x_server.yml -rw-r--r--. 1 1000090000 1001 434 Dec 12 12:01 assert_profile_present.yml -rw-r--r--. 1 1000090000 1001 229 Dec 12 12:01 assert_profile_absent.yml -rw-r--r--. 1 1000090000 1001 364 Dec 12 12:01 assert_output_in_stderr_without_warnings.yml -rw-r--r--. 1 1000090000 1001 232 Dec 12 12:01 assert_device_present.yml -rw-r--r--. 1 1000090000 1001 227 Dec 12 12:01 assert_device_absent.yml -rw-r--r--. 1 1000090000 1001 220 Dec 12 12:01 activate_profile.yml drwxr-xr-x. 7 1000090000 1001 1480 Dec 12 15:12 ../ -rw-r--r--. 1 root root 0 Dec 12 15:12 __init__.py drwxr-xr-x. 3 1000090000 1001 820 Dec 12 15:12 ./ drwxr-xr-x. 2 1000090000 1001 120 Dec 12 15:12 provider/ /tmp/lsrtest_cn8tuqwa/tests/tasks/provider: total 12 -rw-r--r--. 1 1000090000 1001 198 Dec 12 12:01 default_with_nm.yml -rw-r--r--. 1 1000090000 1001 371 Dec 12 12:01 create_with_nm.yml -rw-r--r--. 1 1000090000 1001 621 Dec 12 12:01 create_and_remove_with_initscripts.yml drwxr-xr-x. 3 1000090000 1001 820 Dec 12 15:12 ../ -rw-r--r--. 1 root root 0 Dec 12 15:12 __init__.py drwxr-xr-x. 2 1000090000 1001 120 Dec 12 15:12 ./ /tmp/lsrtest_cn8tuqwa/tests/playbooks: total 236 -rw-r--r--. 1 1000090000 1001 4456 Dec 12 12:01 tests_auto_gateway.yml -rw-r--r--. 1 1000090000 1001 306 Dec 12 12:01 tests_802_1x_updated.yml -rw-r--r--. 1 1000090000 1001 4461 Dec 12 12:01 tests_802_1x.yml -rw-r--r--. 1 1000090000 1001 136 Dec 12 12:01 run_tasks.yml -rw-r--r--. 1 1000090000 1001 231 Dec 12 12:01 remove_profile.yml -rw-r--r--. 1 1000090000 1001 4146 Dec 12 12:01 manual_test_ethtool_coalesce.yml -rw-r--r--. 1 1000090000 1001 4891 Dec 12 12:01 integration_pytest_python3.yml -rw-r--r--. 1 1000090000 1001 220 Dec 12 12:01 down_profile.yml -rw-r--r--. 1 1000090000 1001 179 Dec 12 12:01 down_profile+delete_interface.yml -rw-r--r--. 1 1000090000 1001 2468 Dec 12 12:01 tests_reapply.yml -rw-r--r--. 1 1000090000 1001 1095 Dec 12 12:01 tests_provider.yml -rw-r--r--. 1 1000090000 1001 6816 Dec 12 12:01 tests_network_state.yml -rw-r--r--. 1 1000090000 1001 5596 Dec 12 12:01 tests_ipv6_dns_search.yml -rw-r--r--. 1 1000090000 1001 2730 Dec 12 12:01 tests_ipv6_disabled.yml -rw-r--r--. 1 1000090000 1001 3282 Dec 12 12:01 tests_ipv6.yml -rw-r--r--. 1 1000090000 1001 2465 Dec 12 12:01 tests_infiniband.yml -rw-r--r--. 1 1000090000 1001 6734 Dec 12 12:01 tests_ethtool_ring.yml -rw-r--r--. 1 1000090000 1001 7096 Dec 12 12:01 tests_ethtool_features.yml -rw-r--r--. 1 1000090000 1001 5427 Dec 12 12:01 tests_ethtool_coalesce.yml -rw-r--r--. 1 1000090000 1001 1670 Dec 12 12:01 tests_ethernet.yml -rw-r--r--. 1 1000090000 1001 2718 Dec 12 12:01 tests_eth_pci_address_match.yml -rw-r--r--. 1 1000090000 1001 3891 Dec 12 12:01 tests_eth_dns_support.yml -rw-r--r--. 1 1000090000 1001 854 Dec 12 12:01 tests_dummy.yml -rw-r--r--. 1 1000090000 1001 3202 Dec 12 12:01 tests_checkpoint_cleanup.yml -rw-r--r--. 1 1000090000 1001 1701 Dec 12 12:01 tests_bridge_cloned_mac.yml -rw-r--r--. 1 1000090000 1001 1223 Dec 12 12:01 tests_bridge.yml -rw-r--r--. 1 1000090000 1001 8764 Dec 12 12:01 tests_bond_removal.yml -rw-r--r--. 1 1000090000 1001 7044 Dec 12 12:01 tests_bond_options.yml -rw-r--r--. 1 1000090000 1001 3636 Dec 12 12:01 tests_bond_deprecated.yml -rw-r--r--. 1 1000090000 1001 4820 Dec 12 12:01 tests_bond_cloned_mac.yml -rw-r--r--. 1 1000090000 1001 3980 Dec 12 12:01 tests_bond.yml -rw-r--r--. 1 1000090000 1001 1372 Dec 12 12:01 tests_wireless_wpa3_sae.yml -rw-r--r--. 1 1000090000 1001 1324 Dec 12 12:01 tests_wireless_wpa3_owe.yml -rw-r--r--. 1 1000090000 1001 1195 Dec 12 12:01 tests_wireless_plugin_installation.yml -rw-r--r--. 1 1000090000 1001 3001 Dec 12 12:01 tests_wireless.yml -rw-r--r--. 1 1000090000 1001 1993 Dec 12 12:01 tests_vlan_mtu.yml -rw-r--r--. 1 1000090000 1001 1166 Dec 12 12:01 tests_team_plugin_installation.yml -rw-r--r--. 1 1000090000 1001 875 Dec 12 12:01 tests_team.yml -rw-r--r--. 1 1000090000 1001 1808 Dec 12 12:01 tests_switch_provider.yml -rw-r--r--. 1 1000090000 1001 4515 Dec 12 12:01 tests_states.yml -rw-r--r--. 1 1000090000 1001 9348 Dec 12 12:01 tests_routing_rules.yml -rw-r--r--. 1 1000090000 1001 4603 Dec 12 12:01 tests_route_table.yml lrwxrwxrwx. 1 1000090000 1001 9 Dec 12 12:01 tasks -> ../tasks// lrwxrwxrwx. 1 1000090000 1001 8 Dec 12 12:01 files -> ../files/ drwxr-xr-x. 7 1000090000 1001 1480 Dec 12 15:12 ../ -rw-r--r--. 1 root root 0 Dec 12 15:12 __init__.py drwxr-xr-x. 2 1000090000 1001 940 Dec 12 15:12 ./ /tmp/lsrtest_cn8tuqwa/tests/integration: total 8 -rw-r--r--. 1 1000090000 1001 3243 Dec 12 12:01 test_ethernet.py -rw-r--r--. 1 1000090000 1001 199 Dec 12 12:01 conftest.py drwxr-xr-x. 7 1000090000 1001 1480 Dec 12 15:12 ../ -rw-r--r--. 1 root root 0 Dec 12 15:12 __init__.py drwxr-xr-x. 2 1000090000 1001 100 Dec 12 15:12 ./ /tmp/lsrtest_cn8tuqwa/tests/files: total 32 -rw-r--r--. 1 1000090000 1001 1334 Dec 12 12:01 server.pem -rw-r--r--. 1 1000090000 1001 1782 Dec 12 12:01 server.key -rw-r--r--. 1 1000090000 1001 424 Dec 12 12:01 dh.pem -rw-r--r--. 1 1000090000 1001 1334 Dec 12 12:01 client.pem -rw-r--r--. 1 1000090000 1001 1675 Dec 12 12:01 client.key.nocrypt -rw-r--r--. 1 1000090000 1001 1782 Dec 12 12:01 client.key -rw-r--r--. 1 1000090000 1001 1289 Dec 12 12:01 cacert.pem -rw-r--r--. 1 1000090000 1001 1766 Dec 12 12:01 cacert.key drwxr-xr-x. 7 1000090000 1001 1480 Dec 12 15:12 ../ -rw-r--r--. 1 root root 0 Dec 12 15:12 __init__.py drwxr-xr-x. 2 1000090000 1001 220 Dec 12 15:12 ./ TASK [Run pytest with nm] ****************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:120 Monday 12 December 2022 15:12:43 +0000 (0:00:00.300) 0:00:27.626 ******* changed: [sut] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_cn8tuqwa/tests/integration/", "--provider=nm" ], "delta": "0:00:00.873482", "end": "2022-12-12 15:12:44.287692", "rc": 0, "start": "2022-12-12 15:12:43.414210" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0 rootdir: /tmp/lsrtest_cn8tuqwa/tests/integration collected 1 item ../tmp/lsrtest_cn8tuqwa/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 0.48s =============================== TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:129 Monday 12 December 2022 15:12:44 +0000 (0:00:01.232) 0:00:28.859 ******* ok: [sut] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0", "rootdir: /tmp/lsrtest_cn8tuqwa/tests/integration", "collected 1 item", "", "../tmp/lsrtest_cn8tuqwa/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 0.48s ===============================" ] } TASK [install network-scripts when running pytest with initscripts] ************ task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:133 Monday 12 December 2022 15:12:44 +0000 (0:00:00.054) 0:00:28.913 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: dbus-tools-1:1.12.24-1.fc35.x86_64", "Installed: network-scripts-10.15-1.fc35.x86_64" ] } TASK [Run pytest with initscripts] ********************************************* task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:137 Monday 12 December 2022 15:12:48 +0000 (0:00:04.299) 0:00:33.213 ******* changed: [sut] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_cn8tuqwa/tests/integration/", "--provider=initscripts" ], "delta": "0:00:03.627572", "end": "2022-12-12 15:12:52.594825", "rc": 0, "start": "2022-12-12 15:12:48.967253" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0 rootdir: /tmp/lsrtest_cn8tuqwa/tests/integration collected 1 item ../tmp/lsrtest_cn8tuqwa/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 3.33s =============================== TASK [debug] ******************************************************************* task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:146 Monday 12 December 2022 15:12:52 +0000 (0:00:03.952) 0:00:37.166 ******* ok: [sut] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.10.8, pytest-7.2.0, pluggy-1.0.0", "rootdir: /tmp/lsrtest_cn8tuqwa/tests/integration", "collected 1 item", "", "../tmp/lsrtest_cn8tuqwa/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 3.33s ===============================" ] } TASK [remove local tar file] *************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:149 Monday 12 December 2022 15:12:52 +0000 (0:00:00.089) 0:00:37.256 ******* changed: [sut -> localhost] => { "changed": true, "path": "/tmp/lsrtest_w9gdg58j.tar", "state": "absent" } TASK [remove tempdir] ********************************************************** task path: /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:155 Monday 12 December 2022 15:12:53 +0000 (0:00:00.274) 0:00:37.531 ******* changed: [sut] => { "changed": true, "path": "/tmp/lsrtest_cn8tuqwa", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=52 changed=15 unreachable=0 failed=0 skipped=51 rescued=0 ignored=0 Monday 12 December 2022 15:12:53 +0000 (0:00:00.325) 0:00:37.856 ******* =============================================================================== Install rpm dependencies ------------------------------------------------ 5.82s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:12 install network-scripts when running pytest with initscripts ------------ 4.30s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:133 Run pytest with initscripts --------------------------------------------- 3.95s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:137 Install Pytest ---------------------------------------------------------- 2.89s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:17 fedora.linux_system_roles.network : Check which services are running ---- 2.69s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Copy testrepo.tar to the remote system ---------------------------------- 1.32s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:77 fedora.linux_system_roles.network : Check which packages are installed --- 1.23s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Run pytest with nm ------------------------------------------------------ 1.23s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:120 Gathering Facts --------------------------------------------------------- 1.04s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tests_integration_pytest.yml:3 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.91s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.88s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Gathering Facts --------------------------------------------------------- 0.75s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:31 Gathering Facts --------------------------------------------------------- 0.69s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tests_default_nm.yml:3 Gathering Facts --------------------------------------------------------- 0.69s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:3 Gathering Facts --------------------------------------------------------- 0.69s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/tests_default_initscripts.yml:3 Create /tmp/lsrtest_cn8tuqwa/ansible ------------------------------------ 0.48s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:88 fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 0.47s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.44s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Untar testrepo.tar ------------------------------------------------------ 0.40s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:83 create tempdir for code to test ----------------------------------------- 0.40s /WORKDIR/dist-git-network-add_cloned_mac-bnavqnv3/tests/playbooks/integration_pytest_python3.yml:35 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---