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/tmpy4hq2u0g 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: _backup.yml ********************************************************** 1 plays in /tmp/tmp088uft4w/tests/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmp088uft4w/tests/_backup.yml:6 Wednesday 03 August 2022 17:33:41 +0000 (0:00:00.018) 0:00:00.018 ****** ok: [/cache/rhel-8-y.qcow2.snap] => (item=/etc/resolv.conf) => { "ansible_facts": { "discovered_interpreter_python": "/usr/libexec/platform-python" }, "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659548021.3830702, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659548020.38207, "dev": 64515, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 25785792, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659546726.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "2582525458", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmp088uft4w/tests/_backup.yml:13 Wednesday 03 August 2022 17:33:41 +0000 (0:00:00.616) 0:00:00.634 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/rhel-8-y.qcow2.snap] => (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': 25785792, 'dev': 64515, 'nlink': 1, 'atime': 1659548021.3830702, 'mtime': 1659546726.0, 'ctime': 1659548020.38207, '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': '2582525458', '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'}}, 'ansible_facts': {'discovered_interpreter_python': '/usr/libexec/platform-python'}, '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_facts": { "discovered_interpreter_python": "/usr/libexec/platform-python" }, "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": 1659548021.3830702, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659548020.38207, "dev": 64515, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 25785792, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659546726.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "2582525458", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } TASK [Back up system files] **************************************************** task path: /tmp/tmp088uft4w/tests/_backup.yml:19 Wednesday 03 August 2022 17:33:41 +0000 (0:00:00.040) 0:00:00.674 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.003841", "end": "2022-08-03 13:33:42.168253", "rc": 0, "start": "2022-08-03 13:33:42.164412" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8-y.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 17:33:42 +0000 (0:00:00.494) 0:00:01.169 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.62s /tmp/tmp088uft4w/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.49s /tmp/tmp088uft4w/tests/_backup.yml:19 ----------------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmp088uft4w/tests/_backup.yml:13 ----------------------------------------- PLAYBOOK: tests_integration_pytest.yml ***************************************** 7 plays in /tmp/tmp088uft4w/tests/tests_integration_pytest.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp088uft4w/tests/tests_integration_pytest.yml:3 Wednesday 03 August 2022 17:33:42 +0000 (0:00:00.063) 0:00:01.233 ****** ok: [/cache/rhel-8-y.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmp088uft4w/tests/tests_integration_pytest.yml:5 Wednesday 03 August 2022 17:33:43 +0000 (0:00:01.063) 0:00:02.296 ****** included: /tmp/tmp088uft4w/tests/tasks/el_repo_setup.yml for /cache/rhel-8-y.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp088uft4w/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:33:43 +0000 (0:00:00.027) 0:00:02.324 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:33:43 +0000 (0:00:00.020) 0:00:02.345 ****** included: /tmp/tmp088uft4w/tests/tasks/enable_epel.yml for /cache/rhel-8-y.qcow2.snap TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:33:43 +0000 (0:00:00.028) 0:00:02.373 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:33:44 +0000 (0:00:00.358) 0:00:02.732 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:33:44 +0000 (0:00:00.023) 0:00:02.755 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.409779", "end": "2022-08-03 13:33:44.538551", "rc": 0, "start": "2022-08-03 13:33:44.128772" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:33:44 +0000 (0:00:00.783) 0:00:03.539 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:3 Wednesday 03 August 2022 17:33:44 +0000 (0:00:00.041) 0:00:03.581 ****** ok: [/cache/rhel-8-y.qcow2.snap] META: ran handlers TASK [Install rpm dependencies] ************************************************ task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:12 Wednesday 03 August 2022 17:33:45 +0000 (0:00:00.805) 0:00:04.386 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "rc": 0, "results": [ "Installed: perl-Error-1:0.17025-2.el8.noarch", "Installed: git-2.31.1-2.el8.x86_64", "Installed: perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9eecfe51.noarch", "Installed: emacs-filesystem-1:26.1-7.el8.noarch", "Installed: git-core-2.31.1-2.el8.x86_64", "Installed: git-core-doc-2.31.1-2.el8.noarch", "Installed: python3-pip-9.0.3-22.el8.noarch", "Installed: perl-IO-Socket-IP-0.39-5.el8.noarch", "Installed: perl-TermReadKey-2.37-7.el8.x86_64", "Installed: perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594cad75.noarch", "Installed: perl-Net-SSLeay-1.88-2.module+el8.6.0+13392+f0897f98.x86_64", "Installed: perl-Carp-1.42-396.el8.noarch", "Installed: perl-libnet-3.11-3.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: perl-IO-1.38-421.el8.x86_64", "Installed: perl-MIME-Base64-3.15-396.el8.x86_64", "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-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: python3-setuptools-39.2.0-6.el8.noarch", "Installed: perl-Text-ParseWords-3.30-395.el8.noarch", "Installed: perl-Text-Tabs+Wrap-2013.0523-395.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-Digest-1.17-395.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: 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-Digest-MD5-2.55-396.el8.x86_64", "Installed: perl-URI-1.73-3.el8.noarch", "Installed: python36-3.6.8-38.module+el8.5.0+12207+5c5719bc.x86_64", "Installed: perl-Git-2.31.1-2.el8.noarch" ] } TASK [Install Pytest] ********************************************************** task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:17 Wednesday 03 August 2022 17:33:52 +0000 (0:00:06.684) 0:00:11.071 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:03.156381", "end": "2022-08-03 13:33:55.608027", "rc": 0, "start": "2022-08-03 13:33:52.451646" } STDOUT: Collecting pytest Downloading https://files.pythonhosted.org/packages/38/93/c7c0bd1e932b287fb948eb9ce5a3d6307c9fc619db1e199f8c8bc5dad95f/pytest-7.0.1-py3-none-any.whl (296kB) Collecting py>=1.8.2 (from pytest) Downloading https://files.pythonhosted.org/packages/f6/f0/10642828a8dfb741e5f3fbaac830550a518a775c7fff6f04a007259b0548/py-1.11.0-py2.py3-none-any.whl (98kB) Collecting importlib-metadata>=0.12; python_version < "3.8" (from pytest) Downloading https://files.pythonhosted.org/packages/a0/a1/b153a0a4caf7a7e3f15c2cd56c7702e2cf3d89b1b359d1f1c5e59d68f4ce/importlib_metadata-4.8.3-py3-none-any.whl Collecting 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 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 packaging (from pytest) Downloading https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl (40kB) Collecting iniconfig (from pytest) Downloading https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.py3-none-any.whl Collecting typing-extensions>=3.6.4; python_version < "3.8" (from importlib-metadata>=0.12; python_version < "3.8"->pytest) Downloading https://files.pythonhosted.org/packages/45/6b/44f7f8f1e110027cf88956b59f2fad776cca7e1704396d043f89effd3a0e/typing_extensions-4.1.1-py3-none-any.whl Collecting 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: py, typing-extensions, zipp, importlib-metadata, tomli, attrs, pluggy, pyparsing, packaging, iniconfig, 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/tmp088uft4w/tests/tests_default_initscripts.yml:3 Wednesday 03 August 2022 17:33:55 +0000 (0:00:03.562) 0:00:14.634 ****** ok: [/cache/rhel-8-y.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmp088uft4w/tests/tests_default_initscripts.yml:5 Wednesday 03 August 2022 17:33:56 +0000 (0:00:00.821) 0:00:15.456 ****** included: /tmp/tmp088uft4w/tests/tasks/el_repo_setup.yml for /cache/rhel-8-y.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp088uft4w/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:33:56 +0000 (0:00:00.033) 0:00:15.489 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:33:56 +0000 (0:00:00.023) 0:00:15.513 ****** included: /tmp/tmp088uft4w/tests/playbooks/../tasks/enable_epel.yml for /cache/rhel-8-y.qcow2.snap TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:33:56 +0000 (0:00:00.032) 0:00:15.545 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:33:57 +0000 (0:00:00.370) 0:00:15.916 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:33:57 +0000 (0:00:00.025) 0:00:15.942 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.398885", "end": "2022-08-03 13:33:57.711420", "rc": 0, "start": "2022-08-03 13:33:57.312535" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:33:58 +0000 (0:00:00.773) 0:00:16.715 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /tmp/tmp088uft4w/tests/tests_default_initscripts.yml:6 Wednesday 03 August 2022 17:33:58 +0000 (0:00:00.022) 0:00:16.738 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 17:33:58 +0000 (0:00:00.057) 0:00:16.795 ****** included: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/rhel-8-y.qcow2.snap TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 03 August 2022 17:33:58 +0000 (0:00:00.048) 0:00:16.843 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Wednesday 03 August 2022 17:33:58 +0000 (0:00:00.571) 0:00:17.415 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Wednesday 03 August 2022 17:34:00 +0000 (0:00:01.805) 0:00:19.221 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 17:34:02 +0000 (0:00:01.471) 0:00:20.693 ****** ok: [/cache/rhel-8-y.qcow2.snap] => {} 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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 17:34:02 +0000 (0:00:00.118) 0:00:20.811 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 17:34:02 +0000 (0:00:00.056) 0:00:20.867 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 17:34:02 +0000 (0:00:00.059) 0:00:20.927 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 17:34:02 +0000 (0:00:00.082) 0:00:21.010 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 17:34:02 +0000 (0:00:00.058) 0:00:21.068 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 17:34:02 +0000 (0:00:00.056) 0:00:21.124 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 17:34:02 +0000 (0:00:00.060) 0:00:21.185 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 17:34:02 +0000 (0:00:00.062) 0:00:21.247 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 17:34:02 +0000 (0:00:00.063) 0:00:21.311 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 17:34:03 +0000 (0:00:00.848) 0:00:22.159 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-127095ghegc6_6/tmp3e5vu7m6" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 17:34:03 +0000 (0:00:00.459) 0:00:22.618 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network ok: [/cache/rhel-8-y.qcow2.snap] => { "_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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 17:34:04 +0000 (0:00:00.726) 0:00:23.345 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 17:34:04 +0000 (0:00:00.057) 0:00:23.402 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 17:34:04 +0000 (0:00:00.066) 0:00:23.469 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "__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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 17:34:04 +0000 (0:00:00.066) 0:00:23.536 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 17:34:04 +0000 (0:00:00.058) 0:00:23.594 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/rhel-8-y.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp088uft4w/tests/tests_default.yml:9 Wednesday 03 August 2022 17:34:05 +0000 (0:00:00.570) 0:00:24.165 ****** included: /tmp/tmp088uft4w/tests/tasks/el_repo_setup.yml for /cache/rhel-8-y.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp088uft4w/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:34:05 +0000 (0:00:00.074) 0:00:24.240 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:34:05 +0000 (0:00:00.088) 0:00:24.329 ****** included: /tmp/tmp088uft4w/tests/playbooks/../tasks/enable_epel.yml for /cache/rhel-8-y.qcow2.snap TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:34:05 +0000 (0:00:00.079) 0:00:24.409 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:34:06 +0000 (0:00:00.405) 0:00:24.814 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:34:06 +0000 (0:00:00.055) 0:00:24.870 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.412548", "end": "2022-08-03 13:34:06.669884", "rc": 0, "start": "2022-08-03 13:34:06.257336" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:34:07 +0000 (0:00:00.825) 0:00:25.696 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmp088uft4w/tests/tests_default.yml:10 Wednesday 03 August 2022 17:34:07 +0000 (0:00:00.054) 0:00:25.750 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp088uft4w/tests/tests_default_nm.yml:3 Wednesday 03 August 2022 17:34:07 +0000 (0:00:00.110) 0:00:25.861 ****** ok: [/cache/rhel-8-y.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmp088uft4w/tests/tests_default_nm.yml:5 Wednesday 03 August 2022 17:34:08 +0000 (0:00:00.904) 0:00:26.765 ****** included: /tmp/tmp088uft4w/tests/tasks/el_repo_setup.yml for /cache/rhel-8-y.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp088uft4w/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:34:08 +0000 (0:00:00.061) 0:00:26.826 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:34:08 +0000 (0:00:00.037) 0:00:26.864 ****** included: /tmp/tmp088uft4w/tests/playbooks/../tasks/enable_epel.yml for /cache/rhel-8-y.qcow2.snap TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:34:08 +0000 (0:00:00.060) 0:00:26.924 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:34:08 +0000 (0:00:00.410) 0:00:27.335 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:34:08 +0000 (0:00:00.038) 0:00:27.373 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.446787", "end": "2022-08-03 13:34:09.210310", "rc": 0, "start": "2022-08-03 13:34:08.763523" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:34:09 +0000 (0:00:00.858) 0:00:28.231 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmp088uft4w/tests/tests_default_nm.yml:6 Wednesday 03 August 2022 17:34:09 +0000 (0:00:00.040) 0:00:28.272 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 17:34:09 +0000 (0:00:00.126) 0:00:28.399 ****** included: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/rhel-8-y.qcow2.snap TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 03 August 2022 17:34:09 +0000 (0:00:00.065) 0:00:28.465 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Wednesday 03 August 2022 17:34:10 +0000 (0:00:00.547) 0:00:29.012 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Wednesday 03 August 2022 17:34:13 +0000 (0:00:02.752) 0:00:31.765 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 17:34:14 +0000 (0:00:01.207) 0:00:32.973 ****** ok: [/cache/rhel-8-y.qcow2.snap] => {} 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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 17:34:14 +0000 (0:00:00.108) 0:00:33.082 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 17:34:14 +0000 (0:00:00.043) 0:00:33.125 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 17:34:14 +0000 (0:00:00.045) 0:00:33.171 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 17:34:14 +0000 (0:00:00.081) 0:00:33.252 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 17:34:14 +0000 (0:00:00.045) 0:00:33.298 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 17:34:14 +0000 (0:00:00.049) 0:00:33.348 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 17:34:14 +0000 (0:00:00.059) 0:00:33.407 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 17:34:15 +0000 (0:00:00.573) 0:00:33.980 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 17:34:15 +0000 (0:00:00.059) 0:00:34.040 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 17:34:15 +0000 (0:00:00.042) 0:00:34.082 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 17:34:15 +0000 (0:00:00.042) 0:00:34.124 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network ok: [/cache/rhel-8-y.qcow2.snap] => { "_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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 17:34:16 +0000 (0:00:00.629) 0:00:34.753 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 17:34:16 +0000 (0:00:00.048) 0:00:34.802 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 17:34:16 +0000 (0:00:00.054) 0:00:34.857 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "__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/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 17:34:16 +0000 (0:00:00.053) 0:00:34.910 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 17:34:16 +0000 (0:00:00.048) 0:00:34.959 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/rhel-8-y.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp088uft4w/tests/tests_default.yml:9 Wednesday 03 August 2022 17:34:16 +0000 (0:00:00.441) 0:00:35.400 ****** included: /tmp/tmp088uft4w/tests/tasks/el_repo_setup.yml for /cache/rhel-8-y.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp088uft4w/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:34:16 +0000 (0:00:00.064) 0:00:35.464 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:34:16 +0000 (0:00:00.038) 0:00:35.503 ****** included: /tmp/tmp088uft4w/tests/playbooks/../tasks/enable_epel.yml for /cache/rhel-8-y.qcow2.snap TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:34:16 +0000 (0:00:00.065) 0:00:35.569 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:34:17 +0000 (0:00:00.406) 0:00:35.975 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:34:17 +0000 (0:00:00.078) 0:00:36.054 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.402261", "end": "2022-08-03 13:34:17.837289", "rc": 0, "start": "2022-08-03 13:34:17.435028" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:34:18 +0000 (0:00:00.800) 0:00:36.855 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmp088uft4w/tests/tests_default.yml:10 Wednesday 03 August 2022 17:34:18 +0000 (0:00:00.039) 0:00:36.894 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:31 Wednesday 03 August 2022 17:34:18 +0000 (0:00:00.097) 0:00:36.991 ****** ok: [/cache/rhel-8-y.qcow2.snap] META: ran handlers TASK [create tempdir for code to test] ***************************************** task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:35 Wednesday 03 August 2022 17:34:19 +0000 (0:00:00.869) 0:00:37.861 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_olv_5pj_", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [get tempfile for tar] **************************************************** task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:41 Wednesday 03 August 2022 17:34:19 +0000 (0:00:00.520) 0:00:38.381 ****** changed: [/cache/rhel-8-y.qcow2.snap -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_qm93g61e.tar", "size": 0, "state": "file", "uid": 0 } TASK [include_tasks] *********************************************************** task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:48 Wednesday 03 August 2022 17:34:19 +0000 (0:00:00.224) 0:00:38.606 ****** included: /tmp/tmp088uft4w/tests/tasks/get_modules_and_utils_paths.yml for /cache/rhel-8-y.qcow2.snap TASK [set collection paths] **************************************************** task path: /tmp/tmp088uft4w/tests/tasks/get_modules_and_utils_paths.yml:3 Wednesday 03 August 2022 17:34:19 +0000 (0:00:00.065) 0:00:38.671 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "ansible_facts": { "collection_paths": [ "/tmp/tmpy4hq2u0g", "/tmp/tmpy4hq2u0g" ] }, "changed": false } TASK [set search paths] ******************************************************** task path: /tmp/tmp088uft4w/tests/tasks/get_modules_and_utils_paths.yml:13 Wednesday 03 August 2022 17:34:20 +0000 (0:00:00.066) 0:00:38.738 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmp088uft4w/tests/tasks/get_modules_and_utils_paths.yml:42 Wednesday 03 August 2022 17:34:20 +0000 (0:00:00.069) 0:00:38.808 ****** ok: [/cache/rhel-8-y.qcow2.snap -> 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/tmpy4hq2u0g /tmp/tmpy4hq2u0g; 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.008284", "end": "2022-08-03 17:34:20.326924", "rc": 0, "start": "2022-08-03 17:34:20.318640" } STDOUT: /tmp/tmp088uft4w 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/tmp088uft4w/tests/tasks/get_modules_and_utils_paths.yml:69 Wednesday 03 August 2022 17:34:20 +0000 (0:00:00.258) 0:00:39.066 ****** ok: [/cache/rhel-8-y.qcow2.snap -> 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/tmpy4hq2u0g /tmp/tmpy4hq2u0g; 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.007076", "end": "2022-08-03 17:34:20.583956", "rc": 0, "start": "2022-08-03 17:34:20.576880" } STDOUT: /tmp/tmp088uft4w 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/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:50 Wednesday 03 August 2022 17:34:20 +0000 (0:00:00.248) 0:00:39.315 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "ansible_facts": { "tests_directory": "/tmp/tmp088uft4w/tests/playbooks/files/../../tests" }, "changed": false } TASK [Create Tar file] ********************************************************* task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:65 Wednesday 03 August 2022 17:34:20 +0000 (0:00:00.059) 0:00:39.374 ****** changed: [/cache/rhel-8-y.qcow2.snap -> localhost] => { "changed": true, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_qm93g61e.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/tmp/tmp088uft4w", "tests", "-C", "/tmp/tmp088uft4w", "library", "-C", "/tmp/tmp088uft4w", "module_utils" ], "delta": "0:00:00.008943", "end": "2022-08-03 17:34:20.895319", "rc": 0, "start": "2022-08-03 17:34:20.886376" } 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/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:77 Wednesday 03 August 2022 17:34:20 +0000 (0:00:00.252) 0:00:39.627 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "checksum": "b2660fdf6cfe261dd2a94caa84364b4fd3779cb1", "dest": "/tmp/lsrtest_olv_5pj_/lsrtest_qm93g61e.tar", "gid": 0, "group": "root", "md5sum": "173341f9d907f7de2c8709413bfc7625", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 819200, "src": "/root/.ansible/tmp/ansible-tmp-1659548061.0080023-127838-145908008226438/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:83 Wednesday 03 August 2022 17:34:22 +0000 (0:00:01.180) 0:00:40.807 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "tar", "xf", "lsrtest_qm93g61e.tar" ], "delta": "0:00:00.012633", "end": "2022-08-03 13:34:22.211542", "rc": 0, "start": "2022-08-03 13:34:22.198909" } TASK [Create /tmp/lsrtest_olv_5pj_/ansible] ************************************ task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:88 Wednesday 03 August 2022 17:34:22 +0000 (0:00:00.424) 0:00:41.232 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_olv_5pj_/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/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:94 Wednesday 03 August 2022 17:34:23 +0000 (0:00:00.561) 0:00:41.793 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": "if [ -d /tmp/lsrtest_olv_5pj_/module_utils ]; then\n mv /tmp/lsrtest_olv_5pj_/module_utils /tmp/lsrtest_olv_5pj_/ansible\nfi\n", "delta": "0:00:00.004640", "end": "2022-08-03 13:34:23.169282", "rc": 0, "start": "2022-08-03 13:34:23.164642" } TASK [Fake out python module directories, primarily for python2] *************** task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:100 Wednesday 03 August 2022 17:34:23 +0000 (0:00:00.393) 0:00:42.187 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": "for dir in $(find /tmp/lsrtest_olv_5pj_ -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.014609", "end": "2022-08-03 13:34:23.570210", "rc": 0, "start": "2022-08-03 13:34:23.555601" } TASK [Set _lsr_python_path] **************************************************** task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:108 Wednesday 03 August 2022 17:34:23 +0000 (0:00:00.399) 0:00:42.587 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_olv_5pj_/library:/tmp/lsrtest_olv_5pj_" }, "changed": false } TASK [Show _lsr_python_path] *************************************************** task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:115 Wednesday 03 August 2022 17:34:24 +0000 (0:00:00.114) 0:00:42.702 ****** ok: [/cache/rhel-8-y.qcow2.snap] => {} MSG: path /tmp/lsrtest_olv_5pj_/library:/tmp/lsrtest_olv_5pj_ TASK [ls -alrtFR /tmp/lsrtest_olv_5pj_] **************************************** task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:119 Wednesday 03 August 2022 17:34:24 +0000 (0:00:00.058) 0:00:42.761 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_olv_5pj_" ], "delta": "0:00:00.007104", "end": "2022-08-03 13:34:24.150523", "rc": 0, "start": "2022-08-03 13:34:24.143419" } STDOUT: /tmp/lsrtest_olv_5pj_: total 808 drwxr-xr-x. 2 root root 79 Aug 3 13:10 library/ -rw-------. 1 root root 819200 Aug 3 13:34 lsrtest_qm93g61e.tar -rw-r--r--. 1 root root 0 Aug 3 13:34 __init__.py drwx------. 5 root root 96 Aug 3 13:34 ./ drwxr-xr-x. 8 root root 4096 Aug 3 13:34 tests/ drwxr-xr-x. 3 root root 45 Aug 3 13:34 ansible/ drwxrwxrwt. 11 root root 4096 Aug 3 13:34 ../ /tmp/lsrtest_olv_5pj_/library: total 104 -rw-r--r--. 1 root root 2211 Aug 3 13:10 network_state.py -rw-r--r--. 1 root root 101576 Aug 3 13:10 network_connections.py -rw-r--r--. 1 root root 0 Aug 3 13:10 __init__.py drwxr-xr-x. 2 root root 79 Aug 3 13:10 ./ drwx------. 5 root root 96 Aug 3 13:34 ../ /tmp/lsrtest_olv_5pj_/tests: total 284 -rw-r--r--. 1 root root 805 Aug 3 13:10 tests_wireless_wpa3_sae_nm.yml -rw-r--r--. 1 root root 901 Aug 3 13:10 tests_wireless_wpa3_owe_nm.yml -rw-r--r--. 1 root root 636 Aug 3 13:10 tests_wireless_plugin_installation_nm.yml -rw-r--r--. 1 root root 644 Aug 3 13:10 tests_wireless_nm.yml -rw-r--r--. 1 root root 596 Aug 3 13:10 tests_vlan_mtu_nm.yml -rw-r--r--. 1 root root 535 Aug 3 13:10 tests_vlan_mtu_initscripts.yml -rw-r--r--. 1 root root 5339 Aug 3 13:10 tests_unit.yml -rw-r--r--. 1 root root 628 Aug 3 13:10 tests_team_plugin_installation_nm.yml -rw-r--r--. 1 root root 627 Aug 3 13:10 tests_team_nm.yml -rw-r--r--. 1 root root 421 Aug 3 13:10 tests_switch_provider.yml -rw-r--r--. 1 root root 592 Aug 3 13:10 tests_states_nm.yml -rw-r--r--. 1 root root 531 Aug 3 13:10 tests_states_initscripts.yml -rw-r--r--. 1 root root 606 Aug 3 13:10 tests_routing_rules_nm.yml -rw-r--r--. 1 root root 602 Aug 3 13:10 tests_route_table_nm.yml -rw-r--r--. 1 root root 1175 Aug 3 13:10 tests_regression_nm.yml -rw-r--r--. 1 root root 594 Aug 3 13:10 tests_reapply_nm.yml -rw-r--r--. 1 root root 1246 Aug 3 13:10 tests_provider_nm.yml -rw-r--r--. 1 root root 657 Aug 3 13:10 tests_network_state_nm.yml -rw-r--r--. 1 root root 588 Aug 3 13:10 tests_ipv6_nm.yml -rw-r--r--. 1 root root 527 Aug 3 13:10 tests_ipv6_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 13:10 tests_ipv6_dns_search_nm.yml -rw-r--r--. 1 root root 606 Aug 3 13:10 tests_ipv6_disabled_nm.yml -rw-r--r--. 1 root root 325 Aug 3 13:10 tests_integration_pytest.yml -rw-r--r--. 1 root root 600 Aug 3 13:10 tests_infiniband_nm.yml -rw-r--r--. 1 root root 979 Aug 3 13:10 tests_helpers_and_asserts.yml -rw-r--r--. 1 root root 1155 Aug 3 13:10 tests_ethtool_ring_nm.yml -rw-r--r--. 1 root root 543 Aug 3 13:10 tests_ethtool_ring_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 13:10 tests_ethtool_features_nm.yml -rw-r--r--. 1 root root 551 Aug 3 13:10 tests_ethtool_features_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 13:10 tests_ethtool_coalesce_nm.yml -rw-r--r--. 1 root root 551 Aug 3 13:10 tests_ethtool_coalesce_initscripts.yml -rw-r--r--. 1 root root 1178 Aug 3 13:10 tests_eth_pci_address_match_nm.yml -rw-r--r--. 1 root root 596 Aug 3 13:10 tests_ethernet_nm.yml -rw-r--r--. 1 root root 535 Aug 3 13:10 tests_ethernet_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 13:10 tests_eth_dns_support_nm.yml -rw-r--r--. 1 root root 590 Aug 3 13:10 tests_dummy_nm.yml -rw-r--r--. 1 root root 393 Aug 3 13:10 tests_default.yml -rw-r--r--. 1 root root 377 Aug 3 13:10 tests_default_nm.yml -rw-r--r--. 1 root root 360 Aug 3 13:10 tests_default_initscripts.yml -rw-r--r--. 1 root root 2354 Aug 3 13:10 tests_change_indication_on_repeat_run.yml -rw-r--r--. 1 root root 592 Aug 3 13:10 tests_bridge_nm.yml -rw-r--r--. 1 root root 531 Aug 3 13:10 tests_bridge_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 13:10 tests_bond_removal_nm.yml -rw-r--r--. 1 root root 543 Aug 3 13:10 tests_bond_removal_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 13:10 tests_bond_options_nm.yml -rw-r--r--. 1 root root 588 Aug 3 13:10 tests_bond_nm.yml -rw-r--r--. 1 root root 527 Aug 3 13:10 tests_bond_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 13:10 tests_bond_deprecated_nm.yml -rw-r--r--. 1 root root 549 Aug 3 13:10 tests_bond_deprecated_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 13:10 tests_auto_gateway_nm.yml -rw-r--r--. 1 root root 543 Aug 3 13:10 tests_auto_gateway_initscripts.yml -rw-r--r--. 1 root root 701 Aug 3 13:10 tests_802_1x_updated_nm.yml -rw-r--r--. 1 root root 685 Aug 3 13:10 tests_802_1x_nm.yml -rw-r--r--. 1 root root 285 Aug 3 13:10 setup-snapshot.yml lrwxrwxrwx. 1 root root 16 Aug 3 13:10 module_utils -> ../module_utils/ lrwxrwxrwx. 1 root root 11 Aug 3 13:10 modules -> ../library// -rwxr-xr-x. 1 root root 880 Aug 3 13:10 merge_coverage.sh* -rwxr-xr-x. 1 root root 357 Aug 3 13:10 git-pre-commit.sh* -rwxr-xr-x. 1 root root 682 Aug 3 13:10 git-post-commit.sh* -rw-r--r--. 1 root root 20 Aug 3 13:10 .gitignore -rwxr-xr-x. 1 root root 929 Aug 3 13:10 get_total_coverage.sh* -rw-r--r--. 1 root root 2509 Aug 3 13:10 get_coverage.yml -rwxr-xr-x. 1 root root 2494 Aug 3 13:10 get_coverage.sh* -rwxr-xr-x. 1 root root 9915 Aug 3 13:10 ensure_provider_tests.py* -rwxr-xr-x. 1 root root 343 Aug 3 13:10 covstats* -rw-r--r--. 1 root root 139 Aug 3 13:10 _restore.yml -rw-r--r--. 1 root root 575 Aug 3 13:10 _backup.yml drwx------. 5 root root 96 Aug 3 13:34 ../ -rw-r--r--. 1 root root 0 Aug 3 13:34 __init__.py drwxr-xr-x. 8 root root 4096 Aug 3 13:34 ./ drwxr-xr-x. 2 root root 173 Aug 3 13:34 files/ drwxr-xr-x. 2 root root 4096 Aug 3 13:34 playbooks/ drwxr-xr-x. 2 root root 68 Aug 3 13:34 integration/ drwxr-xr-x. 3 root root 59 Aug 3 13:34 roles/ drwxr-xr-x. 3 root root 4096 Aug 3 13:34 tasks/ drwxr-xr-x. 2 root root 87 Aug 3 13:34 unit/ /tmp/lsrtest_olv_5pj_/tests/files: total 36 -rw-r--r--. 1 root root 1334 Aug 3 13:10 server.pem -rw-r--r--. 1 root root 1782 Aug 3 13:10 server.key -rw-r--r--. 1 root root 424 Aug 3 13:10 dh.pem -rw-r--r--. 1 root root 1334 Aug 3 13:10 client.pem -rw-r--r--. 1 root root 1675 Aug 3 13:10 client.key.nocrypt -rw-r--r--. 1 root root 1782 Aug 3 13:10 client.key -rw-r--r--. 1 root root 1289 Aug 3 13:10 cacert.pem -rw-r--r--. 1 root root 1766 Aug 3 13:10 cacert.key drwxr-xr-x. 8 root root 4096 Aug 3 13:34 ../ -rw-r--r--. 1 root root 0 Aug 3 13:34 __init__.py drwxr-xr-x. 2 root root 173 Aug 3 13:34 ./ /tmp/lsrtest_olv_5pj_/tests/playbooks: total 232 -rw-r--r--. 1 root root 2973 Aug 3 13:10 tests_wireless.yml -rw-r--r--. 1 root root 1369 Aug 3 13:10 tests_wireless_wpa3_sae.yml -rw-r--r--. 1 root root 1325 Aug 3 13:10 tests_wireless_wpa3_owe.yml -rw-r--r--. 1 root root 1188 Aug 3 13:10 tests_wireless_plugin_installation.yml -rw-r--r--. 1 root root 1980 Aug 3 13:10 tests_vlan_mtu.yml -rw-r--r--. 1 root root 875 Aug 3 13:10 tests_team.yml -rw-r--r--. 1 root root 1161 Aug 3 13:10 tests_team_plugin_installation.yml -rw-r--r--. 1 root root 1798 Aug 3 13:10 tests_switch_provider.yml -rw-r--r--. 1 root root 4555 Aug 3 13:10 tests_states.yml -rw-r--r--. 1 root root 8478 Aug 3 13:10 tests_routing_rules.yml -rw-r--r--. 1 root root 4703 Aug 3 13:10 tests_route_table.yml -rw-r--r--. 1 root root 2408 Aug 3 13:10 tests_reapply.yml -rw-r--r--. 1 root root 1115 Aug 3 13:10 tests_provider.yml -rw-r--r--. 1 root root 6891 Aug 3 13:10 tests_network_state.yml -rw-r--r--. 1 root root 3271 Aug 3 13:10 tests_ipv6.yml -rw-r--r--. 1 root root 5711 Aug 3 13:10 tests_ipv6_dns_search.yml -rw-r--r--. 1 root root 2786 Aug 3 13:10 tests_ipv6_disabled.yml -rw-r--r--. 1 root root 2493 Aug 3 13:10 tests_infiniband.yml -rw-r--r--. 1 root root 6742 Aug 3 13:10 tests_ethtool_ring.yml -rw-r--r--. 1 root root 7147 Aug 3 13:10 tests_ethtool_features.yml -rw-r--r--. 1 root root 5435 Aug 3 13:10 tests_ethtool_coalesce.yml -rw-r--r--. 1 root root 2739 Aug 3 13:10 tests_eth_pci_address_match.yml -rw-r--r--. 1 root root 1663 Aug 3 13:10 tests_ethernet.yml -rw-r--r--. 1 root root 3625 Aug 3 13:10 tests_eth_dns_support.yml -rw-r--r--. 1 root root 854 Aug 3 13:10 tests_dummy.yml -rw-r--r--. 1 root root 3174 Aug 3 13:10 tests_checkpoint_cleanup.yml -rw-r--r--. 1 root root 1216 Aug 3 13:10 tests_bridge.yml -rw-r--r--. 1 root root 3932 Aug 3 13:10 tests_bond.yml -rw-r--r--. 1 root root 8718 Aug 3 13:10 tests_bond_removal.yml -rw-r--r--. 1 root root 6536 Aug 3 13:10 tests_bond_options.yml -rw-r--r--. 1 root root 3588 Aug 3 13:10 tests_bond_deprecated.yml -rw-r--r--. 1 root root 4224 Aug 3 13:10 tests_auto_gateway.yml -rw-r--r--. 1 root root 4426 Aug 3 13:10 tests_802_1x.yml -rw-r--r--. 1 root root 306 Aug 3 13:10 tests_802_1x_updated.yml lrwxrwxrwx. 1 root root 9 Aug 3 13:10 tasks -> ../tasks// -rw-r--r--. 1 root root 136 Aug 3 13:10 run_tasks.yml lrwxrwxrwx. 1 root root 9 Aug 3 13:10 roles -> ../roles// -rw-r--r--. 1 root root 224 Aug 3 13:10 remove_profile.yml -rw-r--r--. 1 root root 4140 Aug 3 13:10 manual_test_ethtool_coalesce.yml -rw-r--r--. 1 root root 4947 Aug 3 13:10 integration_pytest_python3.yml lrwxrwxrwx. 1 root root 8 Aug 3 13:10 files -> ../files/ -rw-r--r--. 1 root root 213 Aug 3 13:10 down_profile.yml -rw-r--r--. 1 root root 179 Aug 3 13:10 down_profile+delete_interface.yml drwxr-xr-x. 8 root root 4096 Aug 3 13:34 ../ -rw-r--r--. 1 root root 0 Aug 3 13:34 __init__.py drwxr-xr-x. 2 root root 4096 Aug 3 13:34 ./ /tmp/lsrtest_olv_5pj_/tests/integration: total 12 -rw-r--r--. 1 root root 3243 Aug 3 13:10 test_ethernet.py -rw-r--r--. 1 root root 199 Aug 3 13:10 conftest.py drwxr-xr-x. 8 root root 4096 Aug 3 13:34 ../ -rw-r--r--. 1 root root 0 Aug 3 13:34 __init__.py drwxr-xr-x. 2 root root 68 Aug 3 13:34 ./ /tmp/lsrtest_olv_5pj_/tests/roles: total 4 drwxr-xr-x. 8 root root 4096 Aug 3 13:34 ../ -rw-r--r--. 1 root root 0 Aug 3 13:34 __init__.py drwxr-xr-x. 3 root root 59 Aug 3 13:34 ./ drwxr-xr-x. 2 root root 118 Aug 3 13:34 linux-system-roles.network/ /tmp/lsrtest_olv_5pj_/tests/roles/linux-system-roles.network: total 0 lrwxrwxrwx. 1 root root 19 Aug 3 13:10 templates -> ../../../templates/ lrwxrwxrwx. 1 root root 15 Aug 3 13:10 tasks -> ../../../tasks/ lrwxrwxrwx. 1 root root 22 Aug 3 13:10 module_utils -> ../../../module_utils/ lrwxrwxrwx. 1 root root 14 Aug 3 13:10 meta -> ../../../meta/ lrwxrwxrwx. 1 root root 17 Aug 3 13:10 library -> ../../../library// lrwxrwxrwx. 1 root root 18 Aug 3 13:10 defaults -> ../../../defaults/ drwxr-xr-x. 3 root root 59 Aug 3 13:34 ../ -rw-r--r--. 1 root root 0 Aug 3 13:34 __init__.py drwxr-xr-x. 2 root root 118 Aug 3 13:34 ./ /tmp/lsrtest_olv_5pj_/tests/tasks: total 156 -rw-r--r--. 1 root root 3460 Aug 3 13:10 test_802.1x_capath.yml -rw-r--r--. 1 root root 777 Aug 3 13:10 start_mock_wifi.yml -rw-r--r--. 1 root root 185 Aug 3 13:10 show_interfaces.yml -rw-r--r--. 1 root root 139 Aug 3 13:10 setup_test_interface.yml -rw-r--r--. 1 root root 2048 Aug 3 13:10 setup_mock_wifi.yml -rw-r--r--. 1 root root 1980 Aug 3 13:10 setup_mock_wifi_wpa3_sae.yml -rw-r--r--. 1 root root 1823 Aug 3 13:10 setup_mock_wifi_wpa3_owe.yml -rw-r--r--. 1 root root 244 Aug 3 13:10 setup_802.1x.yml -rw-r--r--. 1 root root 2353 Aug 3 13:10 setup_802_1x_server.yml -rw-r--r--. 1 root root 1648 Aug 3 13:10 run_test.yml -rw-r--r--. 1 root root 581 Aug 3 13:10 remove_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 228 Aug 3 13:10 remove_profile.yml -rw-r--r--. 1 root root 248 Aug 3 13:10 remove+down_profile.yml -rw-r--r--. 1 root root 2094 Aug 3 13:10 manage_test_interface.yml -rw-r--r--. 1 root root 1807 Aug 3 13:10 get_profile_stat.yml -rw-r--r--. 1 root root 480 Aug 3 13:10 get_NetworkManager_NVR.yml -rw-r--r--. 1 root root 2837 Aug 3 13:10 get_modules_and_utils_paths.yml -rw-r--r--. 1 root root 241 Aug 3 13:10 get_interface_stat.yml -rw-r--r--. 1 root root 295 Aug 3 13:10 get_current_interfaces.yml -rw-r--r--. 1 root root 1214 Aug 3 13:10 enable_epel.yml -rw-r--r--. 1 root root 852 Aug 3 13:10 el_repo_setup.yml -rw-r--r--. 1 root root 198 Aug 3 13:10 delete_interface.yml -rw-r--r--. 1 root root 3704 Aug 3 13:10 create_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 373 Aug 3 13:10 create_team_profile.yml -rw-r--r--. 1 root root 361 Aug 3 13:10 create_dummy_profile.yml -rw-r--r--. 1 root root 375 Aug 3 13:10 create_bridge_profile.yml -rw-r--r--. 1 root root 402 Aug 3 13:10 create_bridge_profile_no_autoconnect.yml -rw-r--r--. 1 root root 529 Aug 3 13:10 create_and_remove_interface.yml -rw-r--r--. 1 root root 364 Aug 3 13:10 cleanup_profile+device.yml -rw-r--r--. 1 root root 218 Aug 3 13:10 cleanup_mock_wifi.yml -rw-r--r--. 1 root root 481 Aug 3 13:10 cleanup_802_1x_server.yml -rw-r--r--. 1 root root 434 Aug 3 13:10 assert_profile_present.yml -rw-r--r--. 1 root root 229 Aug 3 13:10 assert_profile_absent.yml -rw-r--r--. 1 root root 364 Aug 3 13:10 assert_output_in_stderr_without_warnings.yml -rw-r--r--. 1 root root 232 Aug 3 13:10 assert_device_present.yml -rw-r--r--. 1 root root 227 Aug 3 13:10 assert_device_absent.yml -rw-r--r--. 1 root root 213 Aug 3 13:10 activate_profile.yml drwxr-xr-x. 8 root root 4096 Aug 3 13:34 ../ drwxr-xr-x. 2 root root 124 Aug 3 13:34 provider/ -rw-r--r--. 1 root root 0 Aug 3 13:34 __init__.py drwxr-xr-x. 3 root root 4096 Aug 3 13:34 ./ /tmp/lsrtest_olv_5pj_/tests/tasks/provider: total 16 -rw-r--r--. 1 root root 191 Aug 3 13:10 default_with_nm.yml -rw-r--r--. 1 root root 364 Aug 3 13:10 create_with_nm.yml -rw-r--r--. 1 root root 607 Aug 3 13:10 create_and_remove_with_initscripts.yml -rw-r--r--. 1 root root 0 Aug 3 13:34 __init__.py drwxr-xr-x. 3 root root 4096 Aug 3 13:34 ../ drwxr-xr-x. 2 root root 124 Aug 3 13:34 ./ /tmp/lsrtest_olv_5pj_/tests/unit: total 192 -rw-r--r--. 1 root root 1416 Aug 3 13:10 test_nm_provider.py -rw-r--r--. 1 root root 188004 Aug 3 13:10 test_network_connections.py drwxr-xr-x. 8 root root 4096 Aug 3 13:34 ../ -rw-r--r--. 1 root root 0 Aug 3 13:34 __init__.py drwxr-xr-x. 2 root root 87 Aug 3 13:34 ./ /tmp/lsrtest_olv_5pj_/ansible: total 0 drwx------. 5 root root 96 Aug 3 13:34 ../ drwxr-xr-x. 3 root root 44 Aug 3 13:34 module_utils/ -rw-r--r--. 1 root root 0 Aug 3 13:34 __init__.py drwxr-xr-x. 3 root root 45 Aug 3 13:34 ./ /tmp/lsrtest_olv_5pj_/ansible/module_utils: total 0 drwxr-xr-x. 3 root root 138 Aug 3 13:10 network_lsr/ -rw-r--r--. 1 root root 0 Aug 3 13:34 __init__.py drwxr-xr-x. 3 root root 45 Aug 3 13:34 ../ drwxr-xr-x. 3 root root 44 Aug 3 13:34 ./ /tmp/lsrtest_olv_5pj_/ansible/module_utils/network_lsr: total 128 -rw-r--r--. 1 root root 11351 Aug 3 13:10 utils.py -rw-r--r--. 1 root root 1594 Aug 3 13:10 nm_provider.py drwxr-xr-x. 2 root root 126 Aug 3 13:10 nm/ -rw-r--r--. 1 root root 190 Aug 3 13:10 myerror.py -rw-r--r--. 1 root root 0 Aug 3 13:10 __init__.py -rw-r--r--. 1 root root 1706 Aug 3 13:10 ethtool.py -rw-r--r--. 1 root root 105942 Aug 3 13:10 argument_validator.py drwxr-xr-x. 3 root root 138 Aug 3 13:10 ./ drwxr-xr-x. 3 root root 44 Aug 3 13:34 ../ /tmp/lsrtest_olv_5pj_/ansible/module_utils/network_lsr/nm: total 24 -rw-r--r--. 1 root root 3154 Aug 3 13:10 provider.py -rw-r--r--. 1 root root 343 Aug 3 13:10 __init__.py -rw-r--r--. 1 root root 175 Aug 3 13:10 error.py -rw-r--r--. 1 root root 3546 Aug 3 13:10 connection.py -rw-r--r--. 1 root root 2834 Aug 3 13:10 client.py -rw-r--r--. 1 root root 4012 Aug 3 13:10 active_connection.py drwxr-xr-x. 3 root root 138 Aug 3 13:10 ../ drwxr-xr-x. 2 root root 126 Aug 3 13:10 ./ TASK [Run pytest with nm] ****************************************************** task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:123 Wednesday 03 August 2022 17:34:24 +0000 (0:00:00.412) 0:00:43.173 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_olv_5pj_/tests/integration/", "--provider=nm" ], "delta": "0:00:02.473186", "end": "2022-08-03 13:34:27.033645", "rc": 0, "start": "2022-08-03 13:34:24.560459" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_olv_5pj_/tests/integration collected 1 item ../tmp/lsrtest_olv_5pj_/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 2.20s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:132 Wednesday 03 August 2022 17:34:27 +0000 (0:00:02.880) 0:00:46.054 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_olv_5pj_/tests/integration", "collected 1 item", "", "../tmp/lsrtest_olv_5pj_/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 2.20s ===============================" ] } TASK [install network-scripts when running pytest with initscripts] ************ task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:136 Wednesday 03 August 2022 17:34:27 +0000 (0:00:00.049) 0:00:46.103 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Run pytest with initscripts] ********************************************* task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:140 Wednesday 03 August 2022 17:34:29 +0000 (0:00:01.907) 0:00:48.010 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_olv_5pj_/tests/integration/", "--provider=initscripts" ], "delta": "0:00:04.443885", "end": "2022-08-03 13:34:33.840064", "rc": 0, "start": "2022-08-03 13:34:29.396179" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_olv_5pj_/tests/integration collected 1 item ../tmp/lsrtest_olv_5pj_/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 4.21s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:149 Wednesday 03 August 2022 17:34:34 +0000 (0:00:04.850) 0:00:52.860 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_olv_5pj_/tests/integration", "collected 1 item", "", "../tmp/lsrtest_olv_5pj_/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 4.21s ===============================" ] } TASK [remove local tar file] *************************************************** task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:152 Wednesday 03 August 2022 17:34:34 +0000 (0:00:00.059) 0:00:52.920 ****** changed: [/cache/rhel-8-y.qcow2.snap -> localhost] => { "changed": true, "path": "/tmp/lsrtest_qm93g61e.tar", "state": "absent" } TASK [remove tempdir] ********************************************************** task path: /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:158 Wednesday 03 August 2022 17:34:34 +0000 (0:00:00.239) 0:00:53.159 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "path": "/tmp/lsrtest_olv_5pj_", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8-y.qcow2.snap : ok=79 changed=20 unreachable=0 failed=0 skipped=36 rescued=0 ignored=0 Wednesday 03 August 2022 17:34:35 +0000 (0:00:00.522) 0:00:53.682 ****** =============================================================================== Install rpm dependencies ------------------------------------------------ 6.69s /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:12 ------------ Run pytest with initscripts --------------------------------------------- 4.85s /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:140 ----------- Install Pytest ---------------------------------------------------------- 3.56s /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:17 ------------ Run pytest with nm ------------------------------------------------------ 2.88s /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:123 ----------- linux-system-roles.network : Check which services are running ----------- 2.75s /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 install network-scripts when running pytest with initscripts ------------ 1.91s /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:136 ----------- linux-system-roles.network : Check which services are running ----------- 1.81s /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 linux-system-roles.network : Check which packages are installed --------- 1.47s /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 linux-system-roles.network : Check which packages are installed --------- 1.21s /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Copy testrepo.tar to the remote system ---------------------------------- 1.18s /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:77 ------------ Gathering Facts --------------------------------------------------------- 1.06s /tmp/tmp088uft4w/tests/tests_integration_pytest.yml:3 ------------------------- Gathering Facts --------------------------------------------------------- 0.90s /tmp/tmp088uft4w/tests/tests_default_nm.yml:3 --------------------------------- Gathering Facts --------------------------------------------------------- 0.87s /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:31 ------------ Enable EPEL 8 ----------------------------------------------------------- 0.86s /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:17 ------------------------------- linux-system-roles.network : Enable network service --------------------- 0.85s /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:99 ----- Enable EPEL 8 ----------------------------------------------------------- 0.83s /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:17 ------------------------------- Gathering Facts --------------------------------------------------------- 0.82s /tmp/tmp088uft4w/tests/tests_default_initscripts.yml:3 ------------------------ Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:3 ------------- Enable EPEL 8 ----------------------------------------------------------- 0.80s /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:17 ------------------------------- Enable EPEL 8 ----------------------------------------------------------- 0.78s /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:17 ------------------------------- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmp088uft4w/tests/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmp088uft4w/tests/_restore.yml:4 Wednesday 03 August 2022 17:34:35 +0000 (0:00:00.048) 0:00:53.730 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.006649", "end": "2022-08-03 13:34:35.116576", "rc": 0, "start": "2022-08-03 13:34:35.109927" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8-y.qcow2.snap : ok=80 changed=21 unreachable=0 failed=0 skipped=36 rescued=0 ignored=0 Wednesday 03 August 2022 17:34:35 +0000 (0:00:00.425) 0:00:54.156 ****** =============================================================================== Install rpm dependencies ------------------------------------------------ 6.69s /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:12 ------------ Run pytest with initscripts --------------------------------------------- 4.85s /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:140 ----------- Install Pytest ---------------------------------------------------------- 3.56s /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:17 ------------ Run pytest with nm ------------------------------------------------------ 2.88s /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:123 ----------- linux-system-roles.network : Check which services are running ----------- 2.75s /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 install network-scripts when running pytest with initscripts ------------ 1.91s /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:136 ----------- linux-system-roles.network : Check which services are running ----------- 1.81s /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 linux-system-roles.network : Check which packages are installed --------- 1.47s /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 linux-system-roles.network : Check which packages are installed --------- 1.21s /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Copy testrepo.tar to the remote system ---------------------------------- 1.18s /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:77 ------------ Gathering Facts --------------------------------------------------------- 1.06s /tmp/tmp088uft4w/tests/tests_integration_pytest.yml:3 ------------------------- Gathering Facts --------------------------------------------------------- 0.90s /tmp/tmp088uft4w/tests/tests_default_nm.yml:3 --------------------------------- Gathering Facts --------------------------------------------------------- 0.87s /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:31 ------------ Enable EPEL 8 ----------------------------------------------------------- 0.86s /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:17 ------------------------------- linux-system-roles.network : Enable network service --------------------- 0.85s /tmp/tmp088uft4w/tests/roles/linux-system-roles.network/tasks/main.yml:99 ----- Enable EPEL 8 ----------------------------------------------------------- 0.83s /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:17 ------------------------------- Gathering Facts --------------------------------------------------------- 0.82s /tmp/tmp088uft4w/tests/tests_default_initscripts.yml:3 ------------------------ Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmp088uft4w/tests/playbooks/integration_pytest_python3.yml:3 ------------- Enable EPEL 8 ----------------------------------------------------------- 0.80s /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:17 ------------------------------- Enable EPEL 8 ----------------------------------------------------------- 0.78s /tmp/tmp088uft4w/tests/tasks/enable_epel.yml:17 ------------------------------- 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/tmpy4hq2u0g 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: _backup.yml ********************************************************** 1 plays in /tmp/tmpt4s8r_w1/tests/network/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpt4s8r_w1/tests/network/_backup.yml:6 Wednesday 03 August 2022 18:09:54 +0000 (0:00:00.017) 0:00:00.017 ****** ok: [/cache/rhel-8-y.qcow2.snap] => (item=/etc/resolv.conf) => { "ansible_facts": { "discovered_interpreter_python": "/usr/libexec/platform-python" }, "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659550195.1424885, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659550194.1414886, "dev": 64515, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 25269097, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659548924.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "2128448146", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmpt4s8r_w1/tests/network/_backup.yml:13 Wednesday 03 August 2022 18:09:55 +0000 (0:00:00.595) 0:00:00.613 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/rhel-8-y.qcow2.snap] => (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': 25269097, 'dev': 64515, 'nlink': 1, 'atime': 1659550195.1424885, 'mtime': 1659548924.0, 'ctime': 1659550194.1414886, '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': '2128448146', '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'}}, 'ansible_facts': {'discovered_interpreter_python': '/usr/libexec/platform-python'}, '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_facts": { "discovered_interpreter_python": "/usr/libexec/platform-python" }, "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": 1659550195.1424885, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659550194.1414886, "dev": 64515, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 25269097, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659548924.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "2128448146", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } TASK [Back up system files] **************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/_backup.yml:19 Wednesday 03 August 2022 18:09:55 +0000 (0:00:00.036) 0:00:00.649 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.004421", "end": "2022-08-03 14:09:55.863890", "rc": 0, "start": "2022-08-03 14:09:55.859469" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8-y.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 18:09:55 +0000 (0:00:00.502) 0:00:01.151 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.60s /tmp/tmpt4s8r_w1/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.50s /tmp/tmpt4s8r_w1/tests/network/_backup.yml:19 --------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmpt4s8r_w1/tests/network/_backup.yml:13 --------------------------------- PLAYBOOK: tests_integration_pytest.yml ***************************************** 7 plays in /tmp/tmpt4s8r_w1/tests/network/tests_integration_pytest.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpt4s8r_w1/tests/network/tests_integration_pytest.yml:3 Wednesday 03 August 2022 18:09:56 +0000 (0:00:00.073) 0:00:01.225 ****** ok: [/cache/rhel-8-y.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tests_integration_pytest.yml:5 Wednesday 03 August 2022 18:09:57 +0000 (0:00:01.038) 0:00:02.264 ****** included: /tmp/tmpt4s8r_w1/tests/network/tasks/el_repo_setup.yml for /cache/rhel-8-y.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 18:09:57 +0000 (0:00:00.026) 0:00:02.291 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 18:09:57 +0000 (0:00:00.022) 0:00:02.313 ****** included: /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml for /cache/rhel-8-y.qcow2.snap TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 18:09:57 +0000 (0:00:00.029) 0:00:02.342 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 18:09:57 +0000 (0:00:00.367) 0:00:02.710 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 18:09:57 +0000 (0:00:00.022) 0:00:02.732 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.396004", "end": "2022-08-03 14:09:58.214050", "rc": 0, "start": "2022-08-03 14:09:57.818046" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 18:09:58 +0000 (0:00:00.763) 0:00:03.496 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:3 Wednesday 03 August 2022 18:09:58 +0000 (0:00:00.039) 0:00:03.535 ****** ok: [/cache/rhel-8-y.qcow2.snap] META: ran handlers TASK [Install rpm dependencies] ************************************************ task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:12 Wednesday 03 August 2022 18:09:59 +0000 (0:00:00.802) 0:00:04.338 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "rc": 0, "results": [ "Installed: perl-Error-1:0.17025-2.el8.noarch", "Installed: git-2.31.1-2.el8.x86_64", "Installed: perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9eecfe51.noarch", "Installed: emacs-filesystem-1:26.1-7.el8.noarch", "Installed: git-core-2.31.1-2.el8.x86_64", "Installed: git-core-doc-2.31.1-2.el8.noarch", "Installed: python3-pip-9.0.3-22.el8.noarch", "Installed: perl-IO-Socket-IP-0.39-5.el8.noarch", "Installed: perl-TermReadKey-2.37-7.el8.x86_64", "Installed: perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594cad75.noarch", "Installed: perl-Net-SSLeay-1.88-2.module+el8.6.0+13392+f0897f98.x86_64", "Installed: perl-Carp-1.42-396.el8.noarch", "Installed: perl-libnet-3.11-3.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: perl-IO-1.38-421.el8.x86_64", "Installed: perl-MIME-Base64-3.15-396.el8.x86_64", "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-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: python3-setuptools-39.2.0-6.el8.noarch", "Installed: perl-Text-ParseWords-3.30-395.el8.noarch", "Installed: perl-Text-Tabs+Wrap-2013.0523-395.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-Digest-1.17-395.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: 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-Digest-MD5-2.55-396.el8.x86_64", "Installed: perl-URI-1.73-3.el8.noarch", "Installed: python36-3.6.8-38.module+el8.5.0+12207+5c5719bc.x86_64", "Installed: perl-Git-2.31.1-2.el8.noarch" ] } TASK [Install Pytest] ********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:17 Wednesday 03 August 2022 18:10:05 +0000 (0:00:06.201) 0:00:10.539 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:03.058662", "end": "2022-08-03 14:10:08.691059", "rc": 0, "start": "2022-08-03 14:10:05.632397" } STDOUT: Collecting pytest Downloading https://files.pythonhosted.org/packages/38/93/c7c0bd1e932b287fb948eb9ce5a3d6307c9fc619db1e199f8c8bc5dad95f/pytest-7.0.1-py3-none-any.whl (296kB) Collecting iniconfig (from pytest) Downloading https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.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 packaging (from pytest) Downloading https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl (40kB) 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 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 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 pluggy<2.0,>=0.12 (from pytest) Downloading https://files.pythonhosted.org/packages/9e/01/f38e2ff29715251cf25532b9082a1589ab7e4f571ced434f98d0139336dc/pluggy-1.0.0-py2.py3-none-any.whl Collecting pyparsing!=3.0.5,>=2.0.2 (from packaging->pytest) Downloading https://files.pythonhosted.org/packages/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: iniconfig, attrs, pyparsing, packaging, tomli, zipp, typing-extensions, importlib-metadata, py, pluggy, 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/tmpt4s8r_w1/tests/network/tests_default_initscripts.yml:3 Wednesday 03 August 2022 18:10:08 +0000 (0:00:03.460) 0:00:14.000 ****** ok: [/cache/rhel-8-y.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tests_default_initscripts.yml:5 Wednesday 03 August 2022 18:10:09 +0000 (0:00:00.863) 0:00:14.864 ****** included: /tmp/tmpt4s8r_w1/tests/network/tasks/el_repo_setup.yml for /cache/rhel-8-y.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 18:10:09 +0000 (0:00:00.029) 0:00:14.893 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 18:10:09 +0000 (0:00:00.022) 0:00:14.916 ****** included: /tmp/tmpt4s8r_w1/tests/network/playbooks/../tasks/enable_epel.yml for /cache/rhel-8-y.qcow2.snap TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 18:10:09 +0000 (0:00:00.032) 0:00:14.949 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 18:10:10 +0000 (0:00:00.366) 0:00:15.315 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 18:10:10 +0000 (0:00:00.024) 0:00:15.340 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.449229", "end": "2022-08-03 14:10:10.906040", "rc": 0, "start": "2022-08-03 14:10:10.456811" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 18:10:10 +0000 (0:00:00.849) 0:00:16.189 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /tmp/tmpt4s8r_w1/tests/network/tests_default_initscripts.yml:6 Wednesday 03 August 2022 18:10:11 +0000 (0:00:00.024) 0:00:16.213 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 18:10:11 +0000 (0:00:00.089) 0:00:16.302 ****** included: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/rhel-8-y.qcow2.snap TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 03 August 2022 18:10:11 +0000 (0:00:00.052) 0:00:16.355 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 03 August 2022 18:10:11 +0000 (0:00:00.582) 0:00:16.938 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Wednesday 03 August 2022 18:10:13 +0000 (0:00:01.848) 0:00:18.786 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 18:10:15 +0000 (0:00:01.516) 0:00:20.302 ****** ok: [/cache/rhel-8-y.qcow2.snap] => {} 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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 18:10:15 +0000 (0:00:00.093) 0:00:20.395 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 18:10:15 +0000 (0:00:00.080) 0:00:20.476 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 18:10:15 +0000 (0:00:00.056) 0:00:20.533 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 18:10:15 +0000 (0:00:00.080) 0:00:20.613 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 18:10:15 +0000 (0:00:00.055) 0:00:20.669 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 18:10:15 +0000 (0:00:00.056) 0:00:20.725 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 18:10:15 +0000 (0:00:00.059) 0:00:20.784 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 18:10:15 +0000 (0:00:00.057) 0:00:20.841 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 18:10:15 +0000 (0:00:00.057) 0:00:20.899 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 18:10:16 +0000 (0:00:00.803) 0:00:21.702 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-175221wvdekm9a/tmpnk56fzza" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 18:10:16 +0000 (0:00:00.456) 0:00:22.158 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "_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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 18:10:17 +0000 (0:00:00.691) 0:00:22.850 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 18:10:17 +0000 (0:00:00.059) 0:00:22.909 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 18:10:17 +0000 (0:00:00.063) 0:00:22.973 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "__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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 18:10:17 +0000 (0:00:00.066) 0:00:23.040 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 18:10:17 +0000 (0:00:00.058) 0:00:23.098 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/rhel-8-y.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tests_default.yml:9 Wednesday 03 August 2022 18:10:18 +0000 (0:00:00.545) 0:00:23.644 ****** included: /tmp/tmpt4s8r_w1/tests/network/tasks/el_repo_setup.yml for /cache/rhel-8-y.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 18:10:18 +0000 (0:00:00.074) 0:00:23.719 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 18:10:18 +0000 (0:00:00.049) 0:00:23.769 ****** included: /tmp/tmpt4s8r_w1/tests/network/playbooks/../tasks/enable_epel.yml for /cache/rhel-8-y.qcow2.snap TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 18:10:18 +0000 (0:00:00.103) 0:00:23.872 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 18:10:19 +0000 (0:00:00.404) 0:00:24.277 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 18:10:19 +0000 (0:00:00.054) 0:00:24.331 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.445802", "end": "2022-08-03 14:10:19.875610", "rc": 0, "start": "2022-08-03 14:10:19.429808" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 18:10:19 +0000 (0:00:00.848) 0:00:25.179 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tests_default.yml:10 Wednesday 03 August 2022 18:10:20 +0000 (0:00:00.056) 0:00:25.236 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpt4s8r_w1/tests/network/tests_default_nm.yml:3 Wednesday 03 August 2022 18:10:20 +0000 (0:00:00.112) 0:00:25.348 ****** ok: [/cache/rhel-8-y.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tests_default_nm.yml:5 Wednesday 03 August 2022 18:10:21 +0000 (0:00:00.855) 0:00:26.204 ****** included: /tmp/tmpt4s8r_w1/tests/network/tasks/el_repo_setup.yml for /cache/rhel-8-y.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 18:10:21 +0000 (0:00:00.069) 0:00:26.274 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 18:10:21 +0000 (0:00:00.041) 0:00:26.315 ****** included: /tmp/tmpt4s8r_w1/tests/network/playbooks/../tasks/enable_epel.yml for /cache/rhel-8-y.qcow2.snap TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 18:10:21 +0000 (0:00:00.062) 0:00:26.377 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 18:10:21 +0000 (0:00:00.391) 0:00:26.768 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 18:10:21 +0000 (0:00:00.048) 0:00:26.817 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.421373", "end": "2022-08-03 14:10:22.352138", "rc": 0, "start": "2022-08-03 14:10:21.930765" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 18:10:22 +0000 (0:00:00.880) 0:00:27.697 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tests_default_nm.yml:6 Wednesday 03 August 2022 18:10:22 +0000 (0:00:00.039) 0:00:27.737 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 18:10:22 +0000 (0:00:00.119) 0:00:27.856 ****** included: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/rhel-8-y.qcow2.snap TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 03 August 2022 18:10:22 +0000 (0:00:00.067) 0:00:27.924 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 03 August 2022 18:10:23 +0000 (0:00:00.556) 0:00:28.480 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Wednesday 03 August 2022 18:10:24 +0000 (0:00:01.699) 0:00:30.180 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 18:10:26 +0000 (0:00:01.257) 0:00:31.437 ****** ok: [/cache/rhel-8-y.qcow2.snap] => {} 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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 18:10:26 +0000 (0:00:00.056) 0:00:31.493 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 18:10:26 +0000 (0:00:00.048) 0:00:31.542 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 18:10:26 +0000 (0:00:00.044) 0:00:31.586 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 18:10:26 +0000 (0:00:00.140) 0:00:31.727 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 18:10:26 +0000 (0:00:00.046) 0:00:31.774 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 18:10:26 +0000 (0:00:00.044) 0:00:31.819 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 18:10:26 +0000 (0:00:00.060) 0:00:31.879 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 18:10:27 +0000 (0:00:00.570) 0:00:32.450 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 18:10:27 +0000 (0:00:00.057) 0:00:32.508 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 18:10:27 +0000 (0:00:00.041) 0:00:32.550 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 18:10:27 +0000 (0:00:00.040) 0:00:32.590 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "_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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 18:10:27 +0000 (0:00:00.532) 0:00:33.122 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 18:10:27 +0000 (0:00:00.047) 0:00:33.170 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 18:10:28 +0000 (0:00:00.052) 0:00:33.223 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "__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/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 18:10:28 +0000 (0:00:00.122) 0:00:33.345 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 18:10:28 +0000 (0:00:00.046) 0:00:33.392 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/rhel-8-y.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tests_default.yml:9 Wednesday 03 August 2022 18:10:28 +0000 (0:00:00.399) 0:00:33.791 ****** included: /tmp/tmpt4s8r_w1/tests/network/tasks/el_repo_setup.yml for /cache/rhel-8-y.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 18:10:28 +0000 (0:00:00.061) 0:00:33.852 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 18:10:28 +0000 (0:00:00.037) 0:00:33.890 ****** included: /tmp/tmpt4s8r_w1/tests/network/playbooks/../tasks/enable_epel.yml for /cache/rhel-8-y.qcow2.snap TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 18:10:28 +0000 (0:00:00.061) 0:00:33.951 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 18:10:29 +0000 (0:00:00.395) 0:00:34.347 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 18:10:29 +0000 (0:00:00.041) 0:00:34.388 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.446532", "end": "2022-08-03 14:10:29.923066", "rc": 0, "start": "2022-08-03 14:10:29.476534" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 18:10:30 +0000 (0:00:00.837) 0:00:35.225 ****** skipping: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tests_default.yml:10 Wednesday 03 August 2022 18:10:30 +0000 (0:00:00.040) 0:00:35.266 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:31 Wednesday 03 August 2022 18:10:30 +0000 (0:00:00.098) 0:00:35.364 ****** ok: [/cache/rhel-8-y.qcow2.snap] META: ran handlers TASK [create tempdir for code to test] ***************************************** task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:35 Wednesday 03 August 2022 18:10:31 +0000 (0:00:00.845) 0:00:36.210 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_mx1d1jmy", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [get tempfile for tar] **************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:41 Wednesday 03 August 2022 18:10:31 +0000 (0:00:00.525) 0:00:36.735 ****** changed: [/cache/rhel-8-y.qcow2.snap -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_fh2i7d4k.tar", "size": 0, "state": "file", "uid": 0 } TASK [include_tasks] *********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:48 Wednesday 03 August 2022 18:10:31 +0000 (0:00:00.264) 0:00:36.999 ****** included: /tmp/tmpt4s8r_w1/tests/network/tasks/get_modules_and_utils_paths.yml for /cache/rhel-8-y.qcow2.snap TASK [set collection paths] **************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/get_modules_and_utils_paths.yml:3 Wednesday 03 August 2022 18:10:31 +0000 (0:00:00.063) 0:00:37.063 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "ansible_facts": { "collection_paths": [ "/tmp/tmpy4hq2u0g", "/tmp/tmpy4hq2u0g" ] }, "changed": false } TASK [set search paths] ******************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/get_modules_and_utils_paths.yml:13 Wednesday 03 August 2022 18:10:31 +0000 (0:00:00.067) 0:00:37.130 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "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/tmpt4s8r_w1/tests/network/tasks/get_modules_and_utils_paths.yml:42 Wednesday 03 August 2022 18:10:32 +0000 (0:00:00.074) 0:00:37.205 ****** ok: [/cache/rhel-8-y.qcow2.snap -> 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/tmpy4hq2u0g /tmp/tmpy4hq2u0g; 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.004296", "end": "2022-08-03 18:10:32.203859", "rc": 0, "start": "2022-08-03 18:10:32.199563" } STDOUT: /tmp/tmpy4hq2u0g 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/tmpy4hq2u0g /tmp/tmpy4hq2u0g + '[' '!' -d /tmp/tmpy4hq2u0g ']' + cd /tmp/tmpy4hq2u0g + for subdir in ansible_collections/*/*/plugins/modules + '[' -f ansible_collections/fedora/linux_system_roles/plugins/modules/network_connections.py ']' + echo /tmp/tmpy4hq2u0g + echo ansible_collections/fedora/linux_system_roles/plugins/modules + exit 0 TASK [find parent directory and path of module_utils] ************************** task path: /tmp/tmpt4s8r_w1/tests/network/tasks/get_modules_and_utils_paths.yml:69 Wednesday 03 August 2022 18:10:32 +0000 (0:00:00.244) 0:00:37.450 ****** ok: [/cache/rhel-8-y.qcow2.snap -> 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/tmpy4hq2u0g /tmp/tmpy4hq2u0g; 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.004169", "end": "2022-08-03 18:10:32.451427", "rc": 0, "start": "2022-08-03 18:10:32.447258" } STDOUT: /tmp/tmpy4hq2u0g 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/tmpy4hq2u0g /tmp/tmpy4hq2u0g + '[' '!' -d /tmp/tmpy4hq2u0g ']' + cd /tmp/tmpy4hq2u0g + for subdir in ansible_collections/*/*/plugins/module_utils + '[' -d ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr ']' + echo /tmp/tmpy4hq2u0g + echo ansible_collections/fedora/linux_system_roles/plugins/module_utils + exit 0 TASK [get tests directory] ***************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:50 Wednesday 03 August 2022 18:10:32 +0000 (0:00:00.243) 0:00:37.693 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "ansible_facts": { "tests_directory": "/tmp/tmpt4s8r_w1/tests/network/playbooks/files/../../network" }, "changed": false } TASK [Create Tar file] ********************************************************* task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:65 Wednesday 03 August 2022 18:10:32 +0000 (0:00:00.056) 0:00:37.749 ****** changed: [/cache/rhel-8-y.qcow2.snap -> localhost] => { "changed": true, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_fh2i7d4k.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/tmp/tmpt4s8r_w1/tests", "network", "-C", "/tmp/tmpy4hq2u0g", "ansible_collections/fedora/linux_system_roles/plugins/modules", "-C", "/tmp/tmpy4hq2u0g", "ansible_collections/fedora/linux_system_roles/plugins/module_utils" ], "delta": "0:00:00.009190", "end": "2022-08-03 18:10:32.753902", "rc": 0, "start": "2022-08-03 18:10:32.744712" } 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/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:77 Wednesday 03 August 2022 18:10:32 +0000 (0:00:00.246) 0:00:37.995 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "checksum": "4e006852662825439560f9dc328312b3655bfc89", "dest": "/tmp/lsrtest_mx1d1jmy/lsrtest_fh2i7d4k.tar", "gid": 0, "group": "root", "md5sum": "139174a05d7b7bedaf50e20755c0562a", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 819200, "src": "/root/.ansible/tmp/ansible-tmp-1659550232.8584056-175964-78756377747024/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:83 Wednesday 03 August 2022 18:10:33 +0000 (0:00:01.111) 0:00:39.106 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "tar", "xf", "lsrtest_fh2i7d4k.tar" ], "delta": "0:00:00.011041", "end": "2022-08-03 14:10:34.211368", "rc": 0, "start": "2022-08-03 14:10:34.200327" } TASK [Create /tmp/lsrtest_mx1d1jmy/ansible] ************************************ task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:88 Wednesday 03 August 2022 18:10:34 +0000 (0:00:00.407) 0:00:39.514 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_mx1d1jmy/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/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:94 Wednesday 03 August 2022 18:10:34 +0000 (0:00:00.511) 0:00:40.026 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": "if [ -d /tmp/lsrtest_mx1d1jmy/module_utils ]; then\n mv /tmp/lsrtest_mx1d1jmy/module_utils /tmp/lsrtest_mx1d1jmy/ansible\nfi\n", "delta": "0:00:00.003390", "end": "2022-08-03 14:10:35.124247", "rc": 0, "start": "2022-08-03 14:10:35.120857" } TASK [Fake out python module directories, primarily for python2] *************** task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:100 Wednesday 03 August 2022 18:10:35 +0000 (0:00:00.395) 0:00:40.421 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": "for dir in $(find /tmp/lsrtest_mx1d1jmy -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.016808", "end": "2022-08-03 14:10:35.530457", "rc": 0, "start": "2022-08-03 14:10:35.513649" } TASK [Set _lsr_python_path] **************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:108 Wednesday 03 August 2022 18:10:35 +0000 (0:00:00.414) 0:00:40.836 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_mx1d1jmy/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_mx1d1jmy" }, "changed": false } TASK [Show _lsr_python_path] *************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:112 Wednesday 03 August 2022 18:10:35 +0000 (0:00:00.049) 0:00:40.886 ****** ok: [/cache/rhel-8-y.qcow2.snap] => {} MSG: path /tmp/lsrtest_mx1d1jmy/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_mx1d1jmy TASK [ls -alrtFR /tmp/lsrtest_mx1d1jmy] **************************************** task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:116 Wednesday 03 August 2022 18:10:35 +0000 (0:00:00.049) 0:00:40.936 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_mx1d1jmy" ], "delta": "0:00:00.007249", "end": "2022-08-03 14:10:36.034226", "rc": 0, "start": "2022-08-03 14:10:36.026977" } STDOUT: /tmp/lsrtest_mx1d1jmy: total 808 -rw-------. 1 root root 819200 Aug 3 14:10 lsrtest_fh2i7d4k.tar -rw-r--r--. 1 root root 0 Aug 3 14:10 __init__.py drwx------. 5 root root 110 Aug 3 14:10 ./ drwxr-xr-x. 7 root root 4096 Aug 3 14:10 network/ drwxr-xr-x. 3 root root 39 Aug 3 14:10 ansible_collections/ drwxr-xr-x. 2 root root 25 Aug 3 14:10 ansible/ drwxrwxrwt. 11 root root 4096 Aug 3 14:10 ../ /tmp/lsrtest_mx1d1jmy/network: total 280 -rw-r--r--. 1 root root 805 Aug 3 13:10 tests_wireless_wpa3_sae_nm.yml -rw-r--r--. 1 root root 896 Aug 3 13:10 tests_wireless_wpa3_owe_nm.yml -rw-r--r--. 1 root root 636 Aug 3 13:10 tests_wireless_plugin_installation_nm.yml -rw-r--r--. 1 root root 644 Aug 3 13:10 tests_wireless_nm.yml -rw-r--r--. 1 root root 596 Aug 3 13:10 tests_vlan_mtu_nm.yml -rw-r--r--. 1 root root 531 Aug 3 13:10 tests_vlan_mtu_initscripts.yml -rw-r--r--. 1 root root 5211 Aug 3 13:10 tests_unit.yml -rw-r--r--. 1 root root 628 Aug 3 13:10 tests_team_plugin_installation_nm.yml -rw-r--r--. 1 root root 627 Aug 3 13:10 tests_team_nm.yml -rw-r--r--. 1 root root 411 Aug 3 13:10 tests_switch_provider.yml -rw-r--r--. 1 root root 592 Aug 3 13:10 tests_states_nm.yml -rw-r--r--. 1 root root 527 Aug 3 13:10 tests_states_initscripts.yml -rw-r--r--. 1 root root 606 Aug 3 13:10 tests_routing_rules_nm.yml -rw-r--r--. 1 root root 602 Aug 3 13:10 tests_route_table_nm.yml -rw-r--r--. 1 root root 1167 Aug 3 13:10 tests_regression_nm.yml -rw-r--r--. 1 root root 594 Aug 3 13:10 tests_reapply_nm.yml -rw-r--r--. 1 root root 1240 Aug 3 13:10 tests_provider_nm.yml -rw-r--r--. 1 root root 657 Aug 3 13:10 tests_network_state_nm.yml -rw-r--r--. 1 root root 588 Aug 3 13:10 tests_ipv6_nm.yml -rw-r--r--. 1 root root 523 Aug 3 13:10 tests_ipv6_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 13:10 tests_ipv6_dns_search_nm.yml -rw-r--r--. 1 root root 606 Aug 3 13:10 tests_ipv6_disabled_nm.yml -rw-r--r--. 1 root root 309 Aug 3 13:10 tests_integration_pytest.yml -rw-r--r--. 1 root root 600 Aug 3 13:10 tests_infiniband_nm.yml -rw-r--r--. 1 root root 979 Aug 3 13:10 tests_helpers_and_asserts.yml -rw-r--r--. 1 root root 1155 Aug 3 13:10 tests_ethtool_ring_nm.yml -rw-r--r--. 1 root root 539 Aug 3 13:10 tests_ethtool_ring_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 13:10 tests_ethtool_features_nm.yml -rw-r--r--. 1 root root 547 Aug 3 13:10 tests_ethtool_features_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 13:10 tests_ethtool_coalesce_nm.yml -rw-r--r--. 1 root root 547 Aug 3 13:10 tests_ethtool_coalesce_initscripts.yml -rw-r--r--. 1 root root 1178 Aug 3 13:10 tests_eth_pci_address_match_nm.yml -rw-r--r--. 1 root root 596 Aug 3 13:10 tests_ethernet_nm.yml -rw-r--r--. 1 root root 531 Aug 3 13:10 tests_ethernet_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 13:10 tests_eth_dns_support_nm.yml -rw-r--r--. 1 root root 590 Aug 3 13:10 tests_dummy_nm.yml -rw-r--r--. 1 root root 400 Aug 3 13:10 tests_default.yml -rw-r--r--. 1 root root 377 Aug 3 13:10 tests_default_nm.yml -rw-r--r--. 1 root root 356 Aug 3 13:10 tests_default_initscripts.yml -rw-r--r--. 1 root root 2389 Aug 3 13:10 tests_change_indication_on_repeat_run.yml -rw-r--r--. 1 root root 592 Aug 3 13:10 tests_bridge_nm.yml -rw-r--r--. 1 root root 527 Aug 3 13:10 tests_bridge_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 13:10 tests_bond_removal_nm.yml -rw-r--r--. 1 root root 539 Aug 3 13:10 tests_bond_removal_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 13:10 tests_bond_options_nm.yml -rw-r--r--. 1 root root 588 Aug 3 13:10 tests_bond_nm.yml -rw-r--r--. 1 root root 523 Aug 3 13:10 tests_bond_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 13:10 tests_bond_deprecated_nm.yml -rw-r--r--. 1 root root 545 Aug 3 13:10 tests_bond_deprecated_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 13:10 tests_auto_gateway_nm.yml -rw-r--r--. 1 root root 539 Aug 3 13:10 tests_auto_gateway_initscripts.yml -rw-r--r--. 1 root root 695 Aug 3 13:10 tests_802_1x_updated_nm.yml -rw-r--r--. 1 root root 679 Aug 3 13:10 tests_802_1x_nm.yml -rw-r--r--. 1 root root 292 Aug 3 13:10 setup-snapshot.yml -rwxr-xr-x. 1 root root 880 Aug 3 13:10 merge_coverage.sh* -rwxr-xr-x. 1 root root 357 Aug 3 13:10 git-pre-commit.sh* -rwxr-xr-x. 1 root root 682 Aug 3 13:10 git-post-commit.sh* -rwxr-xr-x. 1 root root 929 Aug 3 13:10 get_total_coverage.sh* -rw-r--r--. 1 root root 2326 Aug 3 13:10 get_coverage.yml -rwxr-xr-x. 1 root root 2494 Aug 3 13:10 get_coverage.sh* -rwxr-xr-x. 1 root root 9915 Aug 3 13:10 ensure_provider_tests.py* -rwxr-xr-x. 1 root root 343 Aug 3 13:10 covstats* -rw-r--r--. 1 root root 139 Aug 3 13:48 _restore.yml -rw-r--r--. 1 root root 575 Aug 3 13:48 _backup.yml drwx------. 5 root root 110 Aug 3 14:10 ../ -rw-r--r--. 1 root root 0 Aug 3 14:10 __init__.py drwxr-xr-x. 2 root root 173 Aug 3 14:10 files/ drwxr-xr-x. 7 root root 4096 Aug 3 14:10 ./ drwxr-xr-x. 2 root root 68 Aug 3 14:10 integration/ drwxr-xr-x. 2 root root 4096 Aug 3 14:10 playbooks/ drwxr-xr-x. 3 root root 4096 Aug 3 14:10 tasks/ drwxr-xr-x. 2 root root 87 Aug 3 14:10 unit/ /tmp/lsrtest_mx1d1jmy/network/files: total 36 -rw-r--r--. 1 root root 1334 Aug 3 13:10 server.pem -rw-r--r--. 1 root root 1782 Aug 3 13:10 server.key -rw-r--r--. 1 root root 424 Aug 3 13:10 dh.pem -rw-r--r--. 1 root root 1334 Aug 3 13:10 client.pem -rw-r--r--. 1 root root 1675 Aug 3 13:10 client.key.nocrypt -rw-r--r--. 1 root root 1782 Aug 3 13:10 client.key -rw-r--r--. 1 root root 1289 Aug 3 13:10 cacert.pem -rw-r--r--. 1 root root 1766 Aug 3 13:10 cacert.key -rw-r--r--. 1 root root 0 Aug 3 14:10 __init__.py drwxr-xr-x. 7 root root 4096 Aug 3 14:10 ../ drwxr-xr-x. 2 root root 173 Aug 3 14:10 ./ /tmp/lsrtest_mx1d1jmy/network/integration: total 12 -rw-r--r--. 1 root root 3243 Aug 3 13:10 test_ethernet.py -rw-r--r--. 1 root root 199 Aug 3 13:10 conftest.py drwxr-xr-x. 7 root root 4096 Aug 3 14:10 ../ -rw-r--r--. 1 root root 0 Aug 3 14:10 __init__.py drwxr-xr-x. 2 root root 68 Aug 3 14:10 ./ /tmp/lsrtest_mx1d1jmy/network/playbooks: total 228 -rw-r--r--. 1 root root 3921 Aug 3 13:10 tests_bond.yml -rw-r--r--. 1 root root 6504 Aug 3 13:10 tests_bond_options.yml -rw-r--r--. 1 root root 3577 Aug 3 13:10 tests_bond_deprecated.yml -rw-r--r--. 1 root root 4250 Aug 3 13:10 tests_auto_gateway.yml -rw-r--r--. 1 root root 4461 Aug 3 13:10 tests_802_1x.yml -rw-r--r--. 1 root root 306 Aug 3 13:10 tests_802_1x_updated.yml lrwxrwxrwx. 1 root root 9 Aug 3 13:10 tasks -> ../tasks// -rw-r--r--. 1 root root 136 Aug 3 13:10 run_tasks.yml -rw-r--r--. 1 root root 231 Aug 3 13:10 remove_profile.yml -rw-r--r--. 1 root root 4146 Aug 3 13:10 manual_test_ethtool_coalesce.yml -rw-r--r--. 1 root root 4891 Aug 3 13:10 integration_pytest_python3.yml lrwxrwxrwx. 1 root root 8 Aug 3 13:10 files -> ../files/ -rw-r--r--. 1 root root 220 Aug 3 13:10 down_profile.yml -rw-r--r--. 1 root root 179 Aug 3 13:10 down_profile+delete_interface.yml -rw-r--r--. 1 root root 3001 Aug 3 13:10 tests_wireless.yml -rw-r--r--. 1 root root 1372 Aug 3 13:10 tests_wireless_wpa3_sae.yml -rw-r--r--. 1 root root 1324 Aug 3 13:10 tests_wireless_wpa3_owe.yml -rw-r--r--. 1 root root 1195 Aug 3 13:10 tests_wireless_plugin_installation.yml -rw-r--r--. 1 root root 1993 Aug 3 13:10 tests_vlan_mtu.yml -rw-r--r--. 1 root root 875 Aug 3 13:10 tests_team.yml -rw-r--r--. 1 root root 1166 Aug 3 13:10 tests_team_plugin_installation.yml -rw-r--r--. 1 root root 1808 Aug 3 13:10 tests_switch_provider.yml -rw-r--r--. 1 root root 4515 Aug 3 13:10 tests_states.yml -rw-r--r--. 1 root root 8117 Aug 3 13:10 tests_routing_rules.yml -rw-r--r--. 1 root root 4603 Aug 3 13:10 tests_route_table.yml -rw-r--r--. 1 root root 2468 Aug 3 13:10 tests_reapply.yml -rw-r--r--. 1 root root 1095 Aug 3 13:10 tests_provider.yml -rw-r--r--. 1 root root 6816 Aug 3 13:10 tests_network_state.yml -rw-r--r--. 1 root root 3282 Aug 3 13:10 tests_ipv6.yml -rw-r--r--. 1 root root 5559 Aug 3 13:10 tests_ipv6_dns_search.yml -rw-r--r--. 1 root root 2730 Aug 3 13:10 tests_ipv6_disabled.yml -rw-r--r--. 1 root root 2465 Aug 3 13:10 tests_infiniband.yml -rw-r--r--. 1 root root 6734 Aug 3 13:10 tests_ethtool_ring.yml -rw-r--r--. 1 root root 7096 Aug 3 13:10 tests_ethtool_features.yml -rw-r--r--. 1 root root 5427 Aug 3 13:10 tests_ethtool_coalesce.yml -rw-r--r--. 1 root root 2718 Aug 3 13:10 tests_eth_pci_address_match.yml -rw-r--r--. 1 root root 1670 Aug 3 13:10 tests_ethernet.yml -rw-r--r--. 1 root root 3632 Aug 3 13:10 tests_eth_dns_support.yml -rw-r--r--. 1 root root 854 Aug 3 13:10 tests_dummy.yml -rw-r--r--. 1 root root 3202 Aug 3 13:10 tests_checkpoint_cleanup.yml -rw-r--r--. 1 root root 1223 Aug 3 13:10 tests_bridge.yml -rw-r--r--. 1 root root 8646 Aug 3 13:10 tests_bond_removal.yml drwxr-xr-x. 7 root root 4096 Aug 3 14:10 ../ -rw-r--r--. 1 root root 0 Aug 3 14:10 __init__.py drwxr-xr-x. 2 root root 4096 Aug 3 14:10 ./ /tmp/lsrtest_mx1d1jmy/network/tasks: total 156 -rw-r--r--. 1 root root 777 Aug 3 13:10 start_mock_wifi.yml -rw-r--r--. 1 root root 185 Aug 3 13:10 show_interfaces.yml -rw-r--r--. 1 root root 139 Aug 3 13:10 setup_test_interface.yml -rw-r--r--. 1 root root 2048 Aug 3 13:10 setup_mock_wifi.yml -rw-r--r--. 1 root root 1980 Aug 3 13:10 setup_mock_wifi_wpa3_sae.yml -rw-r--r--. 1 root root 1823 Aug 3 13:10 setup_mock_wifi_wpa3_owe.yml -rw-r--r--. 1 root root 244 Aug 3 13:10 setup_802.1x.yml -rw-r--r--. 1 root root 2353 Aug 3 13:10 setup_802_1x_server.yml -rw-r--r--. 1 root root 1648 Aug 3 13:10 run_test.yml -rw-r--r--. 1 root root 581 Aug 3 13:10 remove_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 235 Aug 3 13:10 remove_profile.yml -rw-r--r--. 1 root root 255 Aug 3 13:10 remove+down_profile.yml -rw-r--r--. 1 root root 2035 Aug 3 13:10 manage_test_interface.yml -rw-r--r--. 1 root root 1807 Aug 3 13:10 get_profile_stat.yml -rw-r--r--. 1 root root 480 Aug 3 13:10 get_NetworkManager_NVR.yml -rw-r--r--. 1 root root 2813 Aug 3 13:10 get_modules_and_utils_paths.yml -rw-r--r--. 1 root root 241 Aug 3 13:10 get_interface_stat.yml -rw-r--r--. 1 root root 295 Aug 3 13:10 get_current_interfaces.yml -rw-r--r--. 1 root root 1212 Aug 3 13:10 enable_epel.yml -rw-r--r--. 1 root root 852 Aug 3 13:10 el_repo_setup.yml -rw-r--r--. 1 root root 197 Aug 3 13:10 delete_interface.yml -rw-r--r--. 1 root root 3704 Aug 3 13:10 create_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 380 Aug 3 13:10 create_team_profile.yml -rw-r--r--. 1 root root 368 Aug 3 13:10 create_dummy_profile.yml -rw-r--r--. 1 root root 382 Aug 3 13:10 create_bridge_profile.yml -rw-r--r--. 1 root root 409 Aug 3 13:10 create_bridge_profile_no_autoconnect.yml -rw-r--r--. 1 root root 529 Aug 3 13:10 create_and_remove_interface.yml -rw-r--r--. 1 root root 363 Aug 3 13:10 cleanup_profile+device.yml -rw-r--r--. 1 root root 218 Aug 3 13:10 cleanup_mock_wifi.yml -rw-r--r--. 1 root root 481 Aug 3 13:10 cleanup_802_1x_server.yml -rw-r--r--. 1 root root 434 Aug 3 13:10 assert_profile_present.yml -rw-r--r--. 1 root root 229 Aug 3 13:10 assert_profile_absent.yml -rw-r--r--. 1 root root 364 Aug 3 13:10 assert_output_in_stderr_without_warnings.yml -rw-r--r--. 1 root root 232 Aug 3 13:10 assert_device_present.yml -rw-r--r--. 1 root root 227 Aug 3 13:10 assert_device_absent.yml -rw-r--r--. 1 root root 220 Aug 3 13:10 activate_profile.yml -rw-r--r--. 1 root root 3401 Aug 3 13:10 test_802.1x_capath.yml drwxr-xr-x. 7 root root 4096 Aug 3 14:10 ../ drwxr-xr-x. 2 root root 124 Aug 3 14:10 provider/ -rw-r--r--. 1 root root 0 Aug 3 14:10 __init__.py drwxr-xr-x. 3 root root 4096 Aug 3 14:10 ./ /tmp/lsrtest_mx1d1jmy/network/tasks/provider: total 16 -rw-r--r--. 1 root root 198 Aug 3 13:10 default_with_nm.yml -rw-r--r--. 1 root root 371 Aug 3 13:10 create_with_nm.yml -rw-r--r--. 1 root root 621 Aug 3 13:10 create_and_remove_with_initscripts.yml -rw-r--r--. 1 root root 0 Aug 3 14:10 __init__.py drwxr-xr-x. 3 root root 4096 Aug 3 14:10 ../ drwxr-xr-x. 2 root root 124 Aug 3 14:10 ./ /tmp/lsrtest_mx1d1jmy/network/unit: total 192 -rw-r--r--. 1 root root 1416 Aug 3 13:10 test_nm_provider.py -rw-r--r--. 1 root root 188004 Aug 3 13:10 test_network_connections.py drwxr-xr-x. 7 root root 4096 Aug 3 14:10 ../ -rw-r--r--. 1 root root 0 Aug 3 14:10 __init__.py drwxr-xr-x. 2 root root 87 Aug 3 14:10 ./ /tmp/lsrtest_mx1d1jmy/ansible_collections: total 0 drwx------. 5 root root 110 Aug 3 14:10 ../ -rw-r--r--. 1 root root 0 Aug 3 14:10 __init__.py drwxr-xr-x. 3 root root 39 Aug 3 14:10 ./ drwxr-xr-x. 3 root root 51 Aug 3 14:10 fedora/ /tmp/lsrtest_mx1d1jmy/ansible_collections/fedora: total 0 drwxr-xr-x. 3 root root 39 Aug 3 14:10 ../ drwxr-xr-x. 3 root root 40 Aug 3 14:10 linux_system_roles/ -rw-r--r--. 1 root root 0 Aug 3 14:10 __init__.py drwxr-xr-x. 3 root root 51 Aug 3 14:10 ./ /tmp/lsrtest_mx1d1jmy/ansible_collections/fedora/linux_system_roles: total 0 -rw-r--r--. 1 root root 0 Aug 3 14:10 __init__.py drwxr-xr-x. 3 root root 51 Aug 3 14:10 ../ drwxr-xr-x. 3 root root 40 Aug 3 14:10 ./ drwxr-xr-x. 4 root root 60 Aug 3 14:10 plugins/ /tmp/lsrtest_mx1d1jmy/ansible_collections/fedora/linux_system_roles/plugins: total 0 drwxr-xr-x. 2 root root 79 Aug 3 13:10 modules/ drwxr-xr-x. 3 root root 40 Aug 3 14:10 ../ -rw-r--r--. 1 root root 0 Aug 3 14:10 __init__.py drwxr-xr-x. 4 root root 60 Aug 3 14:10 ./ drwxr-xr-x. 3 root root 44 Aug 3 14:10 module_utils/ /tmp/lsrtest_mx1d1jmy/ansible_collections/fedora/linux_system_roles/plugins/modules: total 104 -rw-r--r--. 1 root root 2211 Aug 3 13:10 network_state.py -rw-r--r--. 1 root root 0 Aug 3 13:10 __init__.py drwxr-xr-x. 2 root root 79 Aug 3 13:10 ./ -rw-r--r--. 1 root root 101852 Aug 3 13:10 network_connections.py drwxr-xr-x. 4 root root 60 Aug 3 14:10 ../ /tmp/lsrtest_mx1d1jmy/ansible_collections/fedora/linux_system_roles/plugins/module_utils: total 0 drwxr-xr-x. 3 root root 138 Aug 3 13:10 network_lsr/ drwxr-xr-x. 4 root root 60 Aug 3 14:10 ../ -rw-r--r--. 1 root root 0 Aug 3 14:10 __init__.py drwxr-xr-x. 3 root root 44 Aug 3 14:10 ./ /tmp/lsrtest_mx1d1jmy/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr: total 128 drwxr-xr-x. 2 root root 126 Aug 3 13:10 nm/ -rw-r--r--. 1 root root 190 Aug 3 13:10 myerror.py -rw-r--r--. 1 root root 0 Aug 3 13:10 __init__.py -rw-r--r--. 1 root root 1706 Aug 3 13:10 ethtool.py drwxr-xr-x. 3 root root 138 Aug 3 13:10 ./ -rw-r--r--. 1 root root 11397 Aug 3 13:10 utils.py -rw-r--r--. 1 root root 1640 Aug 3 13:10 nm_provider.py -rw-r--r--. 1 root root 106034 Aug 3 13:10 argument_validator.py drwxr-xr-x. 3 root root 44 Aug 3 14:10 ../ /tmp/lsrtest_mx1d1jmy/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm: total 28 -rw-r--r--. 1 root root 175 Aug 3 13:10 error.py drwxr-xr-x. 3 root root 138 Aug 3 13:10 ../ drwxr-xr-x. 2 root root 126 Aug 3 13:10 ./ -rw-r--r--. 1 root root 3292 Aug 3 13:10 provider.py -rw-r--r--. 1 root root 389 Aug 3 13:10 __init__.py -rw-r--r--. 1 root root 3638 Aug 3 13:10 connection.py -rw-r--r--. 1 root root 2880 Aug 3 13:10 client.py -rw-r--r--. 1 root root 4104 Aug 3 13:10 active_connection.py /tmp/lsrtest_mx1d1jmy/ansible: total 0 drwx------. 5 root root 110 Aug 3 14:10 ../ -rw-r--r--. 1 root root 0 Aug 3 14:10 __init__.py drwxr-xr-x. 2 root root 25 Aug 3 14:10 ./ TASK [Run pytest with nm] ****************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:120 Wednesday 03 August 2022 18:10:36 +0000 (0:00:00.397) 0:00:41.333 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_mx1d1jmy/network/integration/", "--provider=nm" ], "delta": "0:00:02.469896", "end": "2022-08-03 14:10:38.903117", "rc": 0, "start": "2022-08-03 14:10:36.433221" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_mx1d1jmy/network/integration collected 1 item ../tmp/lsrtest_mx1d1jmy/network/integration/test_ethernet.py . [100%] ============================== 1 passed in 2.21s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:129 Wednesday 03 August 2022 18:10:39 +0000 (0:00:02.874) 0:00:44.208 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_mx1d1jmy/network/integration", "collected 1 item", "", "../tmp/lsrtest_mx1d1jmy/network/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 2.21s ===============================" ] } TASK [install network-scripts when running pytest with initscripts] ************ task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:133 Wednesday 03 August 2022 18:10:39 +0000 (0:00:00.050) 0:00:44.258 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Run pytest with initscripts] ********************************************* task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:137 Wednesday 03 August 2022 18:10:40 +0000 (0:00:01.614) 0:00:45.873 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_mx1d1jmy/network/integration/", "--provider=initscripts" ], "delta": "0:00:04.498317", "end": "2022-08-03 14:10:45.496162", "rc": 0, "start": "2022-08-03 14:10:40.997845" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_mx1d1jmy/network/integration collected 1 item ../tmp/lsrtest_mx1d1jmy/network/integration/test_ethernet.py . [100%] ============================== 1 passed in 4.24s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:146 Wednesday 03 August 2022 18:10:45 +0000 (0:00:04.967) 0:00:50.841 ****** ok: [/cache/rhel-8-y.qcow2.snap] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_mx1d1jmy/network/integration", "collected 1 item", "", "../tmp/lsrtest_mx1d1jmy/network/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 4.24s ===============================" ] } TASK [remove local tar file] *************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:149 Wednesday 03 August 2022 18:10:45 +0000 (0:00:00.053) 0:00:50.895 ****** changed: [/cache/rhel-8-y.qcow2.snap -> localhost] => { "changed": true, "path": "/tmp/lsrtest_fh2i7d4k.tar", "state": "absent" } TASK [remove tempdir] ********************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:155 Wednesday 03 August 2022 18:10:45 +0000 (0:00:00.228) 0:00:51.124 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "path": "/tmp/lsrtest_mx1d1jmy", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8-y.qcow2.snap : ok=79 changed=20 unreachable=0 failed=0 skipped=36 rescued=0 ignored=0 Wednesday 03 August 2022 18:10:46 +0000 (0:00:00.426) 0:00:51.550 ****** =============================================================================== Install rpm dependencies ------------------------------------------------ 6.20s /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:12 ---- Run pytest with initscripts --------------------------------------------- 4.97s /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:137 --- Install Pytest ---------------------------------------------------------- 3.46s /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:17 ---- Run pytest with nm ------------------------------------------------------ 2.87s /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:120 --- fedora.linux_system_roles.network : Check which services are running ---- 1.85s /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which services are running ---- 1.70s /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 install network-scripts when running pytest with initscripts ------------ 1.61s /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:133 --- fedora.linux_system_roles.network : Check which packages are installed --- 1.52s /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Check which packages are installed --- 1.26s /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Copy testrepo.tar to the remote system ---------------------------------- 1.11s /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:77 ---- Gathering Facts --------------------------------------------------------- 1.04s /tmp/tmpt4s8r_w1/tests/network/tests_integration_pytest.yml:3 ----------------- Enable EPEL 8 ----------------------------------------------------------- 0.88s /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:17 ----------------------- Gathering Facts --------------------------------------------------------- 0.86s /tmp/tmpt4s8r_w1/tests/network/tests_default_initscripts.yml:3 ---------------- Gathering Facts --------------------------------------------------------- 0.86s /tmp/tmpt4s8r_w1/tests/network/tests_default_nm.yml:3 ------------------------- Enable EPEL 8 ----------------------------------------------------------- 0.85s /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:17 ----------------------- Enable EPEL 8 ----------------------------------------------------------- 0.85s /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:17 ----------------------- Gathering Facts --------------------------------------------------------- 0.85s /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:31 ---- Enable EPEL 8 ----------------------------------------------------------- 0.84s /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:17 ----------------------- fedora.linux_system_roles.network : Enable network service -------------- 0.80s /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Gathering Facts --------------------------------------------------------- 0.80s /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:3 ----- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpt4s8r_w1/tests/network/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpt4s8r_w1/tests/network/_restore.yml:4 Wednesday 03 August 2022 18:10:46 +0000 (0:00:00.046) 0:00:51.597 ****** changed: [/cache/rhel-8-y.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.006529", "end": "2022-08-03 14:10:46.689200", "rc": 0, "start": "2022-08-03 14:10:46.682671" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8-y.qcow2.snap : ok=80 changed=21 unreachable=0 failed=0 skipped=36 rescued=0 ignored=0 Wednesday 03 August 2022 18:10:46 +0000 (0:00:00.411) 0:00:52.009 ****** =============================================================================== Install rpm dependencies ------------------------------------------------ 6.20s /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:12 ---- Run pytest with initscripts --------------------------------------------- 4.97s /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:137 --- Install Pytest ---------------------------------------------------------- 3.46s /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:17 ---- Run pytest with nm ------------------------------------------------------ 2.87s /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:120 --- fedora.linux_system_roles.network : Check which services are running ---- 1.85s /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which services are running ---- 1.70s /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 install network-scripts when running pytest with initscripts ------------ 1.61s /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:133 --- fedora.linux_system_roles.network : Check which packages are installed --- 1.52s /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Check which packages are installed --- 1.26s /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Copy testrepo.tar to the remote system ---------------------------------- 1.11s /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:77 ---- Gathering Facts --------------------------------------------------------- 1.04s /tmp/tmpt4s8r_w1/tests/network/tests_integration_pytest.yml:3 ----------------- Enable EPEL 8 ----------------------------------------------------------- 0.88s /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:17 ----------------------- Gathering Facts --------------------------------------------------------- 0.86s /tmp/tmpt4s8r_w1/tests/network/tests_default_initscripts.yml:3 ---------------- Gathering Facts --------------------------------------------------------- 0.86s /tmp/tmpt4s8r_w1/tests/network/tests_default_nm.yml:3 ------------------------- Enable EPEL 8 ----------------------------------------------------------- 0.85s /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:17 ----------------------- Enable EPEL 8 ----------------------------------------------------------- 0.85s /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:17 ----------------------- Gathering Facts --------------------------------------------------------- 0.85s /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:31 ---- Enable EPEL 8 ----------------------------------------------------------- 0.84s /tmp/tmpt4s8r_w1/tests/network/tasks/enable_epel.yml:17 ----------------------- fedora.linux_system_roles.network : Enable network service -------------- 0.80s /tmp/tmpy4hq2u0g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Gathering Facts --------------------------------------------------------- 0.80s /tmp/tmpt4s8r_w1/tests/network/playbooks/integration_pytest_python3.yml:3 -----