ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmp4wbeq7zn executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 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: centos-8_setup.yml *************************************************** 1 plays in /cache/centos-8_setup.yml PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /cache/centos-8_setup.yml:5 Wednesday 03 August 2022 17:09:37 +0000 (0:00:00.019) 0:00:00.019 ****** changed: [/cache/centos-8.qcow2] => { "ansible_facts": { "discovered_interpreter_python": "/usr/libexec/platform-python" }, "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "ha" ], "delta": "0:00:00.206399", "end": "2022-08-03 17:09:37.298628", "rc": 0, "start": "2022-08-03 17:09:37.092229" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=1 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 17:09:38 +0000 (0:00:00.814) 0:00:00.833 ****** =============================================================================== Enable HA repos --------------------------------------------------------- 0.81s /cache/centos-8_setup.yml:5 --------------------------------------------------- PLAYBOOK: _backup.yml ********************************************************** 1 plays in /tmp/tmp650e3cfh/tests/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmp650e3cfh/tests/_backup.yml:6 Wednesday 03 August 2022 17:09:38 +0000 (0:00:00.018) 0:00:00.851 ****** ok: [/cache/centos-8.qcow2] => (item=/etc/resolv.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659546576.841285, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659546575.839285, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 19231, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659545238.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "2437777441", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmp650e3cfh/tests/_backup.yml:13 Wednesday 03 August 2022 17:09:38 +0000 (0:00:00.515) 0:00:01.366 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/centos-8.qcow2] => (item={'changed': False, 'stat': {'exists': True, 'path': '/etc/resolv.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 90, 'inode': 19231, 'dev': 64513, 'nlink': 1, 'atime': 1659546576.841285, 'mtime': 1659545238.0, 'ctime': 1659546575.839285, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'root', 'gr_name': 'root', 'checksum': 'fba82b5b78ea37322e584bf452f6f8e163f0869b', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2437777441', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/etc/resolv.conf', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/etc/resolv.conf', 'ansible_loop_var': 'item'}) => { "ansible_facts": { "_existing_files": " /etc/resolv.conf" }, "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "failed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/resolv.conf" } }, "item": "/etc/resolv.conf", "stat": { "atime": 1659546576.841285, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659546575.839285, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 19231, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659545238.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "2437777441", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } TASK [Back up system files] **************************************************** task path: /tmp/tmp650e3cfh/tests/_backup.yml:19 Wednesday 03 August 2022 17:09:38 +0000 (0:00:00.080) 0:00:01.447 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.004558", "end": "2022-08-03 17:09:38.301406", "rc": 0, "start": "2022-08-03 17:09:38.296848" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=4 changed=2 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 17:09:39 +0000 (0:00:00.386) 0:00:01.833 ****** =============================================================================== Enable HA repos --------------------------------------------------------- 0.81s /cache/centos-8_setup.yml:5 --------------------------------------------------- Get stats of system files ----------------------------------------------- 0.52s /tmp/tmp650e3cfh/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.39s /tmp/tmp650e3cfh/tests/_backup.yml:19 ----------------------------------------- Check if system files exist --------------------------------------------- 0.08s /tmp/tmp650e3cfh/tests/_backup.yml:13 ----------------------------------------- PLAYBOOK: tests_integration_pytest.yml ***************************************** 7 plays in /tmp/tmp650e3cfh/tests/tests_integration_pytest.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp650e3cfh/tests/tests_integration_pytest.yml:3 Wednesday 03 August 2022 17:09:39 +0000 (0:00:00.044) 0:00:01.877 ****** ok: [/cache/centos-8.qcow2] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tests_integration_pytest.yml:5 Wednesday 03 August 2022 17:09:40 +0000 (0:00:01.009) 0:00:02.886 ****** included: /tmp/tmp650e3cfh/tests/tasks/el_repo_setup.yml for /cache/centos-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.026) 0:00:02.913 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.023) 0:00:02.936 ****** included: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml for /cache/centos-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.029) 0:00:02.966 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.381) 0:00:03.347 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.022) 0:00:03.369 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.195606", "end": "2022-08-03 17:09:40.422258", "rc": 0, "start": "2022-08-03 17:09:40.226652" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:09:41 +0000 (0:00:00.580) 0:00:03.950 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY [Install dependencies for integration tests] ****************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:3 Wednesday 03 August 2022 17:09:41 +0000 (0:00:00.037) 0:00:03.987 ****** ok: [/cache/centos-8.qcow2] META: ran handlers TASK [Install rpm dependencies] ************************************************ task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:12 Wednesday 03 August 2022 17:09:42 +0000 (0:00:00.810) 0:00:04.797 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "rc": 0, "results": [ "Installed: perl-PathTools-3.74-1.el8.x86_64", "Installed: perl-Pod-Escapes-1:1.07-395.el8.noarch", "Installed: perl-Pod-Perldoc-3.28-396.el8.noarch", "Installed: perl-Pod-Simple-1:3.35-395.el8.noarch", "Installed: perl-Pod-Usage-4:1.69-395.el8.noarch", "Installed: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64", "Installed: perl-Digest-MD5-2.55-396.el8.x86_64", "Installed: perl-Socket-4:2.027-3.el8.x86_64", "Installed: perl-Storable-1:3.11-3.el8.x86_64", "Installed: perl-Term-ANSIColor-4.06-396.el8.noarch", "Installed: perl-Term-Cap-1.17-395.el8.noarch", "Installed: perl-TermReadKey-2.37-7.el8.x86_64", "Installed: perl-Text-ParseWords-3.30-395.el8.noarch", "Installed: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch", "Installed: perl-Git-2.31.1-2.el8.noarch", "Installed: perl-Time-Local-1:1.280-1.el8.noarch", "Installed: perl-Unicode-Normalize-1.25-396.el8.x86_64", "Installed: perl-constant-1.33-396.el8.noarch", "Installed: perl-interpreter-4:5.26.3-421.el8.x86_64", "Installed: perl-libs-4:5.26.3-421.el8.x86_64", "Installed: perl-macros-4:5.26.3-421.el8.x86_64", "Installed: emacs-filesystem-1:26.1-7.el8.noarch", "Installed: perl-parent-1:0.237-1.el8.noarch", "Installed: perl-podlators-4.11-1.el8.noarch", "Installed: perl-threads-1:2.21-2.el8.x86_64", "Installed: perl-threads-shared-1.58-2.el8.x86_64", "Installed: perl-Error-1:0.17025-2.el8.noarch", "Installed: perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch", "Installed: perl-libnet-3.11-3.el8.noarch", "Installed: python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64", "Installed: perl-IO-Socket-IP-0.39-5.el8.noarch", "Installed: perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be1595ff.noarch", "Installed: git-2.31.1-2.el8.x86_64", "Installed: perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595ff.x86_64", "Installed: python3-setuptools-39.2.0-6.el8.noarch", "Installed: perl-URI-1.73-3.el8.noarch", "Installed: git-core-2.31.1-2.el8.x86_64", "Installed: git-core-doc-2.31.1-2.el8.noarch", "Installed: perl-Carp-1.42-396.el8.noarch", "Installed: perl-Data-Dumper-2.167-399.el8.x86_64", "Installed: perl-Encode-4:2.97-3.el8.x86_64", "Installed: perl-Errno-1.28-421.el8.x86_64", "Installed: perl-Exporter-5.72-396.el8.noarch", "Installed: perl-File-Path-2.15-2.el8.noarch", "Installed: perl-File-Temp-0.230.600-1.el8.noarch", "Installed: perl-Getopt-Long-1:2.50-4.el8.noarch", "Installed: perl-HTTP-Tiny-0.074-1.el8.noarch", "Installed: python3-pip-9.0.3-22.el8.noarch", "Installed: perl-IO-1.38-421.el8.x86_64", "Installed: perl-MIME-Base64-3.15-396.el8.x86_64", "Installed: perl-Digest-1.17-395.el8.noarch" ] } TASK [Install Pytest] ********************************************************** task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:17 Wednesday 03 August 2022 17:09:54 +0000 (0:00:12.064) 0:00:16.862 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:03.033804", "end": "2022-08-03 17:09:56.802491", "rc": 0, "start": "2022-08-03 17:09:53.768687" } STDOUT: Collecting pytest Downloading https://files.pythonhosted.org/packages/38/93/c7c0bd1e932b287fb948eb9ce5a3d6307c9fc619db1e199f8c8bc5dad95f/pytest-7.0.1-py3-none-any.whl (296kB) Collecting importlib-metadata>=0.12; python_version < "3.8" (from pytest) Downloading https://files.pythonhosted.org/packages/a0/a1/b153a0a4caf7a7e3f15c2cd56c7702e2cf3d89b1b359d1f1c5e59d68f4ce/importlib_metadata-4.8.3-py3-none-any.whl Collecting iniconfig (from pytest) Downloading https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.py3-none-any.whl Collecting pluggy<2.0,>=0.12 (from pytest) Downloading https://files.pythonhosted.org/packages/9e/01/f38e2ff29715251cf25532b9082a1589ab7e4f571ced434f98d0139336dc/pluggy-1.0.0-py2.py3-none-any.whl Collecting tomli>=1.0.0 (from pytest) Downloading https://files.pythonhosted.org/packages/05/e4/74f9440db36734d7ba83c574c1e7024009ce849208a41f90e94a134dc6d1/tomli-1.2.3-py3-none-any.whl Collecting attrs>=19.2.0 (from pytest) Downloading https://files.pythonhosted.org/packages/f2/bc/d817287d1aa01878af07c19505fafd1165cd6a119e9d0821ca1d1c20312d/attrs-22.1.0-py2.py3-none-any.whl (58kB) Collecting py>=1.8.2 (from pytest) Downloading https://files.pythonhosted.org/packages/f6/f0/10642828a8dfb741e5f3fbaac830550a518a775c7fff6f04a007259b0548/py-1.11.0-py2.py3-none-any.whl (98kB) Collecting packaging (from pytest) Downloading https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl (40kB) Collecting typing-extensions>=3.6.4; python_version < "3.8" (from importlib-metadata>=0.12; python_version < "3.8"->pytest) Downloading https://files.pythonhosted.org/packages/45/6b/44f7f8f1e110027cf88956b59f2fad776cca7e1704396d043f89effd3a0e/typing_extensions-4.1.1-py3-none-any.whl Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pytest) Downloading https://files.pythonhosted.org/packages/bd/df/d4a4974a3e3957fd1c1fa3082366d7fff6e428ddb55f074bf64876f8e8ad/zipp-3.6.0-py3-none-any.whl Collecting pyparsing!=3.0.5,>=2.0.2 (from packaging->pytest) Downloading https://files.pythonhosted.org/packages/6c/10/a7d0fa5baea8fe7b50f448ab742f26f52b80bfca85ac2be9d35cdd9a3246/pyparsing-3.0.9-py3-none-any.whl (98kB) Installing collected packages: typing-extensions, zipp, importlib-metadata, iniconfig, pluggy, tomli, attrs, py, pyparsing, packaging, pytest Successfully installed attrs-22.1.0 importlib-metadata-4.8.3 iniconfig-1.1.1 packaging-21.3 pluggy-1.0.0 py-1.11.0 pyparsing-3.0.9 pytest-7.0.1 tomli-1.2.3 typing-extensions-4.1.1 zipp-3.6.0 STDERR: WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead. META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp650e3cfh/tests/tests_default_initscripts.yml:3 Wednesday 03 August 2022 17:09:57 +0000 (0:00:03.487) 0:00:20.349 ****** ok: [/cache/centos-8.qcow2] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tests_default_initscripts.yml:5 Wednesday 03 August 2022 17:09:58 +0000 (0:00:00.800) 0:00:21.149 ****** included: /tmp/tmp650e3cfh/tests/tasks/el_repo_setup.yml for /cache/centos-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:09:58 +0000 (0:00:00.029) 0:00:21.178 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:09:58 +0000 (0:00:00.022) 0:00:21.201 ****** included: /tmp/tmp650e3cfh/tests/playbooks/../tasks/enable_epel.yml for /cache/centos-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:09:58 +0000 (0:00:00.031) 0:00:21.232 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:09:59 +0000 (0:00:00.406) 0:00:21.639 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:09:59 +0000 (0:00:00.024) 0:00:21.663 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.213063", "end": "2022-08-03 17:09:58.719804", "rc": 0, "start": "2022-08-03 17:09:58.506741" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:09:59 +0000 (0:00:00.585) 0:00:22.248 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /tmp/tmp650e3cfh/tests/tests_default_initscripts.yml:6 Wednesday 03 August 2022 17:09:59 +0000 (0:00:00.023) 0:00:22.272 ****** ok: [/cache/centos-8.qcow2] => { "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 [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 17:09:59 +0000 (0:00:00.054) 0:00:22.327 ****** included: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 03 August 2022 17:09:59 +0000 (0:00:00.048) 0:00:22.375 ****** ok: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which services are running] *********** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Wednesday 03 August 2022 17:10:00 +0000 (0:00:00.549) 0:00:22.925 ****** ok: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Wednesday 03 August 2022 17:10:02 +0000 (0:00:01.697) 0:00:24.622 ****** ok: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 17:10:03 +0000 (0:00:01.522) 0:00:26.145 ****** ok: [/cache/centos-8.qcow2] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 17:10:03 +0000 (0:00:00.113) 0:00:26.258 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 17:10:03 +0000 (0:00:00.055) 0:00:26.314 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 17:10:03 +0000 (0:00:00.056) 0:00:26.370 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 17:10:03 +0000 (0:00:00.077) 0:00:26.448 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 17:10:04 +0000 (0:00:00.053) 0:00:26.501 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 17:10:04 +0000 (0:00:00.054) 0:00:26.555 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 17:10:04 +0000 (0:00:00.052) 0:00:26.607 ****** skipping: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 17:10:04 +0000 (0:00:00.051) 0:00:26.659 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 17:10:04 +0000 (0:00:00.052) 0:00:26.711 ****** ok: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 17:10:05 +0000 (0:00:00.833) 0:00:27.545 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-109529h1hm8fz3/tmps2qexm7i" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 17:10:05 +0000 (0:00:00.427) 0:00:27.972 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network ok: [/cache/centos-8.qcow2] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 17:10:06 +0000 (0:00:00.749) 0:00:28.721 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 17:10:06 +0000 (0:00:00.057) 0:00:28.779 ****** ok: [/cache/centos-8.qcow2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 17:10:06 +0000 (0:00:00.062) 0:00:28.842 ****** ok: [/cache/centos-8.qcow2] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 17:10:06 +0000 (0:00:00.068) 0:00:28.910 ****** skipping: [/cache/centos-8.qcow2] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 17:10:06 +0000 (0:00:00.058) 0:00:28.968 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "ping": "pong" } META: role_complete for /cache/centos-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tests_default.yml:9 Wednesday 03 August 2022 17:10:07 +0000 (0:00:00.578) 0:00:29.547 ****** included: /tmp/tmp650e3cfh/tests/tasks/el_repo_setup.yml for /cache/centos-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:10:07 +0000 (0:00:00.076) 0:00:29.623 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:10:07 +0000 (0:00:00.052) 0:00:29.676 ****** included: /tmp/tmp650e3cfh/tests/playbooks/../tasks/enable_epel.yml for /cache/centos-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:10:07 +0000 (0:00:00.076) 0:00:29.753 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:10:07 +0000 (0:00:00.435) 0:00:30.188 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:10:07 +0000 (0:00:00.053) 0:00:30.242 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.218984", "end": "2022-08-03 17:10:07.330735", "rc": 0, "start": "2022-08-03 17:10:07.111751" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:10:08 +0000 (0:00:00.633) 0:00:30.875 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmp650e3cfh/tests/tests_default.yml:10 Wednesday 03 August 2022 17:10:08 +0000 (0:00:00.049) 0:00:30.925 ****** ok: [/cache/centos-8.qcow2] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp650e3cfh/tests/tests_default_nm.yml:3 Wednesday 03 August 2022 17:10:08 +0000 (0:00:00.115) 0:00:31.040 ****** ok: [/cache/centos-8.qcow2] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tests_default_nm.yml:5 Wednesday 03 August 2022 17:10:09 +0000 (0:00:00.857) 0:00:31.897 ****** included: /tmp/tmp650e3cfh/tests/tasks/el_repo_setup.yml for /cache/centos-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:10:09 +0000 (0:00:00.056) 0:00:31.954 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:10:09 +0000 (0:00:00.038) 0:00:31.993 ****** included: /tmp/tmp650e3cfh/tests/playbooks/../tasks/enable_epel.yml for /cache/centos-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:10:09 +0000 (0:00:00.057) 0:00:32.050 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:10:09 +0000 (0:00:00.394) 0:00:32.444 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:10:09 +0000 (0:00:00.039) 0:00:32.484 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.201314", "end": "2022-08-03 17:10:09.534697", "rc": 0, "start": "2022-08-03 17:10:09.333383" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:10:10 +0000 (0:00:00.599) 0:00:33.084 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmp650e3cfh/tests/tests_default_nm.yml:6 Wednesday 03 August 2022 17:10:10 +0000 (0:00:00.038) 0:00:33.122 ****** ok: [/cache/centos-8.qcow2] => { "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 [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 17:10:10 +0000 (0:00:00.116) 0:00:33.238 ****** included: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 03 August 2022 17:10:10 +0000 (0:00:00.095) 0:00:33.334 ****** ok: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which services are running] *********** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Wednesday 03 August 2022 17:10:11 +0000 (0:00:00.545) 0:00:33.879 ****** ok: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Wednesday 03 August 2022 17:10:12 +0000 (0:00:01.583) 0:00:35.463 ****** ok: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 17:10:14 +0000 (0:00:01.216) 0:00:36.680 ****** ok: [/cache/centos-8.qcow2] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 17:10:14 +0000 (0:00:00.050) 0:00:36.730 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 17:10:14 +0000 (0:00:00.044) 0:00:36.775 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 17:10:14 +0000 (0:00:00.042) 0:00:36.818 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 17:10:14 +0000 (0:00:00.079) 0:00:36.897 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 17:10:14 +0000 (0:00:00.044) 0:00:36.942 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 17:10:14 +0000 (0:00:00.042) 0:00:36.984 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 17:10:14 +0000 (0:00:00.054) 0:00:37.039 ****** ok: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 17:10:15 +0000 (0:00:00.562) 0:00:37.602 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 17:10:15 +0000 (0:00:00.059) 0:00:37.661 ****** skipping: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 17:10:15 +0000 (0:00:00.039) 0:00:37.700 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 17:10:15 +0000 (0:00:00.038) 0:00:37.739 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network ok: [/cache/centos-8.qcow2] => { "_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 [linux-system-roles.network : Configure networking state] ***************** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 17:10:15 +0000 (0:00:00.617) 0:00:38.356 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 17:10:15 +0000 (0:00:00.047) 0:00:38.403 ****** ok: [/cache/centos-8.qcow2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 17:10:15 +0000 (0:00:00.052) 0:00:38.456 ****** ok: [/cache/centos-8.qcow2] => { "__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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 17:10:16 +0000 (0:00:00.052) 0:00:38.509 ****** skipping: [/cache/centos-8.qcow2] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 17:10:16 +0000 (0:00:00.047) 0:00:38.556 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "ping": "pong" } META: role_complete for /cache/centos-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tests_default.yml:9 Wednesday 03 August 2022 17:10:16 +0000 (0:00:00.410) 0:00:38.967 ****** included: /tmp/tmp650e3cfh/tests/tasks/el_repo_setup.yml for /cache/centos-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:10:16 +0000 (0:00:00.059) 0:00:39.026 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:10:16 +0000 (0:00:00.038) 0:00:39.065 ****** included: /tmp/tmp650e3cfh/tests/playbooks/../tasks/enable_epel.yml for /cache/centos-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:10:16 +0000 (0:00:00.059) 0:00:39.125 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:10:17 +0000 (0:00:00.401) 0:00:39.526 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:10:17 +0000 (0:00:00.076) 0:00:39.603 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.202562", "end": "2022-08-03 17:10:16.658584", "rc": 0, "start": "2022-08-03 17:10:16.456022" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:10:17 +0000 (0:00:00.601) 0:00:40.204 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmp650e3cfh/tests/tests_default.yml:10 Wednesday 03 August 2022 17:10:17 +0000 (0:00:00.042) 0:00:40.247 ****** ok: [/cache/centos-8.qcow2] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:31 Wednesday 03 August 2022 17:10:17 +0000 (0:00:00.099) 0:00:40.347 ****** ok: [/cache/centos-8.qcow2] META: ran handlers TASK [create tempdir for code to test] ***************************************** task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:35 Wednesday 03 August 2022 17:10:18 +0000 (0:00:00.993) 0:00:41.340 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_q5q2bs2e", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [get tempfile for tar] **************************************************** task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:41 Wednesday 03 August 2022 17:10:19 +0000 (0:00:00.568) 0:00:41.909 ****** changed: [/cache/centos-8.qcow2 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_t3yopzfb.tar", "size": 0, "state": "file", "uid": 0 } TASK [include_tasks] *********************************************************** task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:48 Wednesday 03 August 2022 17:10:19 +0000 (0:00:00.210) 0:00:42.119 ****** included: /tmp/tmp650e3cfh/tests/tasks/get_modules_and_utils_paths.yml for /cache/centos-8.qcow2 TASK [set collection paths] **************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/get_modules_and_utils_paths.yml:3 Wednesday 03 August 2022 17:10:19 +0000 (0:00:00.066) 0:00:42.185 ****** ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "collection_paths": [ "/tmp/tmp4wbeq7zn", "/tmp/tmp4wbeq7zn" ] }, "changed": false } TASK [set search paths] ******************************************************** task path: /tmp/tmp650e3cfh/tests/tasks/get_modules_and_utils_paths.yml:13 Wednesday 03 August 2022 17:10:19 +0000 (0:00:00.069) 0:00:42.255 ****** ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "module_utils_search_path": [ "../../module_utils", "../module_utils", "/root/.ansible/plugins/module_utils", "/usr/share/ansible/plugins/module_utils" ], "modules_search_path": [ "../../library", "../library", "/root/.ansible/plugins/modules", "/usr/share/ansible/plugins/modules" ] }, "changed": false } TASK [find parent directory and path of modules] ******************************* task path: /tmp/tmp650e3cfh/tests/tasks/get_modules_and_utils_paths.yml:42 Wednesday 03 August 2022 17:10:19 +0000 (0:00:00.074) 0:00:42.329 ****** ok: [/cache/centos-8.qcow2 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules; do\n if [ -f \"$dir/network_connections.py\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /tmp/tmp4wbeq7zn /tmp/tmp4wbeq7zn; 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.007914", "end": "2022-08-03 17:10:20.025602", "rc": 0, "start": "2022-08-03 17:10:20.017688" } STDOUT: /tmp/tmp650e3cfh library STDERR: + for dir in ../../library ../library /root/.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: /tmp/tmp650e3cfh/tests/tasks/get_modules_and_utils_paths.yml:69 Wednesday 03 August 2022 17:10:20 +0000 (0:00:00.253) 0:00:42.582 ****** ok: [/cache/centos-8.qcow2 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils; do\n if [ -d \"$dir/network_lsr\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /tmp/tmp4wbeq7zn /tmp/tmp4wbeq7zn; 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.007081", "end": "2022-08-03 17:10:20.277181", "rc": 0, "start": "2022-08-03 17:10:20.270100" } STDOUT: /tmp/tmp650e3cfh module_utils STDERR: + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d ../../module_utils/network_lsr ']' ++ dirname ../../module_utils + readlink -f ../.. + basename ../../module_utils + exit 0 TASK [get tests directory] ***************************************************** task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:50 Wednesday 03 August 2022 17:10:20 +0000 (0:00:00.241) 0:00:42.823 ****** ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "tests_directory": "/tmp/tmp650e3cfh/tests/playbooks/files/../../tests" }, "changed": false } TASK [Create Tar file] ********************************************************* task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:65 Wednesday 03 August 2022 17:10:20 +0000 (0:00:00.056) 0:00:42.880 ****** changed: [/cache/centos-8.qcow2 -> localhost] => { "changed": true, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_t3yopzfb.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/tmp/tmp650e3cfh", "tests", "-C", "/tmp/tmp650e3cfh", "library", "-C", "/tmp/tmp650e3cfh", "module_utils" ], "delta": "0:00:00.008736", "end": "2022-08-03 17:10:20.577892", "rc": 0, "start": "2022-08-03 17:10:20.569156" } STDOUT: tests/ tests/.gitignore 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/module_utils tests/modules 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/roles 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_deprecated.yml tests/playbooks/tests_bond_options.yml tests/playbooks/tests_bond_removal.yml tests/playbooks/tests_bridge.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/roles/ tests/roles/linux-system-roles.network/ tests/roles/linux-system-roles.network/defaults tests/roles/linux-system-roles.network/library tests/roles/linux-system-roles.network/meta tests/roles/linux-system-roles.network/module_utils tests/roles/linux-system-roles.network/tasks tests/roles/linux-system-roles.network/templates 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_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_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 tests/_backup.yml tests/_restore.yml 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: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:77 Wednesday 03 August 2022 17:10:20 +0000 (0:00:00.247) 0:00:43.127 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "checksum": "473a36a6ff9212a7fac99fefafe69aed65100908", "dest": "/tmp/lsrtest_q5q2bs2e/lsrtest_t3yopzfb.tar", "gid": 0, "group": "root", "md5sum": "c727ece6eb0bb12fca55698aa3b89698", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 819200, "src": "/root/.ansible/tmp/ansible-tmp-1659546620.6850302-110289-153667785954542/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:83 Wednesday 03 August 2022 17:10:21 +0000 (0:00:01.148) 0:00:44.276 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "tar", "xf", "lsrtest_t3yopzfb.tar" ], "delta": "0:00:00.010551", "end": "2022-08-03 17:10:21.151267", "rc": 0, "start": "2022-08-03 17:10:21.140716" } TASK [Create /tmp/lsrtest_q5q2bs2e/ansible] ************************************ task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:88 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.417) 0:00:44.693 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_q5q2bs2e/ansible", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Move module_utils to ansible directory] ********************************** task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:94 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.531) 0:00:45.225 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": "if [ -d /tmp/lsrtest_q5q2bs2e/module_utils ]; then\n mv /tmp/lsrtest_q5q2bs2e/module_utils /tmp/lsrtest_q5q2bs2e/ansible\nfi\n", "delta": "0:00:00.004417", "end": "2022-08-03 17:10:22.069596", "rc": 0, "start": "2022-08-03 17:10:22.065179" } TASK [Fake out python module directories, primarily for python2] *************** task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:100 Wednesday 03 August 2022 17:10:23 +0000 (0:00:00.385) 0:00:45.610 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": "for dir in $(find /tmp/lsrtest_q5q2bs2e -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.014533", "end": "2022-08-03 17:10:22.462778", "rc": 0, "start": "2022-08-03 17:10:22.448245" } TASK [Set _lsr_python_path] **************************************************** task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:108 Wednesday 03 August 2022 17:10:23 +0000 (0:00:00.394) 0:00:46.004 ****** ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_q5q2bs2e/library:/tmp/lsrtest_q5q2bs2e" }, "changed": false } TASK [Show _lsr_python_path] *************************************************** task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:115 Wednesday 03 August 2022 17:10:23 +0000 (0:00:00.049) 0:00:46.053 ****** ok: [/cache/centos-8.qcow2] => {} MSG: path /tmp/lsrtest_q5q2bs2e/library:/tmp/lsrtest_q5q2bs2e TASK [ls -alrtFR /tmp/lsrtest_q5q2bs2e] **************************************** task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:119 Wednesday 03 August 2022 17:10:23 +0000 (0:00:00.043) 0:00:46.097 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_q5q2bs2e" ], "delta": "0:00:00.005736", "end": "2022-08-03 17:10:22.972728", "rc": 0, "start": "2022-08-03 17:10:22.966992" } STDOUT: /tmp/lsrtest_q5q2bs2e: total 804 drwxr-xr-x. 2 root root 79 Aug 3 16:46 library/ -rw-------. 1 root root 819200 Aug 3 17:10 lsrtest_t3yopzfb.tar -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwx------. 5 root root 96 Aug 3 17:10 ./ drwxr-xr-x. 8 root root 4096 Aug 3 17:10 tests/ drwxr-xr-x. 3 root root 45 Aug 3 17:10 ansible/ drwxrwxrwt. 10 root root 277 Aug 3 17:10 ../ /tmp/lsrtest_q5q2bs2e/library: total 104 -rw-r--r--. 1 root root 2211 Aug 3 16:46 network_state.py -rw-r--r--. 1 root root 101576 Aug 3 16:46 network_connections.py -rw-r--r--. 1 root root 0 Aug 3 16:46 __init__.py drwxr-xr-x. 2 root root 79 Aug 3 16:46 ./ drwx------. 5 root root 96 Aug 3 17:10 ../ /tmp/lsrtest_q5q2bs2e/tests: total 284 -rw-r--r--. 1 root root 805 Aug 3 16:46 tests_wireless_wpa3_sae_nm.yml -rw-r--r--. 1 root root 901 Aug 3 16:46 tests_wireless_wpa3_owe_nm.yml -rw-r--r--. 1 root root 636 Aug 3 16:46 tests_wireless_plugin_installation_nm.yml -rw-r--r--. 1 root root 644 Aug 3 16:46 tests_wireless_nm.yml -rw-r--r--. 1 root root 596 Aug 3 16:46 tests_vlan_mtu_nm.yml -rw-r--r--. 1 root root 535 Aug 3 16:46 tests_vlan_mtu_initscripts.yml -rw-r--r--. 1 root root 5339 Aug 3 16:46 tests_unit.yml -rw-r--r--. 1 root root 628 Aug 3 16:46 tests_team_plugin_installation_nm.yml -rw-r--r--. 1 root root 627 Aug 3 16:46 tests_team_nm.yml -rw-r--r--. 1 root root 421 Aug 3 16:46 tests_switch_provider.yml -rw-r--r--. 1 root root 592 Aug 3 16:46 tests_states_nm.yml -rw-r--r--. 1 root root 531 Aug 3 16:46 tests_states_initscripts.yml -rw-r--r--. 1 root root 606 Aug 3 16:46 tests_routing_rules_nm.yml -rw-r--r--. 1 root root 602 Aug 3 16:46 tests_route_table_nm.yml -rw-r--r--. 1 root root 1175 Aug 3 16:46 tests_regression_nm.yml -rw-r--r--. 1 root root 594 Aug 3 16:46 tests_reapply_nm.yml -rw-r--r--. 1 root root 1246 Aug 3 16:46 tests_provider_nm.yml -rw-r--r--. 1 root root 657 Aug 3 16:46 tests_network_state_nm.yml -rw-r--r--. 1 root root 588 Aug 3 16:46 tests_ipv6_nm.yml -rw-r--r--. 1 root root 527 Aug 3 16:46 tests_ipv6_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 16:46 tests_ipv6_dns_search_nm.yml -rw-r--r--. 1 root root 606 Aug 3 16:46 tests_ipv6_disabled_nm.yml -rw-r--r--. 1 root root 325 Aug 3 16:46 tests_integration_pytest.yml -rw-r--r--. 1 root root 600 Aug 3 16:46 tests_infiniband_nm.yml -rw-r--r--. 1 root root 979 Aug 3 16:46 tests_helpers_and_asserts.yml -rw-r--r--. 1 root root 1155 Aug 3 16:46 tests_ethtool_ring_nm.yml -rw-r--r--. 1 root root 543 Aug 3 16:46 tests_ethtool_ring_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 16:46 tests_ethtool_features_nm.yml -rw-r--r--. 1 root root 551 Aug 3 16:46 tests_ethtool_features_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 16:46 tests_ethtool_coalesce_nm.yml -rw-r--r--. 1 root root 551 Aug 3 16:46 tests_ethtool_coalesce_initscripts.yml -rw-r--r--. 1 root root 1178 Aug 3 16:46 tests_eth_pci_address_match_nm.yml -rw-r--r--. 1 root root 596 Aug 3 16:46 tests_ethernet_nm.yml -rw-r--r--. 1 root root 535 Aug 3 16:46 tests_ethernet_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 16:46 tests_eth_dns_support_nm.yml -rw-r--r--. 1 root root 590 Aug 3 16:46 tests_dummy_nm.yml -rw-r--r--. 1 root root 393 Aug 3 16:46 tests_default.yml -rw-r--r--. 1 root root 377 Aug 3 16:46 tests_default_nm.yml -rw-r--r--. 1 root root 360 Aug 3 16:46 tests_default_initscripts.yml -rw-r--r--. 1 root root 2354 Aug 3 16:46 tests_change_indication_on_repeat_run.yml -rw-r--r--. 1 root root 592 Aug 3 16:46 tests_bridge_nm.yml -rw-r--r--. 1 root root 531 Aug 3 16:46 tests_bridge_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 16:46 tests_bond_removal_nm.yml -rw-r--r--. 1 root root 543 Aug 3 16:46 tests_bond_removal_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 16:46 tests_bond_options_nm.yml -rw-r--r--. 1 root root 588 Aug 3 16:46 tests_bond_nm.yml -rw-r--r--. 1 root root 527 Aug 3 16:46 tests_bond_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 16:46 tests_bond_deprecated_nm.yml -rw-r--r--. 1 root root 549 Aug 3 16:46 tests_bond_deprecated_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 16:46 tests_auto_gateway_nm.yml -rw-r--r--. 1 root root 543 Aug 3 16:46 tests_auto_gateway_initscripts.yml -rw-r--r--. 1 root root 701 Aug 3 16:46 tests_802_1x_updated_nm.yml -rw-r--r--. 1 root root 685 Aug 3 16:46 tests_802_1x_nm.yml -rw-r--r--. 1 root root 285 Aug 3 16:46 setup-snapshot.yml lrwxrwxrwx. 1 root root 16 Aug 3 16:46 module_utils -> ../module_utils/ lrwxrwxrwx. 1 root root 11 Aug 3 16:46 modules -> ../library// -rwxr-xr-x. 1 root root 880 Aug 3 16:46 merge_coverage.sh* -rwxr-xr-x. 1 root root 357 Aug 3 16:46 git-pre-commit.sh* -rwxr-xr-x. 1 root root 682 Aug 3 16:46 git-post-commit.sh* -rw-r--r--. 1 root root 20 Aug 3 16:46 .gitignore -rwxr-xr-x. 1 root root 929 Aug 3 16:46 get_total_coverage.sh* -rw-r--r--. 1 root root 2509 Aug 3 16:46 get_coverage.yml -rwxr-xr-x. 1 root root 2494 Aug 3 16:46 get_coverage.sh* -rwxr-xr-x. 1 root root 9915 Aug 3 16:46 ensure_provider_tests.py* -rwxr-xr-x. 1 root root 343 Aug 3 16:46 covstats* -rw-r--r--. 1 root root 139 Aug 3 16:46 _restore.yml -rw-r--r--. 1 root root 575 Aug 3 16:46 _backup.yml drwx------. 5 root root 96 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 2 root root 173 Aug 3 17:10 files/ drwxr-xr-x. 8 root root 4096 Aug 3 17:10 ./ drwxr-xr-x. 2 root root 68 Aug 3 17:10 integration/ drwxr-xr-x. 2 root root 4096 Aug 3 17:10 playbooks/ drwxr-xr-x. 3 root root 59 Aug 3 17:10 roles/ drwxr-xr-x. 3 root root 4096 Aug 3 17:10 tasks/ drwxr-xr-x. 2 root root 87 Aug 3 17:10 unit/ /tmp/lsrtest_q5q2bs2e/tests/files: total 36 -rw-r--r--. 1 root root 1334 Aug 3 16:46 server.pem -rw-r--r--. 1 root root 1782 Aug 3 16:46 server.key -rw-r--r--. 1 root root 424 Aug 3 16:46 dh.pem -rw-r--r--. 1 root root 1334 Aug 3 16:46 client.pem -rw-r--r--. 1 root root 1675 Aug 3 16:46 client.key.nocrypt -rw-r--r--. 1 root root 1782 Aug 3 16:46 client.key -rw-r--r--. 1 root root 1289 Aug 3 16:46 cacert.pem -rw-r--r--. 1 root root 1766 Aug 3 16:46 cacert.key -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 8 root root 4096 Aug 3 17:10 ../ drwxr-xr-x. 2 root root 173 Aug 3 17:10 ./ /tmp/lsrtest_q5q2bs2e/tests/integration: total 12 -rw-r--r--. 1 root root 3243 Aug 3 16:46 test_ethernet.py -rw-r--r--. 1 root root 199 Aug 3 16:46 conftest.py drwxr-xr-x. 8 root root 4096 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 2 root root 68 Aug 3 17:10 ./ /tmp/lsrtest_q5q2bs2e/tests/playbooks: total 232 -rw-r--r--. 1 root root 2973 Aug 3 16:46 tests_wireless.yml -rw-r--r--. 1 root root 1369 Aug 3 16:46 tests_wireless_wpa3_sae.yml -rw-r--r--. 1 root root 1325 Aug 3 16:46 tests_wireless_wpa3_owe.yml -rw-r--r--. 1 root root 1188 Aug 3 16:46 tests_wireless_plugin_installation.yml -rw-r--r--. 1 root root 1980 Aug 3 16:46 tests_vlan_mtu.yml -rw-r--r--. 1 root root 875 Aug 3 16:46 tests_team.yml -rw-r--r--. 1 root root 1161 Aug 3 16:46 tests_team_plugin_installation.yml -rw-r--r--. 1 root root 1798 Aug 3 16:46 tests_switch_provider.yml -rw-r--r--. 1 root root 4555 Aug 3 16:46 tests_states.yml -rw-r--r--. 1 root root 8478 Aug 3 16:46 tests_routing_rules.yml -rw-r--r--. 1 root root 4703 Aug 3 16:46 tests_route_table.yml -rw-r--r--. 1 root root 2408 Aug 3 16:46 tests_reapply.yml -rw-r--r--. 1 root root 1115 Aug 3 16:46 tests_provider.yml -rw-r--r--. 1 root root 6891 Aug 3 16:46 tests_network_state.yml -rw-r--r--. 1 root root 3271 Aug 3 16:46 tests_ipv6.yml -rw-r--r--. 1 root root 5711 Aug 3 16:46 tests_ipv6_dns_search.yml -rw-r--r--. 1 root root 2786 Aug 3 16:46 tests_ipv6_disabled.yml -rw-r--r--. 1 root root 2493 Aug 3 16:46 tests_infiniband.yml -rw-r--r--. 1 root root 6742 Aug 3 16:46 tests_ethtool_ring.yml -rw-r--r--. 1 root root 7147 Aug 3 16:46 tests_ethtool_features.yml -rw-r--r--. 1 root root 5435 Aug 3 16:46 tests_ethtool_coalesce.yml -rw-r--r--. 1 root root 2739 Aug 3 16:46 tests_eth_pci_address_match.yml -rw-r--r--. 1 root root 1663 Aug 3 16:46 tests_ethernet.yml -rw-r--r--. 1 root root 3625 Aug 3 16:46 tests_eth_dns_support.yml -rw-r--r--. 1 root root 854 Aug 3 16:46 tests_dummy.yml -rw-r--r--. 1 root root 3174 Aug 3 16:46 tests_checkpoint_cleanup.yml -rw-r--r--. 1 root root 1216 Aug 3 16:46 tests_bridge.yml -rw-r--r--. 1 root root 3932 Aug 3 16:46 tests_bond.yml -rw-r--r--. 1 root root 8718 Aug 3 16:46 tests_bond_removal.yml -rw-r--r--. 1 root root 6536 Aug 3 16:46 tests_bond_options.yml -rw-r--r--. 1 root root 3588 Aug 3 16:46 tests_bond_deprecated.yml -rw-r--r--. 1 root root 4224 Aug 3 16:46 tests_auto_gateway.yml -rw-r--r--. 1 root root 4426 Aug 3 16:46 tests_802_1x.yml -rw-r--r--. 1 root root 306 Aug 3 16:46 tests_802_1x_updated.yml lrwxrwxrwx. 1 root root 9 Aug 3 16:46 tasks -> ../tasks// -rw-r--r--. 1 root root 136 Aug 3 16:46 run_tasks.yml lrwxrwxrwx. 1 root root 9 Aug 3 16:46 roles -> ../roles// -rw-r--r--. 1 root root 224 Aug 3 16:46 remove_profile.yml -rw-r--r--. 1 root root 4140 Aug 3 16:46 manual_test_ethtool_coalesce.yml -rw-r--r--. 1 root root 4947 Aug 3 16:46 integration_pytest_python3.yml lrwxrwxrwx. 1 root root 8 Aug 3 16:46 files -> ../files/ -rw-r--r--. 1 root root 213 Aug 3 16:46 down_profile.yml -rw-r--r--. 1 root root 179 Aug 3 16:46 down_profile+delete_interface.yml drwxr-xr-x. 8 root root 4096 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 2 root root 4096 Aug 3 17:10 ./ /tmp/lsrtest_q5q2bs2e/tests/roles: total 4 drwxr-xr-x. 8 root root 4096 Aug 3 17:10 ../ drwxr-xr-x. 2 root root 118 Aug 3 17:10 linux-system-roles.network/ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 3 root root 59 Aug 3 17:10 ./ /tmp/lsrtest_q5q2bs2e/tests/roles/linux-system-roles.network: total 0 lrwxrwxrwx. 1 root root 19 Aug 3 16:46 templates -> ../../../templates/ lrwxrwxrwx. 1 root root 15 Aug 3 16:46 tasks -> ../../../tasks/ lrwxrwxrwx. 1 root root 22 Aug 3 16:46 module_utils -> ../../../module_utils/ lrwxrwxrwx. 1 root root 14 Aug 3 16:46 meta -> ../../../meta/ lrwxrwxrwx. 1 root root 17 Aug 3 16:46 library -> ../../../library// lrwxrwxrwx. 1 root root 18 Aug 3 16:46 defaults -> ../../../defaults/ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 3 root root 59 Aug 3 17:10 ../ drwxr-xr-x. 2 root root 118 Aug 3 17:10 ./ /tmp/lsrtest_q5q2bs2e/tests/tasks: total 156 -rw-r--r--. 1 root root 3460 Aug 3 16:46 test_802.1x_capath.yml -rw-r--r--. 1 root root 777 Aug 3 16:46 start_mock_wifi.yml -rw-r--r--. 1 root root 185 Aug 3 16:46 show_interfaces.yml -rw-r--r--. 1 root root 139 Aug 3 16:46 setup_test_interface.yml -rw-r--r--. 1 root root 2048 Aug 3 16:46 setup_mock_wifi.yml -rw-r--r--. 1 root root 1980 Aug 3 16:46 setup_mock_wifi_wpa3_sae.yml -rw-r--r--. 1 root root 1823 Aug 3 16:46 setup_mock_wifi_wpa3_owe.yml -rw-r--r--. 1 root root 244 Aug 3 16:46 setup_802.1x.yml -rw-r--r--. 1 root root 2353 Aug 3 16:46 setup_802_1x_server.yml -rw-r--r--. 1 root root 1648 Aug 3 16:46 run_test.yml -rw-r--r--. 1 root root 581 Aug 3 16:46 remove_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 228 Aug 3 16:46 remove_profile.yml -rw-r--r--. 1 root root 248 Aug 3 16:46 remove+down_profile.yml -rw-r--r--. 1 root root 2094 Aug 3 16:46 manage_test_interface.yml -rw-r--r--. 1 root root 1807 Aug 3 16:46 get_profile_stat.yml -rw-r--r--. 1 root root 480 Aug 3 16:46 get_NetworkManager_NVR.yml -rw-r--r--. 1 root root 2837 Aug 3 16:46 get_modules_and_utils_paths.yml -rw-r--r--. 1 root root 241 Aug 3 16:46 get_interface_stat.yml -rw-r--r--. 1 root root 295 Aug 3 16:46 get_current_interfaces.yml -rw-r--r--. 1 root root 1214 Aug 3 16:46 enable_epel.yml -rw-r--r--. 1 root root 852 Aug 3 16:46 el_repo_setup.yml -rw-r--r--. 1 root root 198 Aug 3 16:46 delete_interface.yml -rw-r--r--. 1 root root 3704 Aug 3 16:46 create_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 373 Aug 3 16:46 create_team_profile.yml -rw-r--r--. 1 root root 361 Aug 3 16:46 create_dummy_profile.yml -rw-r--r--. 1 root root 375 Aug 3 16:46 create_bridge_profile.yml -rw-r--r--. 1 root root 402 Aug 3 16:46 create_bridge_profile_no_autoconnect.yml -rw-r--r--. 1 root root 529 Aug 3 16:46 create_and_remove_interface.yml -rw-r--r--. 1 root root 364 Aug 3 16:46 cleanup_profile+device.yml -rw-r--r--. 1 root root 218 Aug 3 16:46 cleanup_mock_wifi.yml -rw-r--r--. 1 root root 481 Aug 3 16:46 cleanup_802_1x_server.yml -rw-r--r--. 1 root root 434 Aug 3 16:46 assert_profile_present.yml -rw-r--r--. 1 root root 229 Aug 3 16:46 assert_profile_absent.yml -rw-r--r--. 1 root root 364 Aug 3 16:46 assert_output_in_stderr_without_warnings.yml -rw-r--r--. 1 root root 232 Aug 3 16:46 assert_device_present.yml -rw-r--r--. 1 root root 227 Aug 3 16:46 assert_device_absent.yml -rw-r--r--. 1 root root 213 Aug 3 16:46 activate_profile.yml drwxr-xr-x. 8 root root 4096 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 3 root root 4096 Aug 3 17:10 ./ drwxr-xr-x. 2 root root 124 Aug 3 17:10 provider/ /tmp/lsrtest_q5q2bs2e/tests/tasks/provider: total 16 -rw-r--r--. 1 root root 191 Aug 3 16:46 default_with_nm.yml -rw-r--r--. 1 root root 364 Aug 3 16:46 create_with_nm.yml -rw-r--r--. 1 root root 607 Aug 3 16:46 create_and_remove_with_initscripts.yml drwxr-xr-x. 3 root root 4096 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 2 root root 124 Aug 3 17:10 ./ /tmp/lsrtest_q5q2bs2e/tests/unit: total 192 -rw-r--r--. 1 root root 1416 Aug 3 16:46 test_nm_provider.py -rw-r--r--. 1 root root 188004 Aug 3 16:46 test_network_connections.py drwxr-xr-x. 8 root root 4096 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 2 root root 87 Aug 3 17:10 ./ /tmp/lsrtest_q5q2bs2e/ansible: total 0 drwx------. 5 root root 96 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 3 root root 45 Aug 3 17:10 ./ drwxr-xr-x. 3 root root 44 Aug 3 17:10 module_utils/ /tmp/lsrtest_q5q2bs2e/ansible/module_utils: total 0 drwxr-xr-x. 3 root root 138 Aug 3 16:46 network_lsr/ drwxr-xr-x. 3 root root 45 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 3 root root 44 Aug 3 17:10 ./ /tmp/lsrtest_q5q2bs2e/ansible/module_utils/network_lsr: total 128 -rw-r--r--. 1 root root 11351 Aug 3 16:46 utils.py -rw-r--r--. 1 root root 1594 Aug 3 16:46 nm_provider.py drwxr-xr-x. 2 root root 126 Aug 3 16:46 nm/ -rw-r--r--. 1 root root 190 Aug 3 16:46 myerror.py -rw-r--r--. 1 root root 0 Aug 3 16:46 __init__.py -rw-r--r--. 1 root root 1706 Aug 3 16:46 ethtool.py -rw-r--r--. 1 root root 105942 Aug 3 16:46 argument_validator.py drwxr-xr-x. 3 root root 138 Aug 3 16:46 ./ drwxr-xr-x. 3 root root 44 Aug 3 17:10 ../ /tmp/lsrtest_q5q2bs2e/ansible/module_utils/network_lsr/nm: total 24 -rw-r--r--. 1 root root 3154 Aug 3 16:46 provider.py -rw-r--r--. 1 root root 343 Aug 3 16:46 __init__.py -rw-r--r--. 1 root root 175 Aug 3 16:46 error.py -rw-r--r--. 1 root root 3546 Aug 3 16:46 connection.py -rw-r--r--. 1 root root 2834 Aug 3 16:46 client.py -rw-r--r--. 1 root root 4012 Aug 3 16:46 active_connection.py drwxr-xr-x. 3 root root 138 Aug 3 16:46 ../ drwxr-xr-x. 2 root root 126 Aug 3 16:46 ./ TASK [Run pytest with nm] ****************************************************** task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:123 Wednesday 03 August 2022 17:10:24 +0000 (0:00:00.416) 0:00:46.514 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_q5q2bs2e/tests/integration/", "--provider=nm" ], "delta": "0:00:02.465211", "end": "2022-08-03 17:10:25.835062", "rc": 0, "start": "2022-08-03 17:10:23.369851" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_q5q2bs2e/tests/integration collected 1 item ../tmp/lsrtest_q5q2bs2e/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 2.21s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:132 Wednesday 03 August 2022 17:10:26 +0000 (0:00:02.869) 0:00:49.384 ****** ok: [/cache/centos-8.qcow2] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_q5q2bs2e/tests/integration", "collected 1 item", "", "../tmp/lsrtest_q5q2bs2e/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 2.21s ===============================" ] } TASK [install network-scripts when running pytest with initscripts] ************ task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:136 Wednesday 03 August 2022 17:10:26 +0000 (0:00:00.058) 0:00:49.442 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Run pytest with initscripts] ********************************************* task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:140 Wednesday 03 August 2022 17:10:29 +0000 (0:00:02.244) 0:00:51.687 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_q5q2bs2e/tests/integration/", "--provider=initscripts" ], "delta": "0:00:04.473816", "end": "2022-08-03 17:10:33.040804", "rc": 0, "start": "2022-08-03 17:10:28.566988" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_q5q2bs2e/tests/integration collected 1 item ../tmp/lsrtest_q5q2bs2e/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 4.23s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:149 Wednesday 03 August 2022 17:10:34 +0000 (0:00:04.955) 0:00:56.643 ****** ok: [/cache/centos-8.qcow2] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_q5q2bs2e/tests/integration", "collected 1 item", "", "../tmp/lsrtest_q5q2bs2e/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 4.23s ===============================" ] } TASK [remove local tar file] *************************************************** task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:152 Wednesday 03 August 2022 17:10:34 +0000 (0:00:00.052) 0:00:56.695 ****** changed: [/cache/centos-8.qcow2 -> localhost] => { "changed": true, "path": "/tmp/lsrtest_t3yopzfb.tar", "state": "absent" } TASK [remove tempdir] ********************************************************** task path: /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:158 Wednesday 03 August 2022 17:10:34 +0000 (0:00:00.234) 0:00:56.929 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "path": "/tmp/lsrtest_q5q2bs2e", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=80 changed=21 unreachable=0 failed=0 skipped=36 rescued=0 ignored=0 Wednesday 03 August 2022 17:10:34 +0000 (0:00:00.440) 0:00:57.370 ****** =============================================================================== Install rpm dependencies ----------------------------------------------- 12.06s /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:12 ------------ Run pytest with initscripts --------------------------------------------- 4.96s /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:140 ----------- Install Pytest ---------------------------------------------------------- 3.49s /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:17 ------------ Run pytest with nm ------------------------------------------------------ 2.87s /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:123 ----------- install network-scripts when running pytest with initscripts ------------ 2.24s /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:136 ----------- linux-system-roles.network : Check which services are running ----------- 1.70s /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 linux-system-roles.network : Check which services are running ----------- 1.58s /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 linux-system-roles.network : Check which packages are installed --------- 1.52s /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 linux-system-roles.network : Check which packages are installed --------- 1.22s /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Copy testrepo.tar to the remote system ---------------------------------- 1.15s /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:77 ------------ Gathering Facts --------------------------------------------------------- 1.01s /tmp/tmp650e3cfh/tests/tests_integration_pytest.yml:3 ------------------------- Gathering Facts --------------------------------------------------------- 0.99s /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:31 ------------ Gathering Facts --------------------------------------------------------- 0.86s /tmp/tmp650e3cfh/tests/tests_default_nm.yml:3 --------------------------------- linux-system-roles.network : Enable network service --------------------- 0.83s /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:99 ----- Enable HA repos --------------------------------------------------------- 0.81s /cache/centos-8_setup.yml:5 --------------------------------------------------- Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:3 ------------- Gathering Facts --------------------------------------------------------- 0.80s /tmp/tmp650e3cfh/tests/tests_default_initscripts.yml:3 ------------------------ linux-system-roles.network : Configure networking connection profiles --- 0.75s /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:116 ---- Enable EPEL 8 ----------------------------------------------------------- 0.63s /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:17 ------------------------------- linux-system-roles.network : Configure networking connection profiles --- 0.62s /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:116 ---- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmp650e3cfh/tests/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmp650e3cfh/tests/_restore.yml:4 Wednesday 03 August 2022 17:10:34 +0000 (0:00:00.047) 0:00:57.417 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.006809", "end": "2022-08-03 17:10:34.281028", "rc": 0, "start": "2022-08-03 17:10:34.274219" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=81 changed=22 unreachable=0 failed=0 skipped=36 rescued=0 ignored=0 Wednesday 03 August 2022 17:10:35 +0000 (0:00:00.428) 0:00:57.845 ****** =============================================================================== Install rpm dependencies ----------------------------------------------- 12.06s /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:12 ------------ Run pytest with initscripts --------------------------------------------- 4.96s /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:140 ----------- Install Pytest ---------------------------------------------------------- 3.49s /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:17 ------------ Run pytest with nm ------------------------------------------------------ 2.87s /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:123 ----------- install network-scripts when running pytest with initscripts ------------ 2.24s /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:136 ----------- linux-system-roles.network : Check which services are running ----------- 1.70s /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 linux-system-roles.network : Check which services are running ----------- 1.58s /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 linux-system-roles.network : Check which packages are installed --------- 1.52s /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 linux-system-roles.network : Check which packages are installed --------- 1.22s /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Copy testrepo.tar to the remote system ---------------------------------- 1.15s /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:77 ------------ Gathering Facts --------------------------------------------------------- 1.01s /tmp/tmp650e3cfh/tests/tests_integration_pytest.yml:3 ------------------------- Gathering Facts --------------------------------------------------------- 0.99s /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:31 ------------ Gathering Facts --------------------------------------------------------- 0.86s /tmp/tmp650e3cfh/tests/tests_default_nm.yml:3 --------------------------------- linux-system-roles.network : Enable network service --------------------- 0.83s /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:99 ----- Enable HA repos --------------------------------------------------------- 0.81s /cache/centos-8_setup.yml:5 --------------------------------------------------- Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmp650e3cfh/tests/playbooks/integration_pytest_python3.yml:3 ------------- Gathering Facts --------------------------------------------------------- 0.80s /tmp/tmp650e3cfh/tests/tests_default_initscripts.yml:3 ------------------------ linux-system-roles.network : Configure networking connection profiles --- 0.75s /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:116 ---- Enable EPEL 8 ----------------------------------------------------------- 0.63s /tmp/tmp650e3cfh/tests/tasks/enable_epel.yml:17 ------------------------------- linux-system-roles.network : Configure networking connection profiles --- 0.62s /tmp/tmp650e3cfh/tests/roles/linux-system-roles.network/tasks/main.yml:116 ---- ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmp4wbeq7zn executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 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: centos-8_setup.yml *************************************************** 1 plays in /cache/centos-8_setup.yml PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /cache/centos-8_setup.yml:5 Wednesday 03 August 2022 17:48:48 +0000 (0:00:00.019) 0:00:00.020 ****** changed: [/cache/centos-8.qcow2] => { "ansible_facts": { "discovered_interpreter_python": "/usr/libexec/platform-python" }, "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "ha" ], "delta": "0:00:00.198379", "end": "2022-08-03 17:48:47.890547", "rc": 0, "start": "2022-08-03 17:48:47.692168" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=1 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 17:48:49 +0000 (0:00:00.776) 0:00:00.796 ****** =============================================================================== Enable HA repos --------------------------------------------------------- 0.78s /cache/centos-8_setup.yml:5 --------------------------------------------------- PLAYBOOK: _backup.yml ********************************************************** 1 plays in /tmp/tmpjloc5qmw/tests/network/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpjloc5qmw/tests/network/_backup.yml:6 Wednesday 03 August 2022 17:48:49 +0000 (0:00:00.018) 0:00:00.814 ****** ok: [/cache/centos-8.qcow2] => (item=/etc/resolv.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659548927.5080774, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659548926.5070772, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 19274, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659547587.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "2299847704", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmpjloc5qmw/tests/network/_backup.yml:13 Wednesday 03 August 2022 17:48:49 +0000 (0:00:00.493) 0:00:01.308 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/centos-8.qcow2] => (item={'changed': False, 'stat': {'exists': True, 'path': '/etc/resolv.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 90, 'inode': 19274, 'dev': 64513, 'nlink': 1, 'atime': 1659548927.5080774, 'mtime': 1659547587.0, 'ctime': 1659548926.5070772, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'root', 'gr_name': 'root', 'checksum': 'fba82b5b78ea37322e584bf452f6f8e163f0869b', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2299847704', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/etc/resolv.conf', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/etc/resolv.conf', 'ansible_loop_var': 'item'}) => { "ansible_facts": { "_existing_files": " /etc/resolv.conf" }, "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "failed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/resolv.conf" } }, "item": "/etc/resolv.conf", "stat": { "atime": 1659548927.5080774, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659548926.5070772, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 19274, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659547587.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "2299847704", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } TASK [Back up system files] **************************************************** task path: /tmp/tmpjloc5qmw/tests/network/_backup.yml:19 Wednesday 03 August 2022 17:48:49 +0000 (0:00:00.055) 0:00:01.363 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.004412", "end": "2022-08-03 17:48:48.861058", "rc": 0, "start": "2022-08-03 17:48:48.856646" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=4 changed=2 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 17:48:50 +0000 (0:00:00.401) 0:00:01.764 ****** =============================================================================== Enable HA repos --------------------------------------------------------- 0.78s /cache/centos-8_setup.yml:5 --------------------------------------------------- Get stats of system files ----------------------------------------------- 0.49s /tmp/tmpjloc5qmw/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.40s /tmp/tmpjloc5qmw/tests/network/_backup.yml:19 --------------------------------- Check if system files exist --------------------------------------------- 0.06s /tmp/tmpjloc5qmw/tests/network/_backup.yml:13 --------------------------------- PLAYBOOK: tests_integration_pytest.yml ***************************************** 7 plays in /tmp/tmpjloc5qmw/tests/network/tests_integration_pytest.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpjloc5qmw/tests/network/tests_integration_pytest.yml:3 Wednesday 03 August 2022 17:48:50 +0000 (0:00:00.054) 0:00:01.818 ****** ok: [/cache/centos-8.qcow2] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tests_integration_pytest.yml:5 Wednesday 03 August 2022 17:48:51 +0000 (0:00:01.018) 0:00:02.837 ****** included: /tmp/tmpjloc5qmw/tests/network/tasks/el_repo_setup.yml for /cache/centos-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:48:51 +0000 (0:00:00.029) 0:00:02.867 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:48:51 +0000 (0:00:00.023) 0:00:02.890 ****** included: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml for /cache/centos-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:48:51 +0000 (0:00:00.032) 0:00:02.922 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:48:51 +0000 (0:00:00.379) 0:00:03.302 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:48:51 +0000 (0:00:00.022) 0:00:03.325 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.194588", "end": "2022-08-03 17:48:50.993806", "rc": 0, "start": "2022-08-03 17:48:50.799218" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:48:52 +0000 (0:00:00.568) 0:00:03.893 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY [Install dependencies for integration tests] ****************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:3 Wednesday 03 August 2022 17:48:52 +0000 (0:00:00.036) 0:00:03.930 ****** ok: [/cache/centos-8.qcow2] META: ran handlers TASK [Install rpm dependencies] ************************************************ task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:12 Wednesday 03 August 2022 17:48:53 +0000 (0:00:00.778) 0:00:04.708 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "rc": 0, "results": [ "Installed: perl-PathTools-3.74-1.el8.x86_64", "Installed: perl-Pod-Escapes-1:1.07-395.el8.noarch", "Installed: perl-Pod-Perldoc-3.28-396.el8.noarch", "Installed: perl-Pod-Simple-1:3.35-395.el8.noarch", "Installed: perl-Pod-Usage-4:1.69-395.el8.noarch", "Installed: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64", "Installed: perl-Digest-MD5-2.55-396.el8.x86_64", "Installed: perl-Socket-4:2.027-3.el8.x86_64", "Installed: perl-Storable-1:3.11-3.el8.x86_64", "Installed: perl-Term-ANSIColor-4.06-396.el8.noarch", "Installed: perl-Term-Cap-1.17-395.el8.noarch", "Installed: perl-TermReadKey-2.37-7.el8.x86_64", "Installed: perl-Text-ParseWords-3.30-395.el8.noarch", "Installed: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch", "Installed: perl-Git-2.31.1-2.el8.noarch", "Installed: perl-Time-Local-1:1.280-1.el8.noarch", "Installed: perl-Unicode-Normalize-1.25-396.el8.x86_64", "Installed: perl-constant-1.33-396.el8.noarch", "Installed: perl-interpreter-4:5.26.3-421.el8.x86_64", "Installed: perl-libs-4:5.26.3-421.el8.x86_64", "Installed: perl-macros-4:5.26.3-421.el8.x86_64", "Installed: emacs-filesystem-1:26.1-7.el8.noarch", "Installed: perl-parent-1:0.237-1.el8.noarch", "Installed: perl-podlators-4.11-1.el8.noarch", "Installed: perl-threads-1:2.21-2.el8.x86_64", "Installed: perl-threads-shared-1.58-2.el8.x86_64", "Installed: perl-Error-1:0.17025-2.el8.noarch", "Installed: perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch", "Installed: perl-libnet-3.11-3.el8.noarch", "Installed: python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64", "Installed: perl-IO-Socket-IP-0.39-5.el8.noarch", "Installed: perl-IO-Socket-SSL-2.066-4.module_el8.4.0+517+be1595ff.noarch", "Installed: git-2.31.1-2.el8.x86_64", "Installed: perl-Net-SSLeay-1.88-1.module_el8.4.0+517+be1595ff.x86_64", "Installed: python3-setuptools-39.2.0-6.el8.noarch", "Installed: perl-URI-1.73-3.el8.noarch", "Installed: git-core-2.31.1-2.el8.x86_64", "Installed: git-core-doc-2.31.1-2.el8.noarch", "Installed: perl-Carp-1.42-396.el8.noarch", "Installed: perl-Data-Dumper-2.167-399.el8.x86_64", "Installed: perl-Encode-4:2.97-3.el8.x86_64", "Installed: perl-Errno-1.28-421.el8.x86_64", "Installed: perl-Exporter-5.72-396.el8.noarch", "Installed: perl-File-Path-2.15-2.el8.noarch", "Installed: perl-File-Temp-0.230.600-1.el8.noarch", "Installed: perl-Getopt-Long-1:2.50-4.el8.noarch", "Installed: perl-HTTP-Tiny-0.074-1.el8.noarch", "Installed: python3-pip-9.0.3-22.el8.noarch", "Installed: perl-IO-1.38-421.el8.x86_64", "Installed: perl-MIME-Base64-3.15-396.el8.x86_64", "Installed: perl-Digest-1.17-395.el8.noarch" ] } TASK [Install Pytest] ********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:17 Wednesday 03 August 2022 17:49:04 +0000 (0:00:11.744) 0:00:16.453 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:03.074666", "end": "2022-08-03 17:49:07.009471", "rc": 0, "start": "2022-08-03 17:49:03.934805" } STDOUT: Collecting pytest Downloading https://files.pythonhosted.org/packages/38/93/c7c0bd1e932b287fb948eb9ce5a3d6307c9fc619db1e199f8c8bc5dad95f/pytest-7.0.1-py3-none-any.whl (296kB) Collecting packaging (from pytest) Downloading https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl (40kB) Collecting py>=1.8.2 (from pytest) Downloading https://files.pythonhosted.org/packages/f6/f0/10642828a8dfb741e5f3fbaac830550a518a775c7fff6f04a007259b0548/py-1.11.0-py2.py3-none-any.whl (98kB) Collecting attrs>=19.2.0 (from pytest) Downloading https://files.pythonhosted.org/packages/f2/bc/d817287d1aa01878af07c19505fafd1165cd6a119e9d0821ca1d1c20312d/attrs-22.1.0-py2.py3-none-any.whl (58kB) Collecting importlib-metadata>=0.12; python_version < "3.8" (from pytest) Downloading https://files.pythonhosted.org/packages/a0/a1/b153a0a4caf7a7e3f15c2cd56c7702e2cf3d89b1b359d1f1c5e59d68f4ce/importlib_metadata-4.8.3-py3-none-any.whl Collecting pluggy<2.0,>=0.12 (from pytest) Downloading https://files.pythonhosted.org/packages/9e/01/f38e2ff29715251cf25532b9082a1589ab7e4f571ced434f98d0139336dc/pluggy-1.0.0-py2.py3-none-any.whl Collecting iniconfig (from pytest) Downloading https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.py3-none-any.whl Collecting tomli>=1.0.0 (from pytest) Downloading https://files.pythonhosted.org/packages/05/e4/74f9440db36734d7ba83c574c1e7024009ce849208a41f90e94a134dc6d1/tomli-1.2.3-py3-none-any.whl Collecting pyparsing!=3.0.5,>=2.0.2 (from packaging->pytest) Downloading https://files.pythonhosted.org/packages/6c/10/a7d0fa5baea8fe7b50f448ab742f26f52b80bfca85ac2be9d35cdd9a3246/pyparsing-3.0.9-py3-none-any.whl (98kB) Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pytest) Downloading https://files.pythonhosted.org/packages/bd/df/d4a4974a3e3957fd1c1fa3082366d7fff6e428ddb55f074bf64876f8e8ad/zipp-3.6.0-py3-none-any.whl Collecting typing-extensions>=3.6.4; python_version < "3.8" (from importlib-metadata>=0.12; python_version < "3.8"->pytest) Downloading https://files.pythonhosted.org/packages/45/6b/44f7f8f1e110027cf88956b59f2fad776cca7e1704396d043f89effd3a0e/typing_extensions-4.1.1-py3-none-any.whl Installing collected packages: pyparsing, packaging, py, attrs, zipp, typing-extensions, importlib-metadata, pluggy, iniconfig, tomli, pytest Successfully installed attrs-22.1.0 importlib-metadata-4.8.3 iniconfig-1.1.1 packaging-21.3 pluggy-1.0.0 py-1.11.0 pyparsing-3.0.9 pytest-7.0.1 tomli-1.2.3 typing-extensions-4.1.1 zipp-3.6.0 STDERR: WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead. META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpjloc5qmw/tests/network/tests_default_initscripts.yml:3 Wednesday 03 August 2022 17:49:08 +0000 (0:00:03.478) 0:00:19.931 ****** ok: [/cache/centos-8.qcow2] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tests_default_initscripts.yml:5 Wednesday 03 August 2022 17:49:10 +0000 (0:00:01.852) 0:00:21.784 ****** included: /tmp/tmpjloc5qmw/tests/network/tasks/el_repo_setup.yml for /cache/centos-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:49:10 +0000 (0:00:00.030) 0:00:21.814 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:49:10 +0000 (0:00:00.022) 0:00:21.837 ****** included: /tmp/tmpjloc5qmw/tests/network/playbooks/../tasks/enable_epel.yml for /cache/centos-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:49:10 +0000 (0:00:00.032) 0:00:21.869 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:49:10 +0000 (0:00:00.382) 0:00:22.251 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:49:10 +0000 (0:00:00.023) 0:00:22.275 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.224325", "end": "2022-08-03 17:49:09.987145", "rc": 0, "start": "2022-08-03 17:49:09.762820" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:49:11 +0000 (0:00:00.616) 0:00:22.891 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /tmp/tmpjloc5qmw/tests/network/tests_default_initscripts.yml:6 Wednesday 03 August 2022 17:49:11 +0000 (0:00:00.023) 0:00:22.915 ****** ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test executing the role with default parameters] ************************* META: ran handlers TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 17:49:11 +0000 (0:00:00.058) 0:00:22.974 ****** included: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/centos-8.qcow2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 03 August 2022 17:49:11 +0000 (0:00:00.052) 0:00:23.026 ****** ok: [/cache/centos-8.qcow2] => { "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: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 03 August 2022 17:49:12 +0000 (0:00:00.565) 0:00:23.591 ****** ok: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Wednesday 03 August 2022 17:49:13 +0000 (0:00:01.700) 0:00:25.292 ****** ok: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 17:49:15 +0000 (0:00:01.436) 0:00:26.729 ****** ok: [/cache/centos-8.qcow2] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 17:49:15 +0000 (0:00:00.125) 0:00:26.855 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 17:49:15 +0000 (0:00:00.055) 0:00:26.911 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 17:49:15 +0000 (0:00:00.060) 0:00:26.971 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 17:49:15 +0000 (0:00:00.079) 0:00:27.051 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 17:49:15 +0000 (0:00:00.056) 0:00:27.107 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 17:49:15 +0000 (0:00:00.059) 0:00:27.167 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 17:49:15 +0000 (0:00:00.058) 0:00:27.225 ****** skipping: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 17:49:15 +0000 (0:00:00.057) 0:00:27.282 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 17:49:15 +0000 (0:00:00.056) 0:00:27.338 ****** ok: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 17:49:16 +0000 (0:00:00.799) 0:00:28.137 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-159052hyxppx0w/tmpeo5bk5mg" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 17:49:16 +0000 (0:00:00.427) 0:00:28.564 ****** ok: [/cache/centos-8.qcow2] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 17:49:17 +0000 (0:00:00.723) 0:00:29.288 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 17:49:17 +0000 (0:00:00.057) 0:00:29.346 ****** ok: [/cache/centos-8.qcow2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 17:49:17 +0000 (0:00:00.065) 0:00:29.411 ****** ok: [/cache/centos-8.qcow2] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 17:49:17 +0000 (0:00:00.066) 0:00:29.477 ****** skipping: [/cache/centos-8.qcow2] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 17:49:17 +0000 (0:00:00.055) 0:00:29.533 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "ping": "pong" } META: role_complete for /cache/centos-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tests_default.yml:9 Wednesday 03 August 2022 17:49:18 +0000 (0:00:00.538) 0:00:30.071 ****** included: /tmp/tmpjloc5qmw/tests/network/tasks/el_repo_setup.yml for /cache/centos-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:49:18 +0000 (0:00:00.072) 0:00:30.143 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:49:18 +0000 (0:00:00.052) 0:00:30.196 ****** included: /tmp/tmpjloc5qmw/tests/network/playbooks/../tasks/enable_epel.yml for /cache/centos-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:49:18 +0000 (0:00:00.073) 0:00:30.269 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:49:19 +0000 (0:00:00.432) 0:00:30.702 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:49:19 +0000 (0:00:00.054) 0:00:30.757 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.212856", "end": "2022-08-03 17:49:18.454143", "rc": 0, "start": "2022-08-03 17:49:18.241287" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:49:19 +0000 (0:00:00.613) 0:00:31.370 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmpjloc5qmw/tests/network/tests_default.yml:10 Wednesday 03 August 2022 17:49:19 +0000 (0:00:00.061) 0:00:31.432 ****** ok: [/cache/centos-8.qcow2] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpjloc5qmw/tests/network/tests_default_nm.yml:3 Wednesday 03 August 2022 17:49:19 +0000 (0:00:00.111) 0:00:31.543 ****** ok: [/cache/centos-8.qcow2] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tests_default_nm.yml:5 Wednesday 03 August 2022 17:49:20 +0000 (0:00:00.811) 0:00:32.354 ****** included: /tmp/tmpjloc5qmw/tests/network/tasks/el_repo_setup.yml for /cache/centos-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:49:20 +0000 (0:00:00.094) 0:00:32.449 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:49:20 +0000 (0:00:00.036) 0:00:32.485 ****** included: /tmp/tmpjloc5qmw/tests/network/playbooks/../tasks/enable_epel.yml for /cache/centos-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:49:20 +0000 (0:00:00.057) 0:00:32.543 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:49:21 +0000 (0:00:00.388) 0:00:32.932 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:49:21 +0000 (0:00:00.041) 0:00:32.973 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.210277", "end": "2022-08-03 17:49:20.673581", "rc": 0, "start": "2022-08-03 17:49:20.463304" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:49:22 +0000 (0:00:00.620) 0:00:33.594 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmpjloc5qmw/tests/network/tests_default_nm.yml:6 Wednesday 03 August 2022 17:49:22 +0000 (0:00:00.037) 0:00:33.631 ****** ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test executing the role with default parameters] ************************* META: ran handlers TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 17:49:22 +0000 (0:00:00.112) 0:00:33.744 ****** included: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/centos-8.qcow2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 03 August 2022 17:49:22 +0000 (0:00:00.098) 0:00:33.842 ****** ok: [/cache/centos-8.qcow2] => { "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: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 03 August 2022 17:49:22 +0000 (0:00:00.546) 0:00:34.389 ****** ok: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Wednesday 03 August 2022 17:49:24 +0000 (0:00:01.525) 0:00:35.914 ****** ok: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 17:49:25 +0000 (0:00:01.210) 0:00:37.124 ****** ok: [/cache/centos-8.qcow2] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 17:49:25 +0000 (0:00:00.055) 0:00:37.180 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 17:49:25 +0000 (0:00:00.044) 0:00:37.224 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 17:49:25 +0000 (0:00:00.045) 0:00:37.270 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 17:49:25 +0000 (0:00:00.078) 0:00:37.349 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 17:49:25 +0000 (0:00:00.043) 0:00:37.392 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 17:49:25 +0000 (0:00:00.057) 0:00:37.450 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 17:49:25 +0000 (0:00:00.060) 0:00:37.510 ****** ok: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 17:49:26 +0000 (0:00:00.566) 0:00:38.077 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 17:49:26 +0000 (0:00:00.059) 0:00:38.136 ****** skipping: [/cache/centos-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 17:49:26 +0000 (0:00:00.041) 0:00:38.178 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 17:49:26 +0000 (0:00:00.042) 0:00:38.220 ****** ok: [/cache/centos-8.qcow2] => { "_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: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 17:49:27 +0000 (0:00:00.592) 0:00:38.813 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 17:49:27 +0000 (0:00:00.046) 0:00:38.860 ****** ok: [/cache/centos-8.qcow2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 17:49:27 +0000 (0:00:00.049) 0:00:38.909 ****** ok: [/cache/centos-8.qcow2] => { "__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: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 17:49:27 +0000 (0:00:00.055) 0:00:38.965 ****** skipping: [/cache/centos-8.qcow2] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 17:49:27 +0000 (0:00:00.045) 0:00:39.010 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "ping": "pong" } META: role_complete for /cache/centos-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tests_default.yml:9 Wednesday 03 August 2022 17:49:27 +0000 (0:00:00.413) 0:00:39.423 ****** included: /tmp/tmpjloc5qmw/tests/network/tasks/el_repo_setup.yml for /cache/centos-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:49:27 +0000 (0:00:00.058) 0:00:39.482 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:49:27 +0000 (0:00:00.038) 0:00:39.520 ****** included: /tmp/tmpjloc5qmw/tests/network/playbooks/../tasks/enable_epel.yml for /cache/centos-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:49:28 +0000 (0:00:00.063) 0:00:39.583 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:49:28 +0000 (0:00:00.422) 0:00:40.006 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:49:28 +0000 (0:00:00.039) 0:00:40.046 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.199015", "end": "2022-08-03 17:49:27.725391", "rc": 0, "start": "2022-08-03 17:49:27.526376" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:49:29 +0000 (0:00:00.595) 0:00:40.641 ****** skipping: [/cache/centos-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmpjloc5qmw/tests/network/tests_default.yml:10 Wednesday 03 August 2022 17:49:29 +0000 (0:00:00.038) 0:00:40.680 ****** ok: [/cache/centos-8.qcow2] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:31 Wednesday 03 August 2022 17:49:29 +0000 (0:00:00.111) 0:00:40.791 ****** ok: [/cache/centos-8.qcow2] META: ran handlers TASK [create tempdir for code to test] ***************************************** task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:35 Wednesday 03 August 2022 17:49:30 +0000 (0:00:00.821) 0:00:41.613 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_nzk3ye3w", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [get tempfile for tar] **************************************************** task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:41 Wednesday 03 August 2022 17:49:30 +0000 (0:00:00.539) 0:00:42.152 ****** changed: [/cache/centos-8.qcow2 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_i25wj2ue.tar", "size": 0, "state": "file", "uid": 0 } TASK [include_tasks] *********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:48 Wednesday 03 August 2022 17:49:30 +0000 (0:00:00.222) 0:00:42.375 ****** included: /tmp/tmpjloc5qmw/tests/network/tasks/get_modules_and_utils_paths.yml for /cache/centos-8.qcow2 TASK [set collection paths] **************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/get_modules_and_utils_paths.yml:3 Wednesday 03 August 2022 17:49:30 +0000 (0:00:00.061) 0:00:42.436 ****** ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "collection_paths": [ "/tmp/tmp4wbeq7zn", "/tmp/tmp4wbeq7zn" ] }, "changed": false } TASK [set search paths] ******************************************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/get_modules_and_utils_paths.yml:13 Wednesday 03 August 2022 17:49:30 +0000 (0:00:00.063) 0:00:42.500 ****** ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "module_utils_search_path": [ "../../module_utils", "../module_utils", "/root/.ansible/plugins/module_utils", "/usr/share/ansible/plugins/module_utils" ], "modules_search_path": [ "../../library", "../library", "/root/.ansible/plugins/modules", "/usr/share/ansible/plugins/modules" ] }, "changed": false } TASK [find parent directory and path of modules] ******************************* task path: /tmp/tmpjloc5qmw/tests/network/tasks/get_modules_and_utils_paths.yml:42 Wednesday 03 August 2022 17:49:31 +0000 (0:00:00.070) 0:00:42.571 ****** ok: [/cache/centos-8.qcow2 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules; do\n if [ -f \"$dir/network_connections.py\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /tmp/tmp4wbeq7zn /tmp/tmp4wbeq7zn; 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.004378", "end": "2022-08-03 17:49:31.200284", "rc": 0, "start": "2022-08-03 17:49:31.195906" } STDOUT: /tmp/tmp4wbeq7zn ansible_collections/fedora/linux_system_roles/plugins/modules STDERR: + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f ../../library/network_connections.py ']' + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f ../library/network_connections.py ']' + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f /root/.ansible/plugins/modules/network_connections.py ']' + for dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules + '[' -f /usr/share/ansible/plugins/modules/network_connections.py ']' + for dir in /tmp/tmp4wbeq7zn /tmp/tmp4wbeq7zn + '[' '!' -d /tmp/tmp4wbeq7zn ']' + cd /tmp/tmp4wbeq7zn + for subdir in ansible_collections/*/*/plugins/modules + '[' -f ansible_collections/fedora/linux_system_roles/plugins/modules/network_connections.py ']' + echo /tmp/tmp4wbeq7zn + echo ansible_collections/fedora/linux_system_roles/plugins/modules + exit 0 TASK [find parent directory and path of module_utils] ************************** task path: /tmp/tmpjloc5qmw/tests/network/tasks/get_modules_and_utils_paths.yml:69 Wednesday 03 August 2022 17:49:31 +0000 (0:00:00.246) 0:00:42.817 ****** ok: [/cache/centos-8.qcow2 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils; do\n if [ -d \"$dir/network_lsr\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /tmp/tmp4wbeq7zn /tmp/tmp4wbeq7zn; 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.004167", "end": "2022-08-03 17:49:31.445951", "rc": 0, "start": "2022-08-03 17:49:31.441784" } STDOUT: /tmp/tmp4wbeq7zn ansible_collections/fedora/linux_system_roles/plugins/module_utils STDERR: + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d ../../module_utils/network_lsr ']' + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d ../module_utils/network_lsr ']' + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d /root/.ansible/plugins/module_utils/network_lsr ']' + for dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils + '[' -d /usr/share/ansible/plugins/module_utils/network_lsr ']' + for dir in /tmp/tmp4wbeq7zn /tmp/tmp4wbeq7zn + '[' '!' -d /tmp/tmp4wbeq7zn ']' + cd /tmp/tmp4wbeq7zn + for subdir in ansible_collections/*/*/plugins/module_utils + '[' -d ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr ']' + echo /tmp/tmp4wbeq7zn + echo ansible_collections/fedora/linux_system_roles/plugins/module_utils + exit 0 TASK [get tests directory] ***************************************************** task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:50 Wednesday 03 August 2022 17:49:31 +0000 (0:00:00.239) 0:00:43.057 ****** ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "tests_directory": "/tmp/tmpjloc5qmw/tests/network/playbooks/files/../../network" }, "changed": false } TASK [Create Tar file] ********************************************************* task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:65 Wednesday 03 August 2022 17:49:31 +0000 (0:00:00.057) 0:00:43.115 ****** changed: [/cache/centos-8.qcow2 -> localhost] => { "changed": true, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_i25wj2ue.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/tmp/tmpjloc5qmw/tests", "network", "-C", "/tmp/tmp4wbeq7zn", "ansible_collections/fedora/linux_system_roles/plugins/modules", "-C", "/tmp/tmp4wbeq7zn", "ansible_collections/fedora/linux_system_roles/plugins/module_utils" ], "delta": "0:00:00.011189", "end": "2022-08-03 17:49:31.758044", "rc": 0, "start": "2022-08-03 17:49:31.746855" } STDOUT: network/ network/covstats network/ensure_provider_tests.py network/files/ network/files/cacert.key network/files/cacert.pem network/files/client.key network/files/client.key.nocrypt network/files/client.pem network/files/dh.pem network/files/server.key network/files/server.pem network/get_coverage.sh network/get_coverage.yml network/get_total_coverage.sh network/git-post-commit.sh network/git-pre-commit.sh network/integration/ network/integration/conftest.py network/integration/test_ethernet.py network/merge_coverage.sh network/playbooks/ network/playbooks/down_profile+delete_interface.yml network/playbooks/down_profile.yml network/playbooks/files network/playbooks/integration_pytest_python3.yml network/playbooks/manual_test_ethtool_coalesce.yml network/playbooks/remove_profile.yml network/playbooks/run_tasks.yml network/playbooks/tasks network/playbooks/tests_802_1x.yml network/playbooks/tests_802_1x_updated.yml network/playbooks/tests_auto_gateway.yml network/playbooks/tests_bond.yml network/playbooks/tests_bond_deprecated.yml network/playbooks/tests_bond_options.yml network/playbooks/tests_bond_removal.yml network/playbooks/tests_bridge.yml network/playbooks/tests_checkpoint_cleanup.yml network/playbooks/tests_dummy.yml network/playbooks/tests_eth_dns_support.yml network/playbooks/tests_eth_pci_address_match.yml network/playbooks/tests_ethernet.yml network/playbooks/tests_ethtool_coalesce.yml network/playbooks/tests_ethtool_features.yml network/playbooks/tests_ethtool_ring.yml network/playbooks/tests_infiniband.yml network/playbooks/tests_ipv6.yml network/playbooks/tests_ipv6_disabled.yml network/playbooks/tests_ipv6_dns_search.yml network/playbooks/tests_network_state.yml network/playbooks/tests_provider.yml network/playbooks/tests_reapply.yml network/playbooks/tests_route_table.yml network/playbooks/tests_routing_rules.yml network/playbooks/tests_states.yml network/playbooks/tests_switch_provider.yml network/playbooks/tests_team.yml network/playbooks/tests_team_plugin_installation.yml network/playbooks/tests_vlan_mtu.yml network/playbooks/tests_wireless.yml network/playbooks/tests_wireless_plugin_installation.yml network/playbooks/tests_wireless_wpa3_owe.yml network/playbooks/tests_wireless_wpa3_sae.yml network/setup-snapshot.yml network/tasks/ network/tasks/activate_profile.yml network/tasks/assert_device_absent.yml network/tasks/assert_device_present.yml network/tasks/assert_output_in_stderr_without_warnings.yml network/tasks/assert_profile_absent.yml network/tasks/assert_profile_present.yml network/tasks/cleanup_802_1x_server.yml network/tasks/cleanup_mock_wifi.yml network/tasks/cleanup_profile+device.yml network/tasks/create_and_remove_interface.yml network/tasks/create_bridge_profile.yml network/tasks/create_bridge_profile_no_autoconnect.yml network/tasks/create_dummy_profile.yml network/tasks/create_team_profile.yml network/tasks/create_test_interfaces_with_dhcp.yml network/tasks/delete_interface.yml network/tasks/el_repo_setup.yml network/tasks/enable_epel.yml network/tasks/get_NetworkManager_NVR.yml network/tasks/get_current_interfaces.yml network/tasks/get_interface_stat.yml network/tasks/get_modules_and_utils_paths.yml network/tasks/get_profile_stat.yml network/tasks/manage_test_interface.yml network/tasks/provider/ network/tasks/provider/create_and_remove_with_initscripts.yml network/tasks/provider/create_with_nm.yml network/tasks/provider/default_with_nm.yml network/tasks/remove+down_profile.yml network/tasks/remove_profile.yml network/tasks/remove_test_interfaces_with_dhcp.yml network/tasks/run_test.yml network/tasks/setup_802.1x.yml network/tasks/setup_802_1x_server.yml network/tasks/setup_mock_wifi.yml network/tasks/setup_mock_wifi_wpa3_owe.yml network/tasks/setup_mock_wifi_wpa3_sae.yml network/tasks/setup_test_interface.yml network/tasks/show_interfaces.yml network/tasks/start_mock_wifi.yml network/tasks/test_802.1x_capath.yml network/tests_802_1x_nm.yml network/tests_802_1x_updated_nm.yml network/tests_auto_gateway_initscripts.yml network/tests_auto_gateway_nm.yml network/tests_bond_deprecated_initscripts.yml network/tests_bond_deprecated_nm.yml network/tests_bond_initscripts.yml network/tests_bond_nm.yml network/tests_bond_options_nm.yml network/tests_bond_removal_initscripts.yml network/tests_bond_removal_nm.yml network/tests_bridge_initscripts.yml network/tests_bridge_nm.yml network/tests_change_indication_on_repeat_run.yml network/tests_default.yml network/tests_default_initscripts.yml network/tests_default_nm.yml network/tests_dummy_nm.yml network/tests_eth_dns_support_nm.yml network/tests_eth_pci_address_match_nm.yml network/tests_ethernet_initscripts.yml network/tests_ethernet_nm.yml network/tests_ethtool_coalesce_initscripts.yml network/tests_ethtool_coalesce_nm.yml network/tests_ethtool_features_initscripts.yml network/tests_ethtool_features_nm.yml network/tests_ethtool_ring_initscripts.yml network/tests_ethtool_ring_nm.yml network/tests_helpers_and_asserts.yml network/tests_infiniband_nm.yml network/tests_integration_pytest.yml network/tests_ipv6_disabled_nm.yml network/tests_ipv6_dns_search_nm.yml network/tests_ipv6_initscripts.yml network/tests_ipv6_nm.yml network/tests_network_state_nm.yml network/tests_provider_nm.yml network/tests_reapply_nm.yml network/tests_regression_nm.yml network/tests_route_table_nm.yml network/tests_routing_rules_nm.yml network/tests_states_initscripts.yml network/tests_states_nm.yml network/tests_switch_provider.yml network/tests_team_nm.yml network/tests_team_plugin_installation_nm.yml network/tests_unit.yml network/tests_vlan_mtu_initscripts.yml network/tests_vlan_mtu_nm.yml network/tests_wireless_nm.yml network/tests_wireless_plugin_installation_nm.yml network/tests_wireless_wpa3_owe_nm.yml network/tests_wireless_wpa3_sae_nm.yml network/unit/ network/unit/test_network_connections.py network/unit/test_nm_provider.py network/_backup.yml network/_restore.yml ansible_collections/fedora/linux_system_roles/plugins/modules/ ansible_collections/fedora/linux_system_roles/plugins/modules/__init__.py ansible_collections/fedora/linux_system_roles/plugins/modules/network_connections.py ansible_collections/fedora/linux_system_roles/plugins/modules/network_state.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/__init__.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/argument_validator.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/ethtool.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/myerror.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/ ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/__init__.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/active_connection.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/client.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/connection.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/error.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm/provider.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm_provider.py ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/utils.py TASK [Copy testrepo.tar to the remote system] ********************************** task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:77 Wednesday 03 August 2022 17:49:31 +0000 (0:00:00.257) 0:00:43.372 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "checksum": "e80b97a74fd7a16fda1d27829d0c869571065d74", "dest": "/tmp/lsrtest_nzk3ye3w/lsrtest_i25wj2ue.tar", "gid": 0, "group": "root", "md5sum": "43c9b642a3fbabac3a60934739f4c3ab", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 819200, "src": "/root/.ansible/tmp/ansible-tmp-1659548971.8692675-159824-279279643344328/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:83 Wednesday 03 August 2022 17:49:32 +0000 (0:00:01.128) 0:00:44.501 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "tar", "xf", "lsrtest_i25wj2ue.tar" ], "delta": "0:00:00.009959", "end": "2022-08-03 17:49:31.991761", "rc": 0, "start": "2022-08-03 17:49:31.981802" } TASK [Create /tmp/lsrtest_nzk3ye3w/ansible] ************************************ task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:88 Wednesday 03 August 2022 17:49:33 +0000 (0:00:00.413) 0:00:44.914 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_nzk3ye3w/ansible", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Move module_utils to ansible directory] ********************************** task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:94 Wednesday 03 August 2022 17:49:33 +0000 (0:00:00.564) 0:00:45.478 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": "if [ -d /tmp/lsrtest_nzk3ye3w/module_utils ]; then\n mv /tmp/lsrtest_nzk3ye3w/module_utils /tmp/lsrtest_nzk3ye3w/ansible\nfi\n", "delta": "0:00:00.003242", "end": "2022-08-03 17:49:32.953532", "rc": 0, "start": "2022-08-03 17:49:32.950290" } TASK [Fake out python module directories, primarily for python2] *************** task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:100 Wednesday 03 August 2022 17:49:34 +0000 (0:00:00.391) 0:00:45.869 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": "for dir in $(find /tmp/lsrtest_nzk3ye3w -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.015868", "end": "2022-08-03 17:49:33.356670", "rc": 0, "start": "2022-08-03 17:49:33.340802" } TASK [Set _lsr_python_path] **************************************************** task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:108 Wednesday 03 August 2022 17:49:34 +0000 (0:00:00.403) 0:00:46.273 ****** ok: [/cache/centos-8.qcow2] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_nzk3ye3w/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_nzk3ye3w" }, "changed": false } TASK [Show _lsr_python_path] *************************************************** task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:112 Wednesday 03 August 2022 17:49:34 +0000 (0:00:00.047) 0:00:46.320 ****** ok: [/cache/centos-8.qcow2] => {} MSG: path /tmp/lsrtest_nzk3ye3w/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_nzk3ye3w TASK [ls -alrtFR /tmp/lsrtest_nzk3ye3w] **************************************** task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:116 Wednesday 03 August 2022 17:49:34 +0000 (0:00:00.051) 0:00:46.372 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_nzk3ye3w" ], "delta": "0:00:00.007239", "end": "2022-08-03 17:49:33.896413", "rc": 0, "start": "2022-08-03 17:49:33.889174" } STDOUT: /tmp/lsrtest_nzk3ye3w: total 804 -rw-------. 1 root root 819200 Aug 3 17:49 lsrtest_i25wj2ue.tar -rw-r--r--. 1 root root 0 Aug 3 17:49 __init__.py drwx------. 5 root root 110 Aug 3 17:49 ./ drwxr-xr-x. 7 root root 4096 Aug 3 17:49 network/ drwxr-xr-x. 3 root root 39 Aug 3 17:49 ansible_collections/ drwxr-xr-x. 2 root root 25 Aug 3 17:49 ansible/ drwxrwxrwt. 10 root root 277 Aug 3 17:49 ../ /tmp/lsrtest_nzk3ye3w/network: total 280 -rw-r--r--. 1 root root 610 Aug 3 16:46 tests_bond_deprecated_nm.yml -rw-r--r--. 1 root root 545 Aug 3 16:46 tests_bond_deprecated_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 16:46 tests_auto_gateway_nm.yml -rw-r--r--. 1 root root 539 Aug 3 16:46 tests_auto_gateway_initscripts.yml -rw-r--r--. 1 root root 695 Aug 3 16:46 tests_802_1x_updated_nm.yml -rw-r--r--. 1 root root 679 Aug 3 16:46 tests_802_1x_nm.yml -rw-r--r--. 1 root root 292 Aug 3 16:46 setup-snapshot.yml -rwxr-xr-x. 1 root root 880 Aug 3 16:46 merge_coverage.sh* -rwxr-xr-x. 1 root root 357 Aug 3 16:46 git-pre-commit.sh* -rwxr-xr-x. 1 root root 682 Aug 3 16:46 git-post-commit.sh* -rwxr-xr-x. 1 root root 929 Aug 3 16:46 get_total_coverage.sh* -rw-r--r--. 1 root root 2326 Aug 3 16:46 get_coverage.yml -rwxr-xr-x. 1 root root 2494 Aug 3 16:46 get_coverage.sh* -rwxr-xr-x. 1 root root 9915 Aug 3 16:46 ensure_provider_tests.py* -rwxr-xr-x. 1 root root 343 Aug 3 16:46 covstats* -rw-r--r--. 1 root root 805 Aug 3 16:46 tests_wireless_wpa3_sae_nm.yml -rw-r--r--. 1 root root 896 Aug 3 16:46 tests_wireless_wpa3_owe_nm.yml -rw-r--r--. 1 root root 636 Aug 3 16:46 tests_wireless_plugin_installation_nm.yml -rw-r--r--. 1 root root 644 Aug 3 16:46 tests_wireless_nm.yml -rw-r--r--. 1 root root 596 Aug 3 16:46 tests_vlan_mtu_nm.yml -rw-r--r--. 1 root root 531 Aug 3 16:46 tests_vlan_mtu_initscripts.yml -rw-r--r--. 1 root root 5211 Aug 3 16:46 tests_unit.yml -rw-r--r--. 1 root root 628 Aug 3 16:46 tests_team_plugin_installation_nm.yml -rw-r--r--. 1 root root 627 Aug 3 16:46 tests_team_nm.yml -rw-r--r--. 1 root root 411 Aug 3 16:46 tests_switch_provider.yml -rw-r--r--. 1 root root 592 Aug 3 16:46 tests_states_nm.yml -rw-r--r--. 1 root root 527 Aug 3 16:46 tests_states_initscripts.yml -rw-r--r--. 1 root root 606 Aug 3 16:46 tests_routing_rules_nm.yml -rw-r--r--. 1 root root 602 Aug 3 16:46 tests_route_table_nm.yml -rw-r--r--. 1 root root 1167 Aug 3 16:46 tests_regression_nm.yml -rw-r--r--. 1 root root 594 Aug 3 16:46 tests_reapply_nm.yml -rw-r--r--. 1 root root 1240 Aug 3 16:46 tests_provider_nm.yml -rw-r--r--. 1 root root 657 Aug 3 16:46 tests_network_state_nm.yml -rw-r--r--. 1 root root 588 Aug 3 16:46 tests_ipv6_nm.yml -rw-r--r--. 1 root root 523 Aug 3 16:46 tests_ipv6_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 16:46 tests_ipv6_dns_search_nm.yml -rw-r--r--. 1 root root 606 Aug 3 16:46 tests_ipv6_disabled_nm.yml -rw-r--r--. 1 root root 309 Aug 3 16:46 tests_integration_pytest.yml -rw-r--r--. 1 root root 600 Aug 3 16:46 tests_infiniband_nm.yml -rw-r--r--. 1 root root 979 Aug 3 16:46 tests_helpers_and_asserts.yml -rw-r--r--. 1 root root 1155 Aug 3 16:46 tests_ethtool_ring_nm.yml -rw-r--r--. 1 root root 539 Aug 3 16:46 tests_ethtool_ring_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 16:46 tests_ethtool_features_nm.yml -rw-r--r--. 1 root root 547 Aug 3 16:46 tests_ethtool_features_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 16:46 tests_ethtool_coalesce_nm.yml -rw-r--r--. 1 root root 547 Aug 3 16:46 tests_ethtool_coalesce_initscripts.yml -rw-r--r--. 1 root root 1178 Aug 3 16:46 tests_eth_pci_address_match_nm.yml -rw-r--r--. 1 root root 596 Aug 3 16:46 tests_ethernet_nm.yml -rw-r--r--. 1 root root 531 Aug 3 16:46 tests_ethernet_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 16:46 tests_eth_dns_support_nm.yml -rw-r--r--. 1 root root 590 Aug 3 16:46 tests_dummy_nm.yml -rw-r--r--. 1 root root 400 Aug 3 16:46 tests_default.yml -rw-r--r--. 1 root root 377 Aug 3 16:46 tests_default_nm.yml -rw-r--r--. 1 root root 356 Aug 3 16:46 tests_default_initscripts.yml -rw-r--r--. 1 root root 2389 Aug 3 16:46 tests_change_indication_on_repeat_run.yml -rw-r--r--. 1 root root 592 Aug 3 16:46 tests_bridge_nm.yml -rw-r--r--. 1 root root 527 Aug 3 16:46 tests_bridge_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 16:46 tests_bond_removal_nm.yml -rw-r--r--. 1 root root 539 Aug 3 16:46 tests_bond_removal_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 16:46 tests_bond_options_nm.yml -rw-r--r--. 1 root root 588 Aug 3 16:46 tests_bond_nm.yml -rw-r--r--. 1 root root 523 Aug 3 16:46 tests_bond_initscripts.yml -rw-r--r--. 1 root root 139 Aug 3 17:26 _restore.yml -rw-r--r--. 1 root root 575 Aug 3 17:26 _backup.yml drwx------. 5 root root 110 Aug 3 17:49 ../ -rw-r--r--. 1 root root 0 Aug 3 17:49 __init__.py drwxr-xr-x. 2 root root 173 Aug 3 17:49 files/ drwxr-xr-x. 7 root root 4096 Aug 3 17:49 ./ drwxr-xr-x. 2 root root 68 Aug 3 17:49 integration/ drwxr-xr-x. 2 root root 4096 Aug 3 17:49 playbooks/ drwxr-xr-x. 3 root root 4096 Aug 3 17:49 tasks/ drwxr-xr-x. 2 root root 87 Aug 3 17:49 unit/ /tmp/lsrtest_nzk3ye3w/network/files: total 36 -rw-r--r--. 1 root root 1334 Aug 3 16:46 server.pem -rw-r--r--. 1 root root 1782 Aug 3 16:46 server.key -rw-r--r--. 1 root root 424 Aug 3 16:46 dh.pem -rw-r--r--. 1 root root 1334 Aug 3 16:46 client.pem -rw-r--r--. 1 root root 1675 Aug 3 16:46 client.key.nocrypt -rw-r--r--. 1 root root 1782 Aug 3 16:46 client.key -rw-r--r--. 1 root root 1289 Aug 3 16:46 cacert.pem -rw-r--r--. 1 root root 1766 Aug 3 16:46 cacert.key -rw-r--r--. 1 root root 0 Aug 3 17:49 __init__.py drwxr-xr-x. 7 root root 4096 Aug 3 17:49 ../ drwxr-xr-x. 2 root root 173 Aug 3 17:49 ./ /tmp/lsrtest_nzk3ye3w/network/integration: total 12 -rw-r--r--. 1 root root 3243 Aug 3 16:46 test_ethernet.py -rw-r--r--. 1 root root 199 Aug 3 16:46 conftest.py drwxr-xr-x. 7 root root 4096 Aug 3 17:49 ../ -rw-r--r--. 1 root root 0 Aug 3 17:49 __init__.py drwxr-xr-x. 2 root root 68 Aug 3 17:49 ./ /tmp/lsrtest_nzk3ye3w/network/playbooks: total 228 lrwxrwxrwx. 1 root root 9 Aug 3 16:46 tasks -> ../tasks// lrwxrwxrwx. 1 root root 8 Aug 3 16:46 files -> ../files/ -rw-r--r--. 1 root root 3282 Aug 3 16:46 tests_ipv6.yml -rw-r--r--. 1 root root 2730 Aug 3 16:46 tests_ipv6_disabled.yml -rw-r--r--. 1 root root 2465 Aug 3 16:46 tests_infiniband.yml -rw-r--r--. 1 root root 6734 Aug 3 16:46 tests_ethtool_ring.yml -rw-r--r--. 1 root root 7096 Aug 3 16:46 tests_ethtool_features.yml -rw-r--r--. 1 root root 5427 Aug 3 16:46 tests_ethtool_coalesce.yml -rw-r--r--. 1 root root 2718 Aug 3 16:46 tests_eth_pci_address_match.yml -rw-r--r--. 1 root root 1670 Aug 3 16:46 tests_ethernet.yml -rw-r--r--. 1 root root 3632 Aug 3 16:46 tests_eth_dns_support.yml -rw-r--r--. 1 root root 854 Aug 3 16:46 tests_dummy.yml -rw-r--r--. 1 root root 3202 Aug 3 16:46 tests_checkpoint_cleanup.yml -rw-r--r--. 1 root root 1223 Aug 3 16:46 tests_bridge.yml -rw-r--r--. 1 root root 3921 Aug 3 16:46 tests_bond.yml -rw-r--r--. 1 root root 8646 Aug 3 16:46 tests_bond_removal.yml -rw-r--r--. 1 root root 6504 Aug 3 16:46 tests_bond_options.yml -rw-r--r--. 1 root root 3577 Aug 3 16:46 tests_bond_deprecated.yml -rw-r--r--. 1 root root 4250 Aug 3 16:46 tests_auto_gateway.yml -rw-r--r--. 1 root root 4461 Aug 3 16:46 tests_802_1x.yml -rw-r--r--. 1 root root 306 Aug 3 16:46 tests_802_1x_updated.yml -rw-r--r--. 1 root root 136 Aug 3 16:46 run_tasks.yml -rw-r--r--. 1 root root 231 Aug 3 16:46 remove_profile.yml -rw-r--r--. 1 root root 4146 Aug 3 16:46 manual_test_ethtool_coalesce.yml -rw-r--r--. 1 root root 4891 Aug 3 16:46 integration_pytest_python3.yml -rw-r--r--. 1 root root 220 Aug 3 16:46 down_profile.yml -rw-r--r--. 1 root root 179 Aug 3 16:46 down_profile+delete_interface.yml -rw-r--r--. 1 root root 3001 Aug 3 16:46 tests_wireless.yml -rw-r--r--. 1 root root 1372 Aug 3 16:46 tests_wireless_wpa3_sae.yml -rw-r--r--. 1 root root 1324 Aug 3 16:46 tests_wireless_wpa3_owe.yml -rw-r--r--. 1 root root 1195 Aug 3 16:46 tests_wireless_plugin_installation.yml -rw-r--r--. 1 root root 1993 Aug 3 16:46 tests_vlan_mtu.yml -rw-r--r--. 1 root root 875 Aug 3 16:46 tests_team.yml -rw-r--r--. 1 root root 1166 Aug 3 16:46 tests_team_plugin_installation.yml -rw-r--r--. 1 root root 1808 Aug 3 16:46 tests_switch_provider.yml -rw-r--r--. 1 root root 4515 Aug 3 16:46 tests_states.yml -rw-r--r--. 1 root root 8117 Aug 3 16:46 tests_routing_rules.yml -rw-r--r--. 1 root root 4603 Aug 3 16:46 tests_route_table.yml -rw-r--r--. 1 root root 2468 Aug 3 16:46 tests_reapply.yml -rw-r--r--. 1 root root 1095 Aug 3 16:46 tests_provider.yml -rw-r--r--. 1 root root 6816 Aug 3 16:46 tests_network_state.yml -rw-r--r--. 1 root root 5559 Aug 3 16:46 tests_ipv6_dns_search.yml drwxr-xr-x. 7 root root 4096 Aug 3 17:49 ../ -rw-r--r--. 1 root root 0 Aug 3 17:49 __init__.py drwxr-xr-x. 2 root root 4096 Aug 3 17:49 ./ /tmp/lsrtest_nzk3ye3w/network/tasks: total 156 -rw-r--r--. 1 root root 3401 Aug 3 16:46 test_802.1x_capath.yml -rw-r--r--. 1 root root 777 Aug 3 16:46 start_mock_wifi.yml -rw-r--r--. 1 root root 185 Aug 3 16:46 show_interfaces.yml -rw-r--r--. 1 root root 139 Aug 3 16:46 setup_test_interface.yml -rw-r--r--. 1 root root 2048 Aug 3 16:46 setup_mock_wifi.yml -rw-r--r--. 1 root root 1980 Aug 3 16:46 setup_mock_wifi_wpa3_sae.yml -rw-r--r--. 1 root root 1823 Aug 3 16:46 setup_mock_wifi_wpa3_owe.yml -rw-r--r--. 1 root root 244 Aug 3 16:46 setup_802.1x.yml -rw-r--r--. 1 root root 2353 Aug 3 16:46 setup_802_1x_server.yml -rw-r--r--. 1 root root 1648 Aug 3 16:46 run_test.yml -rw-r--r--. 1 root root 581 Aug 3 16:46 remove_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 235 Aug 3 16:46 remove_profile.yml -rw-r--r--. 1 root root 255 Aug 3 16:46 remove+down_profile.yml -rw-r--r--. 1 root root 2035 Aug 3 16:46 manage_test_interface.yml -rw-r--r--. 1 root root 1807 Aug 3 16:46 get_profile_stat.yml -rw-r--r--. 1 root root 480 Aug 3 16:46 get_NetworkManager_NVR.yml -rw-r--r--. 1 root root 2813 Aug 3 16:46 get_modules_and_utils_paths.yml -rw-r--r--. 1 root root 241 Aug 3 16:46 get_interface_stat.yml -rw-r--r--. 1 root root 295 Aug 3 16:46 get_current_interfaces.yml -rw-r--r--. 1 root root 1212 Aug 3 16:46 enable_epel.yml -rw-r--r--. 1 root root 852 Aug 3 16:46 el_repo_setup.yml -rw-r--r--. 1 root root 197 Aug 3 16:46 delete_interface.yml -rw-r--r--. 1 root root 3704 Aug 3 16:46 create_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 380 Aug 3 16:46 create_team_profile.yml -rw-r--r--. 1 root root 368 Aug 3 16:46 create_dummy_profile.yml -rw-r--r--. 1 root root 382 Aug 3 16:46 create_bridge_profile.yml -rw-r--r--. 1 root root 409 Aug 3 16:46 create_bridge_profile_no_autoconnect.yml -rw-r--r--. 1 root root 529 Aug 3 16:46 create_and_remove_interface.yml -rw-r--r--. 1 root root 363 Aug 3 16:46 cleanup_profile+device.yml -rw-r--r--. 1 root root 218 Aug 3 16:46 cleanup_mock_wifi.yml -rw-r--r--. 1 root root 481 Aug 3 16:46 cleanup_802_1x_server.yml -rw-r--r--. 1 root root 434 Aug 3 16:46 assert_profile_present.yml -rw-r--r--. 1 root root 229 Aug 3 16:46 assert_profile_absent.yml -rw-r--r--. 1 root root 364 Aug 3 16:46 assert_output_in_stderr_without_warnings.yml -rw-r--r--. 1 root root 232 Aug 3 16:46 assert_device_present.yml -rw-r--r--. 1 root root 227 Aug 3 16:46 assert_device_absent.yml -rw-r--r--. 1 root root 220 Aug 3 16:46 activate_profile.yml drwxr-xr-x. 7 root root 4096 Aug 3 17:49 ../ drwxr-xr-x. 2 root root 124 Aug 3 17:49 provider/ -rw-r--r--. 1 root root 0 Aug 3 17:49 __init__.py drwxr-xr-x. 3 root root 4096 Aug 3 17:49 ./ /tmp/lsrtest_nzk3ye3w/network/tasks/provider: total 16 -rw-r--r--. 1 root root 198 Aug 3 16:46 default_with_nm.yml -rw-r--r--. 1 root root 371 Aug 3 16:46 create_with_nm.yml -rw-r--r--. 1 root root 621 Aug 3 16:46 create_and_remove_with_initscripts.yml -rw-r--r--. 1 root root 0 Aug 3 17:49 __init__.py drwxr-xr-x. 3 root root 4096 Aug 3 17:49 ../ drwxr-xr-x. 2 root root 124 Aug 3 17:49 ./ /tmp/lsrtest_nzk3ye3w/network/unit: total 192 -rw-r--r--. 1 root root 1416 Aug 3 16:46 test_nm_provider.py -rw-r--r--. 1 root root 188004 Aug 3 16:46 test_network_connections.py drwxr-xr-x. 7 root root 4096 Aug 3 17:49 ../ -rw-r--r--. 1 root root 0 Aug 3 17:49 __init__.py drwxr-xr-x. 2 root root 87 Aug 3 17:49 ./ /tmp/lsrtest_nzk3ye3w/ansible_collections: total 0 drwx------. 5 root root 110 Aug 3 17:49 ../ -rw-r--r--. 1 root root 0 Aug 3 17:49 __init__.py drwxr-xr-x. 3 root root 51 Aug 3 17:49 fedora/ drwxr-xr-x. 3 root root 39 Aug 3 17:49 ./ /tmp/lsrtest_nzk3ye3w/ansible_collections/fedora: total 0 -rw-r--r--. 1 root root 0 Aug 3 17:49 __init__.py drwxr-xr-x. 3 root root 39 Aug 3 17:49 ../ drwxr-xr-x. 3 root root 51 Aug 3 17:49 ./ drwxr-xr-x. 3 root root 40 Aug 3 17:49 linux_system_roles/ /tmp/lsrtest_nzk3ye3w/ansible_collections/fedora/linux_system_roles: total 0 drwxr-xr-x. 3 root root 51 Aug 3 17:49 ../ -rw-r--r--. 1 root root 0 Aug 3 17:49 __init__.py drwxr-xr-x. 3 root root 40 Aug 3 17:49 ./ drwxr-xr-x. 4 root root 60 Aug 3 17:49 plugins/ /tmp/lsrtest_nzk3ye3w/ansible_collections/fedora/linux_system_roles/plugins: total 0 drwxr-xr-x. 2 root root 79 Aug 3 16:46 modules/ drwxr-xr-x. 3 root root 40 Aug 3 17:49 ../ drwxr-xr-x. 3 root root 44 Aug 3 17:49 module_utils/ -rw-r--r--. 1 root root 0 Aug 3 17:49 __init__.py drwxr-xr-x. 4 root root 60 Aug 3 17:49 ./ /tmp/lsrtest_nzk3ye3w/ansible_collections/fedora/linux_system_roles/plugins/modules: total 104 -rw-r--r--. 1 root root 2211 Aug 3 16:46 network_state.py -rw-r--r--. 1 root root 0 Aug 3 16:46 __init__.py drwxr-xr-x. 2 root root 79 Aug 3 16:46 ./ -rw-r--r--. 1 root root 101852 Aug 3 16:46 network_connections.py drwxr-xr-x. 4 root root 60 Aug 3 17:49 ../ /tmp/lsrtest_nzk3ye3w/ansible_collections/fedora/linux_system_roles/plugins/module_utils: total 0 drwxr-xr-x. 3 root root 138 Aug 3 16:46 network_lsr/ -rw-r--r--. 1 root root 0 Aug 3 17:49 __init__.py drwxr-xr-x. 4 root root 60 Aug 3 17:49 ../ drwxr-xr-x. 3 root root 44 Aug 3 17:49 ./ /tmp/lsrtest_nzk3ye3w/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr: total 128 drwxr-xr-x. 2 root root 126 Aug 3 16:46 nm/ -rw-r--r--. 1 root root 190 Aug 3 16:46 myerror.py -rw-r--r--. 1 root root 0 Aug 3 16:46 __init__.py -rw-r--r--. 1 root root 1706 Aug 3 16:46 ethtool.py drwxr-xr-x. 3 root root 138 Aug 3 16:46 ./ -rw-r--r--. 1 root root 11397 Aug 3 16:46 utils.py -rw-r--r--. 1 root root 1640 Aug 3 16:46 nm_provider.py -rw-r--r--. 1 root root 106034 Aug 3 16:46 argument_validator.py drwxr-xr-x. 3 root root 44 Aug 3 17:49 ../ /tmp/lsrtest_nzk3ye3w/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm: total 28 -rw-r--r--. 1 root root 175 Aug 3 16:46 error.py drwxr-xr-x. 3 root root 138 Aug 3 16:46 ../ drwxr-xr-x. 2 root root 126 Aug 3 16:46 ./ -rw-r--r--. 1 root root 3292 Aug 3 16:46 provider.py -rw-r--r--. 1 root root 389 Aug 3 16:46 __init__.py -rw-r--r--. 1 root root 3638 Aug 3 16:46 connection.py -rw-r--r--. 1 root root 2880 Aug 3 16:46 client.py -rw-r--r--. 1 root root 4104 Aug 3 16:46 active_connection.py /tmp/lsrtest_nzk3ye3w/ansible: total 0 drwx------. 5 root root 110 Aug 3 17:49 ../ -rw-r--r--. 1 root root 0 Aug 3 17:49 __init__.py drwxr-xr-x. 2 root root 25 Aug 3 17:49 ./ TASK [Run pytest with nm] ****************************************************** task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:120 Wednesday 03 August 2022 17:49:35 +0000 (0:00:00.441) 0:00:46.814 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_nzk3ye3w/network/integration/", "--provider=nm" ], "delta": "0:00:02.487734", "end": "2022-08-03 17:49:36.779565", "rc": 0, "start": "2022-08-03 17:49:34.291831" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_nzk3ye3w/network/integration collected 1 item ../tmp/lsrtest_nzk3ye3w/network/integration/test_ethernet.py . [100%] ============================== 1 passed in 2.22s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:129 Wednesday 03 August 2022 17:49:38 +0000 (0:00:02.885) 0:00:49.700 ****** ok: [/cache/centos-8.qcow2] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_nzk3ye3w/network/integration", "collected 1 item", "", "../tmp/lsrtest_nzk3ye3w/network/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 2.22s ===============================" ] } TASK [install network-scripts when running pytest with initscripts] ************ task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:133 Wednesday 03 August 2022 17:49:38 +0000 (0:00:00.048) 0:00:49.749 ****** ok: [/cache/centos-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Run pytest with initscripts] ********************************************* task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:137 Wednesday 03 August 2022 17:49:40 +0000 (0:00:02.216) 0:00:51.965 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_nzk3ye3w/network/integration/", "--provider=initscripts" ], "delta": "0:00:04.471649", "end": "2022-08-03 17:49:43.957928", "rc": 0, "start": "2022-08-03 17:49:39.486279" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_nzk3ye3w/network/integration collected 1 item ../tmp/lsrtest_nzk3ye3w/network/integration/test_ethernet.py . [100%] ============================== 1 passed in 4.23s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:146 Wednesday 03 August 2022 17:49:45 +0000 (0:00:04.912) 0:00:56.877 ****** ok: [/cache/centos-8.qcow2] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_nzk3ye3w/network/integration", "collected 1 item", "", "../tmp/lsrtest_nzk3ye3w/network/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 4.23s ===============================" ] } TASK [remove local tar file] *************************************************** task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:149 Wednesday 03 August 2022 17:49:45 +0000 (0:00:00.110) 0:00:56.988 ****** changed: [/cache/centos-8.qcow2 -> localhost] => { "changed": true, "path": "/tmp/lsrtest_i25wj2ue.tar", "state": "absent" } TASK [remove tempdir] ********************************************************** task path: /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:155 Wednesday 03 August 2022 17:49:45 +0000 (0:00:00.228) 0:00:57.216 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "path": "/tmp/lsrtest_nzk3ye3w", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=80 changed=21 unreachable=0 failed=0 skipped=36 rescued=0 ignored=0 Wednesday 03 August 2022 17:49:46 +0000 (0:00:00.431) 0:00:57.647 ****** =============================================================================== Install rpm dependencies ----------------------------------------------- 11.74s /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:12 ---- Run pytest with initscripts --------------------------------------------- 4.91s /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:137 --- Install Pytest ---------------------------------------------------------- 3.48s /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:17 ---- Run pytest with nm ------------------------------------------------------ 2.89s /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:120 --- install network-scripts when running pytest with initscripts ------------ 2.22s /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:133 --- Gathering Facts --------------------------------------------------------- 1.85s /tmp/tmpjloc5qmw/tests/network/tests_default_initscripts.yml:3 ---------------- fedora.linux_system_roles.network : Check which services are running ---- 1.70s /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which services are running ---- 1.53s /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which packages are installed --- 1.44s /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Check which packages are installed --- 1.21s /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Copy testrepo.tar to the remote system ---------------------------------- 1.13s /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:77 ---- Gathering Facts --------------------------------------------------------- 1.02s /tmp/tmpjloc5qmw/tests/network/tests_integration_pytest.yml:3 ----------------- Gathering Facts --------------------------------------------------------- 0.82s /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:31 ---- Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmpjloc5qmw/tests/network/tests_default_nm.yml:3 ------------------------- fedora.linux_system_roles.network : Enable network service -------------- 0.80s /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Gathering Facts --------------------------------------------------------- 0.78s /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:3 ----- Enable HA repos --------------------------------------------------------- 0.78s /cache/centos-8_setup.yml:5 --------------------------------------------------- fedora.linux_system_roles.network : Configure networking connection profiles --- 0.72s /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Enable EPEL 8 ----------------------------------------------------------- 0.62s /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:17 ----------------------- Enable EPEL 8 ----------------------------------------------------------- 0.62s /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:17 ----------------------- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpjloc5qmw/tests/network/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpjloc5qmw/tests/network/_restore.yml:4 Wednesday 03 August 2022 17:49:46 +0000 (0:00:00.044) 0:00:57.692 ****** changed: [/cache/centos-8.qcow2] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.006185", "end": "2022-08-03 17:49:45.166819", "rc": 0, "start": "2022-08-03 17:49:45.160634" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=81 changed=22 unreachable=0 failed=0 skipped=36 rescued=0 ignored=0 Wednesday 03 August 2022 17:49:46 +0000 (0:00:00.414) 0:00:58.107 ****** =============================================================================== Install rpm dependencies ----------------------------------------------- 11.74s /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:12 ---- Run pytest with initscripts --------------------------------------------- 4.91s /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:137 --- Install Pytest ---------------------------------------------------------- 3.48s /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:17 ---- Run pytest with nm ------------------------------------------------------ 2.89s /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:120 --- install network-scripts when running pytest with initscripts ------------ 2.22s /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:133 --- Gathering Facts --------------------------------------------------------- 1.85s /tmp/tmpjloc5qmw/tests/network/tests_default_initscripts.yml:3 ---------------- fedora.linux_system_roles.network : Check which services are running ---- 1.70s /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which services are running ---- 1.53s /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which packages are installed --- 1.44s /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Check which packages are installed --- 1.21s /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Copy testrepo.tar to the remote system ---------------------------------- 1.13s /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:77 ---- Gathering Facts --------------------------------------------------------- 1.02s /tmp/tmpjloc5qmw/tests/network/tests_integration_pytest.yml:3 ----------------- Gathering Facts --------------------------------------------------------- 0.82s /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:31 ---- Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmpjloc5qmw/tests/network/tests_default_nm.yml:3 ------------------------- fedora.linux_system_roles.network : Enable network service -------------- 0.80s /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Gathering Facts --------------------------------------------------------- 0.78s /tmp/tmpjloc5qmw/tests/network/playbooks/integration_pytest_python3.yml:3 ----- Enable HA repos --------------------------------------------------------- 0.78s /cache/centos-8_setup.yml:5 --------------------------------------------------- fedora.linux_system_roles.network : Configure networking connection profiles --- 0.72s /tmp/tmp4wbeq7zn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Enable EPEL 8 ----------------------------------------------------------- 0.62s /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:17 ----------------------- Enable EPEL 8 ----------------------------------------------------------- 0.62s /tmp/tmpjloc5qmw/tests/network/tasks/enable_epel.yml:17 -----------------------