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/tmpcwsggv7g 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: rhel-8_setup.yml ***************************************************** 1 plays in /cache/rhel-8_setup.yml PLAY [Setup repos] ************************************************************* META: ran handlers TASK [set up internal repositories] ******************************************** task path: /cache/rhel-8_setup.yml:5 Wednesday 03 August 2022 15:40:42 +0000 (0:00:00.017) 0:00:00.017 ****** ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 15:40:44 +0000 (0:00:01.297) 0:00:01.314 ****** =============================================================================== set up internal repositories -------------------------------------------- 1.30s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- PLAYBOOK: _backup.yml ********************************************************** 1 plays in /tmp/tmpd6fsfezc/tests/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpd6fsfezc/tests/_backup.yml:6 Wednesday 03 August 2022 15:40:44 +0000 (0:00:00.015) 0:00:01.330 ****** ok: [/cache/rhel-8.qcow2] => (item=/etc/resolv.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659541242.1527784, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659541241.1517782, "dev": 64515, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 752168, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659539931.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "98781518", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmpd6fsfezc/tests/_backup.yml:13 Wednesday 03 August 2022 15:40:44 +0000 (0:00:00.495) 0:00:01.826 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/rhel-8.qcow2] => (item={'changed': False, 'stat': {'exists': True, 'path': '/etc/resolv.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 90, 'inode': 752168, 'dev': 64515, 'nlink': 1, 'atime': 1659541242.1527784, 'mtime': 1659539931.0, 'ctime': 1659541241.1517782, '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': '98781518', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/etc/resolv.conf', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/etc/resolv.conf', 'ansible_loop_var': 'item'}) => { "ansible_facts": { "_existing_files": " /etc/resolv.conf" }, "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "failed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/resolv.conf" } }, "item": "/etc/resolv.conf", "stat": { "atime": 1659541242.1527784, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659541241.1517782, "dev": 64515, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 752168, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659539931.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "98781518", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } TASK [Back up system files] **************************************************** task path: /tmp/tmpd6fsfezc/tests/_backup.yml:19 Wednesday 03 August 2022 15:40:44 +0000 (0:00:00.036) 0:00:01.862 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.003795", "end": "2022-08-03 11:40:44.065104", "rc": 0, "start": "2022-08-03 11:40:44.061309" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=4 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 15:40:45 +0000 (0:00:00.451) 0:00:02.313 ****** =============================================================================== set up internal repositories -------------------------------------------- 1.30s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- Get stats of system files ----------------------------------------------- 0.50s /tmp/tmpd6fsfezc/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.45s /tmp/tmpd6fsfezc/tests/_backup.yml:19 ----------------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmpd6fsfezc/tests/_backup.yml:13 ----------------------------------------- PLAYBOOK: tests_integration_pytest.yml ***************************************** 7 plays in /tmp/tmpd6fsfezc/tests/tests_integration_pytest.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/tests_integration_pytest.yml:3 Wednesday 03 August 2022 15:40:45 +0000 (0:00:00.042) 0:00:02.356 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tests_integration_pytest.yml:5 Wednesday 03 August 2022 15:40:46 +0000 (0:00:01.027) 0:00:03.383 ****** included: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml for /cache/rhel-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 15:40:46 +0000 (0:00:00.024) 0:00:03.408 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 15:40:46 +0000 (0:00:00.018) 0:00:03.426 ****** included: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml for /cache/rhel-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 15:40:46 +0000 (0:00:00.025) 0:00:03.452 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 15:40:46 +0000 (0:00:00.357) 0:00:03.810 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 15:40:46 +0000 (0:00:00.020) 0:00:03.830 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.376102", "end": "2022-08-03 11:40:46.330229", "rc": 0, "start": "2022-08-03 11:40:45.954127" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 15:40:47 +0000 (0:00:00.746) 0:00:04.577 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY [Install dependencies for integration tests] ****************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:3 Wednesday 03 August 2022 15:40:47 +0000 (0:00:00.038) 0:00:04.616 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers TASK [Install rpm dependencies] ************************************************ task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:12 Wednesday 03 August 2022 15:40:48 +0000 (0:00:00.770) 0:00:05.386 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "rc": 0, "results": [ "Installed: emacs-filesystem-1:26.1-7.el8.noarch", "Installed: perl-Digest-1.17-395.el8.noarch", "Installed: perl-Digest-MD5-2.55-396.el8.x86_64", "Installed: perl-URI-1.73-3.el8.noarch", "Installed: perl-Git-2.31.1-2.el8.noarch", "Installed: python36-3.6.8-38.module+el8.5.0+12207+5c5719bc.x86_64", "Installed: perl-Carp-1.42-396.el8.noarch", "Installed: perl-Data-Dumper-2.167-399.el8.x86_64", "Installed: perl-Encode-4:2.97-3.el8.x86_64", "Installed: perl-Errno-1.28-421.el8.x86_64", "Installed: perl-Exporter-5.72-396.el8.noarch", "Installed: perl-File-Path-2.15-2.el8.noarch", "Installed: perl-File-Temp-0.230.600-1.el8.noarch", "Installed: perl-Getopt-Long-1:2.50-4.el8.noarch", "Installed: perl-HTTP-Tiny-0.074-1.el8.noarch", "Installed: 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-Error-1:0.17025-2.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-Mozilla-CA-20160104-7.module+el8.3.0+6498+9eecfe51.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-interpreter-4:5.26.3-421.el8.x86_64", "Installed: perl-libs-4:5.26.3-421.el8.x86_64", "Installed: python3-pip-9.0.3-22.el8.noarch", "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-IO-Socket-IP-0.39-5.el8.noarch", "Installed: perl-threads-shared-1.58-2.el8.x86_64", "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: git-2.31.1-2.el8.x86_64", "Installed: perl-Net-SSLeay-1.88-2.module+el8.6.0+13392+f0897f98.x86_64", "Installed: git-core-2.31.1-2.el8.x86_64", "Installed: git-core-doc-2.31.1-2.el8.noarch", "Installed: perl-libnet-3.11-3.el8.noarch" ] } TASK [Install Pytest] ********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:17 Wednesday 03 August 2022 15:40:54 +0000 (0:00:06.389) 0:00:11.776 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:04.581806", "end": "2022-08-03 11:40:58.525950", "rc": 0, "start": "2022-08-03 11:40:53.944144" } STDOUT: Collecting pytest Downloading https://files.pythonhosted.org/packages/38/93/c7c0bd1e932b287fb948eb9ce5a3d6307c9fc619db1e199f8c8bc5dad95f/pytest-7.0.1-py3-none-any.whl (296kB) Collecting packaging (from pytest) Downloading https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl (40kB) Collecting attrs>=19.2.0 (from pytest) Downloading https://files.pythonhosted.org/packages/f2/bc/d817287d1aa01878af07c19505fafd1165cd6a119e9d0821ca1d1c20312d/attrs-22.1.0-py2.py3-none-any.whl (58kB) Collecting importlib-metadata>=0.12; python_version < "3.8" (from pytest) Downloading https://files.pythonhosted.org/packages/a0/a1/b153a0a4caf7a7e3f15c2cd56c7702e2cf3d89b1b359d1f1c5e59d68f4ce/importlib_metadata-4.8.3-py3-none-any.whl Collecting iniconfig (from pytest) Downloading https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.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 tomli>=1.0.0 (from pytest) Downloading https://files.pythonhosted.org/packages/05/e4/74f9440db36734d7ba83c574c1e7024009ce849208a41f90e94a134dc6d1/tomli-1.2.3-py3-none-any.whl Collecting pyparsing!=3.0.5,>=2.0.2 (from packaging->pytest) Downloading https://files.pythonhosted.org/packages/6c/10/a7d0fa5baea8fe7b50f448ab742f26f52b80bfca85ac2be9d35cdd9a3246/pyparsing-3.0.9-py3-none-any.whl (98kB) Collecting 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 Installing collected packages: pyparsing, packaging, attrs, typing-extensions, zipp, importlib-metadata, iniconfig, py, pluggy, tomli, pytest Successfully installed attrs-22.1.0 importlib-metadata-4.8.3 iniconfig-1.1.1 packaging-21.3 pluggy-1.0.0 py-1.11.0 pyparsing-3.0.9 pytest-7.0.1 tomli-1.2.3 typing-extensions-4.1.1 zipp-3.6.0 STDERR: WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead. META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/tests_default_initscripts.yml:3 Wednesday 03 August 2022 15:40:59 +0000 (0:00:05.025) 0:00:16.801 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tests_default_initscripts.yml:5 Wednesday 03 August 2022 15:41:00 +0000 (0:00:00.813) 0:00:17.615 ****** included: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml for /cache/rhel-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 15:41:00 +0000 (0:00:00.028) 0:00:17.643 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 15:41:00 +0000 (0:00:00.020) 0:00:17.664 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/../tasks/enable_epel.yml for /cache/rhel-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 15:41:00 +0000 (0:00:00.028) 0:00:17.693 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 15:41:00 +0000 (0:00:00.357) 0:00:18.050 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 15:41:00 +0000 (0:00:00.024) 0:00:18.075 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.407964", "end": "2022-08-03 11:41:00.605333", "rc": 0, "start": "2022-08-03 11:41:00.197369" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 15:41:01 +0000 (0:00:00.777) 0:00:18.853 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /tmp/tmpd6fsfezc/tests/tests_default_initscripts.yml:6 Wednesday 03 August 2022 15:41:01 +0000 (0:00:00.024) 0:00:18.877 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test executing the role with default parameters] ************************* META: ran handlers TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 15:41:01 +0000 (0:00:00.056) 0:00:18.934 ****** included: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/rhel-8.qcow2 TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 03 August 2022 15:41:01 +0000 (0:00:00.048) 0:00:18.983 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which services are running] *********** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Wednesday 03 August 2022 15:41:02 +0000 (0:00:00.519) 0:00:19.502 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Wednesday 03 August 2022 15:41:04 +0000 (0:00:01.714) 0:00:21.216 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 15:41:05 +0000 (0:00:01.479) 0:00:22.696 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 15:41:05 +0000 (0:00:00.067) 0:00:22.764 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 15:41:05 +0000 (0:00:00.061) 0:00:22.825 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 15:41:05 +0000 (0:00:00.057) 0:00:22.882 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 15:41:05 +0000 (0:00:00.080) 0:00:22.963 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 15:41:05 +0000 (0:00:00.055) 0:00:23.018 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 15:41:05 +0000 (0:00:00.058) 0:00:23.077 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 15:41:05 +0000 (0:00:00.056) 0:00:23.134 ****** skipping: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 15:41:05 +0000 (0:00:00.056) 0:00:23.190 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 15:41:06 +0000 (0:00:00.061) 0:00:23.251 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 15:41:06 +0000 (0:00:00.833) 0:00:24.085 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-22451htob3zfz/tmp7lffkwgi" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 15:41:07 +0000 (0:00:00.412) 0:00:24.498 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network ok: [/cache/rhel-8.qcow2] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 15:41:07 +0000 (0:00:00.663) 0:00:25.161 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 15:41:08 +0000 (0:00:00.056) 0:00:25.217 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 15:41:08 +0000 (0:00:00.064) 0:00:25.282 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 15:41:08 +0000 (0:00:00.066) 0:00:25.348 ****** skipping: [/cache/rhel-8.qcow2] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 15:41:08 +0000 (0:00:00.055) 0:00:25.404 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "ping": "pong" } META: role_complete for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tests_default.yml:9 Wednesday 03 August 2022 15:41:08 +0000 (0:00:00.553) 0:00:25.958 ****** included: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml for /cache/rhel-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 15:41:08 +0000 (0:00:00.073) 0:00:26.031 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 15:41:08 +0000 (0:00:00.090) 0:00:26.121 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/../tasks/enable_epel.yml for /cache/rhel-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 15:41:08 +0000 (0:00:00.073) 0:00:26.195 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 15:41:09 +0000 (0:00:00.384) 0:00:26.580 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 15:41:09 +0000 (0:00:00.057) 0:00:26.637 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.398047", "end": "2022-08-03 11:41:09.168168", "rc": 0, "start": "2022-08-03 11:41:08.770121" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 15:41:10 +0000 (0:00:00.795) 0:00:27.433 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmpd6fsfezc/tests/tests_default.yml:10 Wednesday 03 August 2022 15:41:10 +0000 (0:00:00.053) 0:00:27.487 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/tests_default_nm.yml:3 Wednesday 03 August 2022 15:41:10 +0000 (0:00:00.108) 0:00:27.595 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tests_default_nm.yml:5 Wednesday 03 August 2022 15:41:11 +0000 (0:00:00.822) 0:00:28.418 ****** included: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml for /cache/rhel-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 15:41:11 +0000 (0:00:00.066) 0:00:28.485 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 15:41:11 +0000 (0:00:00.044) 0:00:28.529 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/../tasks/enable_epel.yml for /cache/rhel-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 15:41:11 +0000 (0:00:00.063) 0:00:28.593 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 15:41:11 +0000 (0:00:00.394) 0:00:28.987 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 15:41:11 +0000 (0:00:00.041) 0:00:29.029 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.389143", "end": "2022-08-03 11:41:11.540265", "rc": 0, "start": "2022-08-03 11:41:11.151122" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 15:41:12 +0000 (0:00:00.825) 0:00:29.855 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmpd6fsfezc/tests/tests_default_nm.yml:6 Wednesday 03 August 2022 15:41:12 +0000 (0:00:00.038) 0:00:29.893 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test executing the role with default parameters] ************************* META: ran handlers TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 15:41:12 +0000 (0:00:00.121) 0:00:30.014 ****** included: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/rhel-8.qcow2 TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 03 August 2022 15:41:12 +0000 (0:00:00.063) 0:00:30.077 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which services are running] *********** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Wednesday 03 August 2022 15:41:13 +0000 (0:00:00.551) 0:00:30.629 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Wednesday 03 August 2022 15:41:15 +0000 (0:00:01.594) 0:00:32.224 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 15:41:16 +0000 (0:00:01.125) 0:00:33.350 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 15:41:16 +0000 (0:00:00.053) 0:00:33.403 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 15:41:16 +0000 (0:00:00.046) 0:00:33.449 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 15:41:16 +0000 (0:00:00.046) 0:00:33.496 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 15:41:16 +0000 (0:00:00.077) 0:00:33.573 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 15:41:16 +0000 (0:00:00.044) 0:00:33.618 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 15:41:16 +0000 (0:00:00.075) 0:00:33.694 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 15:41:16 +0000 (0:00:00.056) 0:00:33.750 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 15:41:17 +0000 (0:00:00.548) 0:00:34.298 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 15:41:17 +0000 (0:00:00.057) 0:00:34.356 ****** skipping: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 15:41:17 +0000 (0:00:00.040) 0:00:34.396 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 15:41:17 +0000 (0:00:00.049) 0:00:34.446 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network ok: [/cache/rhel-8.qcow2] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 15:41:17 +0000 (0:00:00.542) 0:00:34.988 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 15:41:17 +0000 (0:00:00.047) 0:00:35.035 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 15:41:17 +0000 (0:00:00.057) 0:00:35.093 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 15:41:17 +0000 (0:00:00.051) 0:00:35.144 ****** skipping: [/cache/rhel-8.qcow2] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 15:41:17 +0000 (0:00:00.044) 0:00:35.189 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "ping": "pong" } META: role_complete for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tests_default.yml:9 Wednesday 03 August 2022 15:41:18 +0000 (0:00:00.460) 0:00:35.650 ****** included: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml for /cache/rhel-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 15:41:18 +0000 (0:00:00.060) 0:00:35.710 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 15:41:18 +0000 (0:00:00.036) 0:00:35.747 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/../tasks/enable_epel.yml for /cache/rhel-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 15:41:18 +0000 (0:00:00.062) 0:00:35.810 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 15:41:18 +0000 (0:00:00.389) 0:00:36.199 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 15:41:19 +0000 (0:00:00.040) 0:00:36.240 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.407447", "end": "2022-08-03 11:41:18.755169", "rc": 0, "start": "2022-08-03 11:41:18.347722" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 15:41:19 +0000 (0:00:00.780) 0:00:37.020 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmpd6fsfezc/tests/tests_default.yml:10 Wednesday 03 August 2022 15:41:19 +0000 (0:00:00.068) 0:00:37.088 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:31 Wednesday 03 August 2022 15:41:19 +0000 (0:00:00.097) 0:00:37.186 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers TASK [create tempdir for code to test] ***************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:35 Wednesday 03 August 2022 15:41:20 +0000 (0:00:00.827) 0:00:38.013 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest___ul4n4i", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [get tempfile for tar] **************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:41 Wednesday 03 August 2022 15:41:21 +0000 (0:00:00.523) 0:00:38.536 ****** changed: [/cache/rhel-8.qcow2 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_28e7xwoa.tar", "size": 0, "state": "file", "uid": 0 } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:48 Wednesday 03 August 2022 15:41:21 +0000 (0:00:00.210) 0:00:38.747 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_modules_and_utils_paths.yml for /cache/rhel-8.qcow2 TASK [set collection paths] **************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_modules_and_utils_paths.yml:3 Wednesday 03 August 2022 15:41:21 +0000 (0:00:00.063) 0:00:38.811 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "collection_paths": [ "/tmp/tmpcwsggv7g", "/tmp/tmpcwsggv7g" ] }, "changed": false } TASK [set search paths] ******************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_modules_and_utils_paths.yml:13 Wednesday 03 August 2022 15:41:21 +0000 (0:00:00.099) 0:00:38.911 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "module_utils_search_path": [ "../../module_utils", "../module_utils", "/root/.ansible/plugins/module_utils", "/usr/share/ansible/plugins/module_utils" ], "modules_search_path": [ "../../library", "../library", "/root/.ansible/plugins/modules", "/usr/share/ansible/plugins/modules" ] }, "changed": false } TASK [find parent directory and path of modules] ******************************* task path: /tmp/tmpd6fsfezc/tests/tasks/get_modules_and_utils_paths.yml:42 Wednesday 03 August 2022 15:41:21 +0000 (0:00:00.074) 0:00:38.985 ****** ok: [/cache/rhel-8.qcow2 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules; do\n if [ -f \"$dir/network_connections.py\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /tmp/tmpcwsggv7g /tmp/tmpcwsggv7g; 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.007008", "end": "2022-08-03 15:41:21.973876", "rc": 0, "start": "2022-08-03 15:41:21.966868" } STDOUT: /tmp/tmpd6fsfezc 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/tmpd6fsfezc/tests/tasks/get_modules_and_utils_paths.yml:69 Wednesday 03 August 2022 15:41:22 +0000 (0:00:00.247) 0:00:39.232 ****** ok: [/cache/rhel-8.qcow2 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils; do\n if [ -d \"$dir/network_lsr\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /tmp/tmpcwsggv7g /tmp/tmpcwsggv7g; 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.007026", "end": "2022-08-03 15:41:22.217837", "rc": 0, "start": "2022-08-03 15:41:22.210811" } STDOUT: /tmp/tmpd6fsfezc 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/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:50 Wednesday 03 August 2022 15:41:22 +0000 (0:00:00.237) 0:00:39.470 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "tests_directory": "/tmp/tmpd6fsfezc/tests/playbooks/files/../../tests" }, "changed": false } TASK [Create Tar file] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:65 Wednesday 03 August 2022 15:41:22 +0000 (0:00:00.055) 0:00:39.525 ****** changed: [/cache/rhel-8.qcow2 -> localhost] => { "changed": true, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_28e7xwoa.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/tmp/tmpd6fsfezc", "tests", "-C", "/tmp/tmpd6fsfezc", "library", "-C", "/tmp/tmpd6fsfezc", "module_utils" ], "delta": "0:00:00.008073", "end": "2022-08-03 15:41:22.518825", "rc": 0, "start": "2022-08-03 15:41:22.510752" } 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/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:77 Wednesday 03 August 2022 15:41:22 +0000 (0:00:00.245) 0:00:39.771 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "checksum": "5bfc411e2a58b4acae5a09518f352d0a64d3d3ad", "dest": "/tmp/lsrtest___ul4n4i/lsrtest_28e7xwoa.tar", "gid": 0, "group": "root", "md5sum": "6227ea4e486bb7a03577262c41d4c36e", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 819200, "src": "/root/.ansible/tmp/ansible-tmp-1659541282.624471-23260-174448232734864/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:83 Wednesday 03 August 2022 15:41:23 +0000 (0:00:01.119) 0:00:40.890 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "tar", "xf", "lsrtest_28e7xwoa.tar" ], "delta": "0:00:00.009828", "end": "2022-08-03 11:41:23.061788", "rc": 0, "start": "2022-08-03 11:41:23.051960" } TASK [Create /tmp/lsrtest___ul4n4i/ansible] ************************************ task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:88 Wednesday 03 August 2022 15:41:24 +0000 (0:00:00.436) 0:00:41.327 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest___ul4n4i/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/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:94 Wednesday 03 August 2022 15:41:24 +0000 (0:00:00.495) 0:00:41.822 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": "if [ -d /tmp/lsrtest___ul4n4i/module_utils ]; then\n mv /tmp/lsrtest___ul4n4i/module_utils /tmp/lsrtest___ul4n4i/ansible\nfi\n", "delta": "0:00:00.004838", "end": "2022-08-03 11:41:23.940189", "rc": 0, "start": "2022-08-03 11:41:23.935351" } TASK [Fake out python module directories, primarily for python2] *************** task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:100 Wednesday 03 August 2022 15:41:24 +0000 (0:00:00.381) 0:00:42.203 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": "for dir in $(find /tmp/lsrtest___ul4n4i -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.013775", "end": "2022-08-03 11:41:24.336381", "rc": 0, "start": "2022-08-03 11:41:24.322606" } TASK [Set _lsr_python_path] **************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:108 Wednesday 03 August 2022 15:41:25 +0000 (0:00:00.396) 0:00:42.600 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest___ul4n4i/library:/tmp/lsrtest___ul4n4i" }, "changed": false } TASK [Show _lsr_python_path] *************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:115 Wednesday 03 August 2022 15:41:25 +0000 (0:00:00.048) 0:00:42.648 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: path /tmp/lsrtest___ul4n4i/library:/tmp/lsrtest___ul4n4i TASK [ls -alrtFR /tmp/lsrtest___ul4n4i] **************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:119 Wednesday 03 August 2022 15:41:25 +0000 (0:00:00.049) 0:00:42.697 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest___ul4n4i" ], "delta": "0:00:00.005442", "end": "2022-08-03 11:41:24.822089", "rc": 0, "start": "2022-08-03 11:41:24.816647" } STDOUT: /tmp/lsrtest___ul4n4i: total 804 drwxr-xr-x. 2 root root 79 Aug 3 11:18 library/ -rw-------. 1 root root 819200 Aug 3 11:41 lsrtest_28e7xwoa.tar -rw-r--r--. 1 root root 0 Aug 3 11:41 __init__.py drwx------. 5 root root 96 Aug 3 11:41 ./ drwxr-xr-x. 8 root root 4096 Aug 3 11:41 tests/ drwxr-xr-x. 3 root root 45 Aug 3 11:41 ansible/ drwxrwxrwt. 10 root root 277 Aug 3 11:41 ../ /tmp/lsrtest___ul4n4i/library: total 104 -rw-r--r--. 1 root root 2211 Aug 3 11:18 network_state.py -rw-r--r--. 1 root root 101576 Aug 3 11:18 network_connections.py -rw-r--r--. 1 root root 0 Aug 3 11:18 __init__.py drwxr-xr-x. 2 root root 79 Aug 3 11:18 ./ drwx------. 5 root root 96 Aug 3 11:41 ../ /tmp/lsrtest___ul4n4i/tests: total 284 -rw-r--r--. 1 root root 805 Aug 3 11:18 tests_wireless_wpa3_sae_nm.yml -rw-r--r--. 1 root root 901 Aug 3 11:18 tests_wireless_wpa3_owe_nm.yml -rw-r--r--. 1 root root 636 Aug 3 11:18 tests_wireless_plugin_installation_nm.yml -rw-r--r--. 1 root root 644 Aug 3 11:18 tests_wireless_nm.yml -rw-r--r--. 1 root root 596 Aug 3 11:18 tests_vlan_mtu_nm.yml -rw-r--r--. 1 root root 535 Aug 3 11:18 tests_vlan_mtu_initscripts.yml -rw-r--r--. 1 root root 5339 Aug 3 11:18 tests_unit.yml -rw-r--r--. 1 root root 628 Aug 3 11:18 tests_team_plugin_installation_nm.yml -rw-r--r--. 1 root root 627 Aug 3 11:18 tests_team_nm.yml -rw-r--r--. 1 root root 421 Aug 3 11:18 tests_switch_provider.yml -rw-r--r--. 1 root root 592 Aug 3 11:18 tests_states_nm.yml -rw-r--r--. 1 root root 531 Aug 3 11:18 tests_states_initscripts.yml -rw-r--r--. 1 root root 606 Aug 3 11:18 tests_routing_rules_nm.yml -rw-r--r--. 1 root root 602 Aug 3 11:18 tests_route_table_nm.yml -rw-r--r--. 1 root root 1175 Aug 3 11:18 tests_regression_nm.yml -rw-r--r--. 1 root root 594 Aug 3 11:18 tests_reapply_nm.yml -rw-r--r--. 1 root root 1246 Aug 3 11:18 tests_provider_nm.yml -rw-r--r--. 1 root root 657 Aug 3 11:18 tests_network_state_nm.yml -rw-r--r--. 1 root root 588 Aug 3 11:18 tests_ipv6_nm.yml -rw-r--r--. 1 root root 527 Aug 3 11:18 tests_ipv6_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 11:18 tests_ipv6_dns_search_nm.yml -rw-r--r--. 1 root root 606 Aug 3 11:18 tests_ipv6_disabled_nm.yml -rw-r--r--. 1 root root 325 Aug 3 11:18 tests_integration_pytest.yml -rw-r--r--. 1 root root 600 Aug 3 11:18 tests_infiniband_nm.yml -rw-r--r--. 1 root root 979 Aug 3 11:18 tests_helpers_and_asserts.yml -rw-r--r--. 1 root root 1155 Aug 3 11:18 tests_ethtool_ring_nm.yml -rw-r--r--. 1 root root 543 Aug 3 11:18 tests_ethtool_ring_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 11:18 tests_ethtool_features_nm.yml -rw-r--r--. 1 root root 551 Aug 3 11:18 tests_ethtool_features_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 11:18 tests_ethtool_coalesce_nm.yml -rw-r--r--. 1 root root 551 Aug 3 11:18 tests_ethtool_coalesce_initscripts.yml -rw-r--r--. 1 root root 1178 Aug 3 11:18 tests_eth_pci_address_match_nm.yml -rw-r--r--. 1 root root 596 Aug 3 11:18 tests_ethernet_nm.yml -rw-r--r--. 1 root root 535 Aug 3 11:18 tests_ethernet_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 11:18 tests_eth_dns_support_nm.yml -rw-r--r--. 1 root root 590 Aug 3 11:18 tests_dummy_nm.yml -rw-r--r--. 1 root root 393 Aug 3 11:18 tests_default.yml -rw-r--r--. 1 root root 377 Aug 3 11:18 tests_default_nm.yml -rw-r--r--. 1 root root 360 Aug 3 11:18 tests_default_initscripts.yml -rw-r--r--. 1 root root 2354 Aug 3 11:18 tests_change_indication_on_repeat_run.yml -rw-r--r--. 1 root root 592 Aug 3 11:18 tests_bridge_nm.yml -rw-r--r--. 1 root root 531 Aug 3 11:18 tests_bridge_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 11:18 tests_bond_removal_nm.yml -rw-r--r--. 1 root root 543 Aug 3 11:18 tests_bond_removal_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 11:18 tests_bond_options_nm.yml -rw-r--r--. 1 root root 588 Aug 3 11:18 tests_bond_nm.yml -rw-r--r--. 1 root root 527 Aug 3 11:18 tests_bond_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 11:18 tests_bond_deprecated_nm.yml -rw-r--r--. 1 root root 549 Aug 3 11:18 tests_bond_deprecated_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 11:18 tests_auto_gateway_nm.yml -rw-r--r--. 1 root root 543 Aug 3 11:18 tests_auto_gateway_initscripts.yml -rw-r--r--. 1 root root 701 Aug 3 11:18 tests_802_1x_updated_nm.yml -rw-r--r--. 1 root root 685 Aug 3 11:18 tests_802_1x_nm.yml -rw-r--r--. 1 root root 285 Aug 3 11:18 setup-snapshot.yml lrwxrwxrwx. 1 root root 16 Aug 3 11:18 module_utils -> ../module_utils/ lrwxrwxrwx. 1 root root 11 Aug 3 11:18 modules -> ../library// -rwxr-xr-x. 1 root root 880 Aug 3 11:18 merge_coverage.sh* -rwxr-xr-x. 1 root root 357 Aug 3 11:18 git-pre-commit.sh* -rwxr-xr-x. 1 root root 682 Aug 3 11:18 git-post-commit.sh* -rw-r--r--. 1 root root 20 Aug 3 11:18 .gitignore -rwxr-xr-x. 1 root root 929 Aug 3 11:18 get_total_coverage.sh* -rw-r--r--. 1 root root 2509 Aug 3 11:18 get_coverage.yml -rwxr-xr-x. 1 root root 2494 Aug 3 11:18 get_coverage.sh* -rwxr-xr-x. 1 root root 9915 Aug 3 11:18 ensure_provider_tests.py* -rwxr-xr-x. 1 root root 343 Aug 3 11:18 covstats* -rw-r--r--. 1 root root 139 Aug 3 11:18 _restore.yml -rw-r--r--. 1 root root 575 Aug 3 11:18 _backup.yml drwx------. 5 root root 96 Aug 3 11:41 ../ -rw-r--r--. 1 root root 0 Aug 3 11:41 __init__.py drwxr-xr-x. 2 root root 173 Aug 3 11:41 files/ drwxr-xr-x. 8 root root 4096 Aug 3 11:41 ./ drwxr-xr-x. 2 root root 68 Aug 3 11:41 integration/ drwxr-xr-x. 3 root root 59 Aug 3 11:41 roles/ drwxr-xr-x. 2 root root 4096 Aug 3 11:41 playbooks/ drwxr-xr-x. 3 root root 4096 Aug 3 11:41 tasks/ drwxr-xr-x. 2 root root 87 Aug 3 11:41 unit/ /tmp/lsrtest___ul4n4i/tests/files: total 36 -rw-r--r--. 1 root root 1334 Aug 3 11:18 server.pem -rw-r--r--. 1 root root 1782 Aug 3 11:18 server.key -rw-r--r--. 1 root root 424 Aug 3 11:18 dh.pem -rw-r--r--. 1 root root 1334 Aug 3 11:18 client.pem -rw-r--r--. 1 root root 1675 Aug 3 11:18 client.key.nocrypt -rw-r--r--. 1 root root 1782 Aug 3 11:18 client.key -rw-r--r--. 1 root root 1289 Aug 3 11:18 cacert.pem -rw-r--r--. 1 root root 1766 Aug 3 11:18 cacert.key -rw-r--r--. 1 root root 0 Aug 3 11:41 __init__.py drwxr-xr-x. 8 root root 4096 Aug 3 11:41 ../ drwxr-xr-x. 2 root root 173 Aug 3 11:41 ./ /tmp/lsrtest___ul4n4i/tests/integration: total 12 -rw-r--r--. 1 root root 3243 Aug 3 11:18 test_ethernet.py -rw-r--r--. 1 root root 199 Aug 3 11:18 conftest.py drwxr-xr-x. 8 root root 4096 Aug 3 11:41 ../ -rw-r--r--. 1 root root 0 Aug 3 11:41 __init__.py drwxr-xr-x. 2 root root 68 Aug 3 11:41 ./ /tmp/lsrtest___ul4n4i/tests/roles: total 4 drwxr-xr-x. 8 root root 4096 Aug 3 11:41 ../ -rw-r--r--. 1 root root 0 Aug 3 11:41 __init__.py drwxr-xr-x. 3 root root 59 Aug 3 11:41 ./ drwxr-xr-x. 2 root root 118 Aug 3 11:41 linux-system-roles.network/ /tmp/lsrtest___ul4n4i/tests/roles/linux-system-roles.network: total 0 lrwxrwxrwx. 1 root root 19 Aug 3 11:18 templates -> ../../../templates/ lrwxrwxrwx. 1 root root 15 Aug 3 11:18 tasks -> ../../../tasks/ lrwxrwxrwx. 1 root root 22 Aug 3 11:18 module_utils -> ../../../module_utils/ lrwxrwxrwx. 1 root root 14 Aug 3 11:18 meta -> ../../../meta/ lrwxrwxrwx. 1 root root 17 Aug 3 11:18 library -> ../../../library// lrwxrwxrwx. 1 root root 18 Aug 3 11:18 defaults -> ../../../defaults/ drwxr-xr-x. 3 root root 59 Aug 3 11:41 ../ -rw-r--r--. 1 root root 0 Aug 3 11:41 __init__.py drwxr-xr-x. 2 root root 118 Aug 3 11:41 ./ /tmp/lsrtest___ul4n4i/tests/playbooks: total 232 -rw-r--r--. 1 root root 2973 Aug 3 11:18 tests_wireless.yml -rw-r--r--. 1 root root 1369 Aug 3 11:18 tests_wireless_wpa3_sae.yml -rw-r--r--. 1 root root 1325 Aug 3 11:18 tests_wireless_wpa3_owe.yml -rw-r--r--. 1 root root 1188 Aug 3 11:18 tests_wireless_plugin_installation.yml -rw-r--r--. 1 root root 1980 Aug 3 11:18 tests_vlan_mtu.yml -rw-r--r--. 1 root root 875 Aug 3 11:18 tests_team.yml -rw-r--r--. 1 root root 1161 Aug 3 11:18 tests_team_plugin_installation.yml -rw-r--r--. 1 root root 1798 Aug 3 11:18 tests_switch_provider.yml -rw-r--r--. 1 root root 4555 Aug 3 11:18 tests_states.yml -rw-r--r--. 1 root root 8478 Aug 3 11:18 tests_routing_rules.yml -rw-r--r--. 1 root root 4703 Aug 3 11:18 tests_route_table.yml -rw-r--r--. 1 root root 2408 Aug 3 11:18 tests_reapply.yml -rw-r--r--. 1 root root 1115 Aug 3 11:18 tests_provider.yml -rw-r--r--. 1 root root 6891 Aug 3 11:18 tests_network_state.yml -rw-r--r--. 1 root root 3271 Aug 3 11:18 tests_ipv6.yml -rw-r--r--. 1 root root 5711 Aug 3 11:18 tests_ipv6_dns_search.yml -rw-r--r--. 1 root root 2786 Aug 3 11:18 tests_ipv6_disabled.yml -rw-r--r--. 1 root root 2493 Aug 3 11:18 tests_infiniband.yml -rw-r--r--. 1 root root 6742 Aug 3 11:18 tests_ethtool_ring.yml -rw-r--r--. 1 root root 7147 Aug 3 11:18 tests_ethtool_features.yml -rw-r--r--. 1 root root 5435 Aug 3 11:18 tests_ethtool_coalesce.yml -rw-r--r--. 1 root root 2739 Aug 3 11:18 tests_eth_pci_address_match.yml -rw-r--r--. 1 root root 1663 Aug 3 11:18 tests_ethernet.yml -rw-r--r--. 1 root root 3625 Aug 3 11:18 tests_eth_dns_support.yml -rw-r--r--. 1 root root 854 Aug 3 11:18 tests_dummy.yml -rw-r--r--. 1 root root 3174 Aug 3 11:18 tests_checkpoint_cleanup.yml -rw-r--r--. 1 root root 1216 Aug 3 11:18 tests_bridge.yml -rw-r--r--. 1 root root 3932 Aug 3 11:18 tests_bond.yml -rw-r--r--. 1 root root 8718 Aug 3 11:18 tests_bond_removal.yml -rw-r--r--. 1 root root 6536 Aug 3 11:18 tests_bond_options.yml -rw-r--r--. 1 root root 3588 Aug 3 11:18 tests_bond_deprecated.yml -rw-r--r--. 1 root root 4224 Aug 3 11:18 tests_auto_gateway.yml -rw-r--r--. 1 root root 4426 Aug 3 11:18 tests_802_1x.yml -rw-r--r--. 1 root root 306 Aug 3 11:18 tests_802_1x_updated.yml lrwxrwxrwx. 1 root root 9 Aug 3 11:18 tasks -> ../tasks// -rw-r--r--. 1 root root 136 Aug 3 11:18 run_tasks.yml lrwxrwxrwx. 1 root root 9 Aug 3 11:18 roles -> ../roles// -rw-r--r--. 1 root root 224 Aug 3 11:18 remove_profile.yml -rw-r--r--. 1 root root 4140 Aug 3 11:18 manual_test_ethtool_coalesce.yml -rw-r--r--. 1 root root 4947 Aug 3 11:18 integration_pytest_python3.yml lrwxrwxrwx. 1 root root 8 Aug 3 11:18 files -> ../files/ -rw-r--r--. 1 root root 213 Aug 3 11:18 down_profile.yml -rw-r--r--. 1 root root 179 Aug 3 11:18 down_profile+delete_interface.yml drwxr-xr-x. 8 root root 4096 Aug 3 11:41 ../ -rw-r--r--. 1 root root 0 Aug 3 11:41 __init__.py drwxr-xr-x. 2 root root 4096 Aug 3 11:41 ./ /tmp/lsrtest___ul4n4i/tests/tasks: total 156 -rw-r--r--. 1 root root 3460 Aug 3 11:18 test_802.1x_capath.yml -rw-r--r--. 1 root root 777 Aug 3 11:18 start_mock_wifi.yml -rw-r--r--. 1 root root 185 Aug 3 11:18 show_interfaces.yml -rw-r--r--. 1 root root 139 Aug 3 11:18 setup_test_interface.yml -rw-r--r--. 1 root root 2048 Aug 3 11:18 setup_mock_wifi.yml -rw-r--r--. 1 root root 1980 Aug 3 11:18 setup_mock_wifi_wpa3_sae.yml -rw-r--r--. 1 root root 1823 Aug 3 11:18 setup_mock_wifi_wpa3_owe.yml -rw-r--r--. 1 root root 244 Aug 3 11:18 setup_802.1x.yml -rw-r--r--. 1 root root 2353 Aug 3 11:18 setup_802_1x_server.yml -rw-r--r--. 1 root root 1648 Aug 3 11:18 run_test.yml -rw-r--r--. 1 root root 581 Aug 3 11:18 remove_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 228 Aug 3 11:18 remove_profile.yml -rw-r--r--. 1 root root 248 Aug 3 11:18 remove+down_profile.yml -rw-r--r--. 1 root root 2094 Aug 3 11:18 manage_test_interface.yml -rw-r--r--. 1 root root 1807 Aug 3 11:18 get_profile_stat.yml -rw-r--r--. 1 root root 480 Aug 3 11:18 get_NetworkManager_NVR.yml -rw-r--r--. 1 root root 2837 Aug 3 11:18 get_modules_and_utils_paths.yml -rw-r--r--. 1 root root 241 Aug 3 11:18 get_interface_stat.yml -rw-r--r--. 1 root root 295 Aug 3 11:18 get_current_interfaces.yml -rw-r--r--. 1 root root 1214 Aug 3 11:18 enable_epel.yml -rw-r--r--. 1 root root 852 Aug 3 11:18 el_repo_setup.yml -rw-r--r--. 1 root root 198 Aug 3 11:18 delete_interface.yml -rw-r--r--. 1 root root 3704 Aug 3 11:18 create_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 373 Aug 3 11:18 create_team_profile.yml -rw-r--r--. 1 root root 361 Aug 3 11:18 create_dummy_profile.yml -rw-r--r--. 1 root root 375 Aug 3 11:18 create_bridge_profile.yml -rw-r--r--. 1 root root 402 Aug 3 11:18 create_bridge_profile_no_autoconnect.yml -rw-r--r--. 1 root root 529 Aug 3 11:18 create_and_remove_interface.yml -rw-r--r--. 1 root root 364 Aug 3 11:18 cleanup_profile+device.yml -rw-r--r--. 1 root root 218 Aug 3 11:18 cleanup_mock_wifi.yml -rw-r--r--. 1 root root 481 Aug 3 11:18 cleanup_802_1x_server.yml -rw-r--r--. 1 root root 434 Aug 3 11:18 assert_profile_present.yml -rw-r--r--. 1 root root 229 Aug 3 11:18 assert_profile_absent.yml -rw-r--r--. 1 root root 364 Aug 3 11:18 assert_output_in_stderr_without_warnings.yml -rw-r--r--. 1 root root 232 Aug 3 11:18 assert_device_present.yml -rw-r--r--. 1 root root 227 Aug 3 11:18 assert_device_absent.yml -rw-r--r--. 1 root root 213 Aug 3 11:18 activate_profile.yml drwxr-xr-x. 8 root root 4096 Aug 3 11:41 ../ drwxr-xr-x. 2 root root 124 Aug 3 11:41 provider/ -rw-r--r--. 1 root root 0 Aug 3 11:41 __init__.py drwxr-xr-x. 3 root root 4096 Aug 3 11:41 ./ /tmp/lsrtest___ul4n4i/tests/tasks/provider: total 16 -rw-r--r--. 1 root root 191 Aug 3 11:18 default_with_nm.yml -rw-r--r--. 1 root root 364 Aug 3 11:18 create_with_nm.yml -rw-r--r--. 1 root root 607 Aug 3 11:18 create_and_remove_with_initscripts.yml -rw-r--r--. 1 root root 0 Aug 3 11:41 __init__.py drwxr-xr-x. 3 root root 4096 Aug 3 11:41 ../ drwxr-xr-x. 2 root root 124 Aug 3 11:41 ./ /tmp/lsrtest___ul4n4i/tests/unit: total 192 -rw-r--r--. 1 root root 1416 Aug 3 11:18 test_nm_provider.py -rw-r--r--. 1 root root 188004 Aug 3 11:18 test_network_connections.py drwxr-xr-x. 8 root root 4096 Aug 3 11:41 ../ -rw-r--r--. 1 root root 0 Aug 3 11:41 __init__.py drwxr-xr-x. 2 root root 87 Aug 3 11:41 ./ /tmp/lsrtest___ul4n4i/ansible: total 0 drwx------. 5 root root 96 Aug 3 11:41 ../ -rw-r--r--. 1 root root 0 Aug 3 11:41 __init__.py drwxr-xr-x. 3 root root 45 Aug 3 11:41 ./ drwxr-xr-x. 3 root root 44 Aug 3 11:41 module_utils/ /tmp/lsrtest___ul4n4i/ansible/module_utils: total 0 drwxr-xr-x. 3 root root 138 Aug 3 11:18 network_lsr/ drwxr-xr-x. 3 root root 45 Aug 3 11:41 ../ -rw-r--r--. 1 root root 0 Aug 3 11:41 __init__.py drwxr-xr-x. 3 root root 44 Aug 3 11:41 ./ /tmp/lsrtest___ul4n4i/ansible/module_utils/network_lsr: total 128 -rw-r--r--. 1 root root 11351 Aug 3 11:18 utils.py -rw-r--r--. 1 root root 1594 Aug 3 11:18 nm_provider.py drwxr-xr-x. 2 root root 126 Aug 3 11:18 nm/ -rw-r--r--. 1 root root 190 Aug 3 11:18 myerror.py -rw-r--r--. 1 root root 0 Aug 3 11:18 __init__.py -rw-r--r--. 1 root root 1706 Aug 3 11:18 ethtool.py -rw-r--r--. 1 root root 105942 Aug 3 11:18 argument_validator.py drwxr-xr-x. 3 root root 138 Aug 3 11:18 ./ drwxr-xr-x. 3 root root 44 Aug 3 11:41 ../ /tmp/lsrtest___ul4n4i/ansible/module_utils/network_lsr/nm: total 24 -rw-r--r--. 1 root root 3154 Aug 3 11:18 provider.py -rw-r--r--. 1 root root 343 Aug 3 11:18 __init__.py -rw-r--r--. 1 root root 175 Aug 3 11:18 error.py -rw-r--r--. 1 root root 3546 Aug 3 11:18 connection.py -rw-r--r--. 1 root root 2834 Aug 3 11:18 client.py -rw-r--r--. 1 root root 4012 Aug 3 11:18 active_connection.py drwxr-xr-x. 3 root root 138 Aug 3 11:18 ../ drwxr-xr-x. 2 root root 126 Aug 3 11:18 ./ TASK [Run pytest with nm] ****************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:123 Wednesday 03 August 2022 15:41:25 +0000 (0:00:00.389) 0:00:43.086 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest___ul4n4i/tests/integration/", "--provider=nm" ], "delta": "0:00:02.429062", "end": "2022-08-03 11:41:27.636531", "rc": 0, "start": "2022-08-03 11:41:25.207469" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest___ul4n4i/tests/integration collected 1 item ../tmp/lsrtest___ul4n4i/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 2.18s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:132 Wednesday 03 August 2022 15:41:28 +0000 (0:00:02.813) 0:00:45.900 ****** ok: [/cache/rhel-8.qcow2] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest___ul4n4i/tests/integration", "collected 1 item", "", "../tmp/lsrtest___ul4n4i/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 2.18s ===============================" ] } TASK [install network-scripts when running pytest with initscripts] ************ task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:136 Wednesday 03 August 2022 15:41:28 +0000 (0:00:00.049) 0:00:45.950 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Run pytest with initscripts] ********************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:140 Wednesday 03 August 2022 15:41:30 +0000 (0:00:01.649) 0:00:47.599 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest___ul4n4i/tests/integration/", "--provider=initscripts" ], "delta": "0:00:04.467976", "end": "2022-08-03 11:41:34.201344", "rc": 0, "start": "2022-08-03 11:41:29.733368" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest___ul4n4i/tests/integration collected 1 item ../tmp/lsrtest___ul4n4i/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 4.22s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:149 Wednesday 03 August 2022 15:41:35 +0000 (0:00:04.871) 0:00:52.471 ****** ok: [/cache/rhel-8.qcow2] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest___ul4n4i/tests/integration", "collected 1 item", "", "../tmp/lsrtest___ul4n4i/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 4.22s ===============================" ] } TASK [remove local tar file] *************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:152 Wednesday 03 August 2022 15:41:35 +0000 (0:00:00.117) 0:00:52.589 ****** changed: [/cache/rhel-8.qcow2 -> localhost] => { "changed": true, "path": "/tmp/lsrtest_28e7xwoa.tar", "state": "absent" } TASK [remove tempdir] ********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:158 Wednesday 03 August 2022 15:41:35 +0000 (0:00:00.231) 0:00:52.820 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "path": "/tmp/lsrtest___ul4n4i", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=80 changed=20 unreachable=0 failed=0 skipped=36 rescued=0 ignored=0 Wednesday 03 August 2022 15:41:36 +0000 (0:00:00.430) 0:00:53.250 ****** =============================================================================== Install rpm dependencies ------------------------------------------------ 6.39s /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:12 ------------ Install Pytest ---------------------------------------------------------- 5.03s /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:17 ------------ Run pytest with initscripts --------------------------------------------- 4.87s /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:140 ----------- Run pytest with nm ------------------------------------------------------ 2.81s /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:123 ----------- linux-system-roles.network : Check which services are running ----------- 1.71s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 install network-scripts when running pytest with initscripts ------------ 1.65s /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:136 ----------- linux-system-roles.network : Check which services are running ----------- 1.59s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 linux-system-roles.network : Check which packages are installed --------- 1.48s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 set up internal repositories -------------------------------------------- 1.30s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- linux-system-roles.network : Check which packages are installed --------- 1.13s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Copy testrepo.tar to the remote system ---------------------------------- 1.12s /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:77 ------------ Gathering Facts --------------------------------------------------------- 1.03s /tmp/tmpd6fsfezc/tests/tests_integration_pytest.yml:3 ------------------------- linux-system-roles.network : Enable network service --------------------- 0.83s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:99 ----- Gathering Facts --------------------------------------------------------- 0.83s /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:31 ------------ Enable EPEL 8 ----------------------------------------------------------- 0.83s /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:17 ------------------------------- Gathering Facts --------------------------------------------------------- 0.82s /tmp/tmpd6fsfezc/tests/tests_default_nm.yml:3 --------------------------------- Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmpd6fsfezc/tests/tests_default_initscripts.yml:3 ------------------------ Enable EPEL 8 ----------------------------------------------------------- 0.80s /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:17 ------------------------------- Enable EPEL 8 ----------------------------------------------------------- 0.78s /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:17 ------------------------------- Enable EPEL 8 ----------------------------------------------------------- 0.78s /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:17 ------------------------------- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpd6fsfezc/tests/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpd6fsfezc/tests/_restore.yml:4 Wednesday 03 August 2022 15:41:36 +0000 (0:00:00.046) 0:00:53.297 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.006093", "end": "2022-08-03 11:41:35.418989", "rc": 0, "start": "2022-08-03 11:41:35.412896" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=81 changed=21 unreachable=0 failed=0 skipped=36 rescued=0 ignored=0 Wednesday 03 August 2022 15:41:36 +0000 (0:00:00.412) 0:00:53.709 ****** =============================================================================== Install rpm dependencies ------------------------------------------------ 6.39s /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:12 ------------ Install Pytest ---------------------------------------------------------- 5.03s /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:17 ------------ Run pytest with initscripts --------------------------------------------- 4.87s /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:140 ----------- Run pytest with nm ------------------------------------------------------ 2.81s /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:123 ----------- linux-system-roles.network : Check which services are running ----------- 1.71s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 install network-scripts when running pytest with initscripts ------------ 1.65s /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:136 ----------- linux-system-roles.network : Check which services are running ----------- 1.59s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 linux-system-roles.network : Check which packages are installed --------- 1.48s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 set up internal repositories -------------------------------------------- 1.30s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- linux-system-roles.network : Check which packages are installed --------- 1.13s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Copy testrepo.tar to the remote system ---------------------------------- 1.12s /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:77 ------------ Gathering Facts --------------------------------------------------------- 1.03s /tmp/tmpd6fsfezc/tests/tests_integration_pytest.yml:3 ------------------------- linux-system-roles.network : Enable network service --------------------- 0.83s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:99 ----- Gathering Facts --------------------------------------------------------- 0.83s /tmp/tmpd6fsfezc/tests/playbooks/integration_pytest_python3.yml:31 ------------ Enable EPEL 8 ----------------------------------------------------------- 0.83s /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:17 ------------------------------- Gathering Facts --------------------------------------------------------- 0.82s /tmp/tmpd6fsfezc/tests/tests_default_nm.yml:3 --------------------------------- Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmpd6fsfezc/tests/tests_default_initscripts.yml:3 ------------------------ Enable EPEL 8 ----------------------------------------------------------- 0.80s /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:17 ------------------------------- Enable EPEL 8 ----------------------------------------------------------- 0.78s /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:17 ------------------------------- Enable EPEL 8 ----------------------------------------------------------- 0.78s /tmp/tmpd6fsfezc/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/tmpcwsggv7g 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: rhel-8_setup.yml ***************************************************** 1 plays in /cache/rhel-8_setup.yml PLAY [Setup repos] ************************************************************* META: ran handlers TASK [set up internal repositories] ******************************************** task path: /cache/rhel-8_setup.yml:5 Wednesday 03 August 2022 16:17:22 +0000 (0:00:00.017) 0:00:00.017 ****** ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 16:17:24 +0000 (0:00:01.264) 0:00:01.281 ****** =============================================================================== set up internal repositories -------------------------------------------- 1.26s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- PLAYBOOK: _backup.yml ********************************************************** 1 plays in /tmp/tmpzotb0bdj/tests/network/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpzotb0bdj/tests/network/_backup.yml:6 Wednesday 03 August 2022 16:17:24 +0000 (0:00:00.014) 0:00:01.296 ****** ok: [/cache/rhel-8.qcow2] => (item=/etc/resolv.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659543442.3945844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659543441.3935843, "dev": 64515, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 752168, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659542132.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "3731249162", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmpzotb0bdj/tests/network/_backup.yml:13 Wednesday 03 August 2022 16:17:24 +0000 (0:00:00.470) 0:00:01.766 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/rhel-8.qcow2] => (item={'changed': False, 'stat': {'exists': True, 'path': '/etc/resolv.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 90, 'inode': 752168, 'dev': 64515, 'nlink': 1, 'atime': 1659543442.3945844, 'mtime': 1659542132.0, 'ctime': 1659543441.3935843, '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': '3731249162', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/etc/resolv.conf', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/etc/resolv.conf', 'ansible_loop_var': 'item'}) => { "ansible_facts": { "_existing_files": " /etc/resolv.conf" }, "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "failed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/resolv.conf" } }, "item": "/etc/resolv.conf", "stat": { "atime": 1659543442.3945844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659543441.3935843, "dev": 64515, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 752168, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659542132.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "3731249162", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } TASK [Back up system files] **************************************************** task path: /tmp/tmpzotb0bdj/tests/network/_backup.yml:19 Wednesday 03 August 2022 16:17:24 +0000 (0:00:00.034) 0:00:01.801 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.004015", "end": "2022-08-03 12:17:24.234947", "rc": 0, "start": "2022-08-03 12:17:24.230932" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=4 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 16:17:25 +0000 (0:00:00.444) 0:00:02.246 ****** =============================================================================== set up internal repositories -------------------------------------------- 1.26s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- Get stats of system files ----------------------------------------------- 0.47s /tmp/tmpzotb0bdj/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.45s /tmp/tmpzotb0bdj/tests/network/_backup.yml:19 --------------------------------- Check if system files exist --------------------------------------------- 0.03s /tmp/tmpzotb0bdj/tests/network/_backup.yml:13 --------------------------------- PLAYBOOK: tests_integration_pytest.yml ***************************************** 7 plays in /tmp/tmpzotb0bdj/tests/network/tests_integration_pytest.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tests_integration_pytest.yml:3 Wednesday 03 August 2022 16:17:25 +0000 (0:00:00.052) 0:00:02.299 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tests_integration_pytest.yml:5 Wednesday 03 August 2022 16:17:26 +0000 (0:00:01.006) 0:00:03.305 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml for /cache/rhel-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:17:26 +0000 (0:00:00.024) 0:00:03.330 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:17:26 +0000 (0:00:00.018) 0:00:03.348 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml for /cache/rhel-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:17:26 +0000 (0:00:00.025) 0:00:03.374 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:17:26 +0000 (0:00:00.363) 0:00:03.737 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:17:26 +0000 (0:00:00.022) 0:00:03.760 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.384509", "end": "2022-08-03 12:17:26.492829", "rc": 0, "start": "2022-08-03 12:17:26.108320" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:17:27 +0000 (0:00:00.742) 0:00:04.503 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY [Install dependencies for integration tests] ****************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:3 Wednesday 03 August 2022 16:17:27 +0000 (0:00:00.037) 0:00:04.540 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers TASK [Install rpm dependencies] ************************************************ task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:12 Wednesday 03 August 2022 16:17:28 +0000 (0:00:00.788) 0:00:05.328 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "rc": 0, "results": [ "Installed: emacs-filesystem-1:26.1-7.el8.noarch", "Installed: perl-Digest-1.17-395.el8.noarch", "Installed: perl-Digest-MD5-2.55-396.el8.x86_64", "Installed: perl-URI-1.73-3.el8.noarch", "Installed: perl-Git-2.31.1-2.el8.noarch", "Installed: python36-3.6.8-38.module+el8.5.0+12207+5c5719bc.x86_64", "Installed: perl-Carp-1.42-396.el8.noarch", "Installed: perl-Data-Dumper-2.167-399.el8.x86_64", "Installed: perl-Encode-4:2.97-3.el8.x86_64", "Installed: perl-Errno-1.28-421.el8.x86_64", "Installed: perl-Exporter-5.72-396.el8.noarch", "Installed: perl-File-Path-2.15-2.el8.noarch", "Installed: perl-File-Temp-0.230.600-1.el8.noarch", "Installed: perl-Getopt-Long-1:2.50-4.el8.noarch", "Installed: perl-HTTP-Tiny-0.074-1.el8.noarch", "Installed: 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-Error-1:0.17025-2.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-Mozilla-CA-20160104-7.module+el8.3.0+6498+9eecfe51.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-interpreter-4:5.26.3-421.el8.x86_64", "Installed: perl-libs-4:5.26.3-421.el8.x86_64", "Installed: python3-pip-9.0.3-22.el8.noarch", "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-IO-Socket-IP-0.39-5.el8.noarch", "Installed: perl-threads-shared-1.58-2.el8.x86_64", "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: git-2.31.1-2.el8.x86_64", "Installed: perl-Net-SSLeay-1.88-2.module+el8.6.0+13392+f0897f98.x86_64", "Installed: git-core-2.31.1-2.el8.x86_64", "Installed: git-core-doc-2.31.1-2.el8.noarch", "Installed: perl-libnet-3.11-3.el8.noarch" ] } TASK [Install Pytest] ********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:17 Wednesday 03 August 2022 16:17:34 +0000 (0:00:06.502) 0:00:11.830 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:03.083975", "end": "2022-08-03 12:17:37.307606", "rc": 0, "start": "2022-08-03 12:17:34.223631" } STDOUT: Collecting pytest Downloading https://files.pythonhosted.org/packages/38/93/c7c0bd1e932b287fb948eb9ce5a3d6307c9fc619db1e199f8c8bc5dad95f/pytest-7.0.1-py3-none-any.whl (296kB) 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 importlib-metadata>=0.12; python_version < "3.8" (from pytest) Downloading https://files.pythonhosted.org/packages/a0/a1/b153a0a4caf7a7e3f15c2cd56c7702e2cf3d89b1b359d1f1c5e59d68f4ce/importlib_metadata-4.8.3-py3-none-any.whl Collecting pluggy<2.0,>=0.12 (from pytest) Downloading https://files.pythonhosted.org/packages/9e/01/f38e2ff29715251cf25532b9082a1589ab7e4f571ced434f98d0139336dc/pluggy-1.0.0-py2.py3-none-any.whl Collecting tomli>=1.0.0 (from pytest) Downloading https://files.pythonhosted.org/packages/05/e4/74f9440db36734d7ba83c574c1e7024009ce849208a41f90e94a134dc6d1/tomli-1.2.3-py3-none-any.whl Collecting iniconfig (from pytest) Downloading https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.py3-none-any.whl Collecting 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 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 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 Installing collected packages: attrs, pyparsing, packaging, typing-extensions, zipp, importlib-metadata, pluggy, tomli, iniconfig, py, 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/tmpzotb0bdj/tests/network/tests_default_initscripts.yml:3 Wednesday 03 August 2022 16:17:38 +0000 (0:00:03.504) 0:00:15.335 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tests_default_initscripts.yml:5 Wednesday 03 August 2022 16:17:38 +0000 (0:00:00.773) 0:00:16.108 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml for /cache/rhel-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:17:39 +0000 (0:00:00.028) 0:00:16.136 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:17:39 +0000 (0:00:00.021) 0:00:16.157 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/../tasks/enable_epel.yml for /cache/rhel-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:17:39 +0000 (0:00:00.063) 0:00:16.220 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:17:39 +0000 (0:00:00.352) 0:00:16.573 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:17:39 +0000 (0:00:00.025) 0:00:16.599 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.401044", "end": "2022-08-03 12:17:39.347425", "rc": 0, "start": "2022-08-03 12:17:38.946381" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:17:40 +0000 (0:00:00.755) 0:00:17.354 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /tmp/tmpzotb0bdj/tests/network/tests_default_initscripts.yml:6 Wednesday 03 August 2022 16:17:40 +0000 (0:00:00.020) 0:00:17.375 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test executing the role with default parameters] ************************* META: ran handlers TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 16:17:40 +0000 (0:00:00.053) 0:00:17.429 ****** included: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/rhel-8.qcow2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 03 August 2022 16:17:40 +0000 (0:00:00.046) 0:00:17.475 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 03 August 2022 16:17:40 +0000 (0:00:00.515) 0:00:17.991 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Wednesday 03 August 2022 16:17:42 +0000 (0:00:01.714) 0:00:19.706 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 16:17:43 +0000 (0:00:01.404) 0:00:21.111 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 16:17:44 +0000 (0:00:00.138) 0:00:21.249 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 16:17:44 +0000 (0:00:00.057) 0:00:21.307 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 16:17:44 +0000 (0:00:00.056) 0:00:21.363 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 16:17:44 +0000 (0:00:00.080) 0:00:21.444 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 16:17:44 +0000 (0:00:00.058) 0:00:21.502 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 16:17:44 +0000 (0:00:00.055) 0:00:21.558 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 16:17:44 +0000 (0:00:00.053) 0:00:21.612 ****** skipping: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 16:17:44 +0000 (0:00:00.056) 0:00:21.668 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 16:17:44 +0000 (0:00:00.054) 0:00:21.723 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 16:17:45 +0000 (0:00:00.785) 0:00:22.508 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-729633jm39rdz/tmp74latumi" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 16:17:45 +0000 (0:00:00.440) 0:00:22.949 ****** ok: [/cache/rhel-8.qcow2] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 16:17:46 +0000 (0:00:00.691) 0:00:23.640 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 16:17:46 +0000 (0:00:00.056) 0:00:23.697 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 16:17:46 +0000 (0:00:00.062) 0:00:23.760 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 16:17:46 +0000 (0:00:00.060) 0:00:23.821 ****** skipping: [/cache/rhel-8.qcow2] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 16:17:46 +0000 (0:00:00.053) 0:00:23.874 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "ping": "pong" } META: role_complete for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tests_default.yml:9 Wednesday 03 August 2022 16:17:47 +0000 (0:00:00.556) 0:00:24.430 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml for /cache/rhel-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:17:47 +0000 (0:00:00.072) 0:00:24.503 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:17:47 +0000 (0:00:00.050) 0:00:24.553 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/../tasks/enable_epel.yml for /cache/rhel-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:17:47 +0000 (0:00:00.110) 0:00:24.663 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:17:47 +0000 (0:00:00.389) 0:00:25.053 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:17:47 +0000 (0:00:00.052) 0:00:25.105 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.417007", "end": "2022-08-03 12:17:47.889041", "rc": 0, "start": "2022-08-03 12:17:47.472034" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:17:48 +0000 (0:00:00.809) 0:00:25.915 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmpzotb0bdj/tests/network/tests_default.yml:10 Wednesday 03 August 2022 16:17:48 +0000 (0:00:00.052) 0:00:25.967 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tests_default_nm.yml:3 Wednesday 03 August 2022 16:17:48 +0000 (0:00:00.106) 0:00:26.074 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tests_default_nm.yml:5 Wednesday 03 August 2022 16:17:49 +0000 (0:00:00.833) 0:00:26.907 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml for /cache/rhel-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:17:49 +0000 (0:00:00.070) 0:00:26.978 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:17:49 +0000 (0:00:00.045) 0:00:27.024 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/../tasks/enable_epel.yml for /cache/rhel-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:17:49 +0000 (0:00:00.067) 0:00:27.091 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:17:50 +0000 (0:00:00.382) 0:00:27.474 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:17:50 +0000 (0:00:00.040) 0:00:27.514 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.398416", "end": "2022-08-03 12:17:50.271452", "rc": 0, "start": "2022-08-03 12:17:49.873036" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:17:51 +0000 (0:00:00.783) 0:00:28.298 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmpzotb0bdj/tests/network/tests_default_nm.yml:6 Wednesday 03 August 2022 16:17:51 +0000 (0:00:00.083) 0:00:28.382 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test executing the role with default parameters] ************************* META: ran handlers TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 16:17:51 +0000 (0:00:00.117) 0:00:28.499 ****** included: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/rhel-8.qcow2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 03 August 2022 16:17:51 +0000 (0:00:00.067) 0:00:28.567 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 03 August 2022 16:17:51 +0000 (0:00:00.541) 0:00:29.108 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Wednesday 03 August 2022 16:17:53 +0000 (0:00:01.638) 0:00:30.747 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 16:17:54 +0000 (0:00:01.211) 0:00:31.958 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 16:17:54 +0000 (0:00:00.053) 0:00:32.012 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 16:17:54 +0000 (0:00:00.050) 0:00:32.062 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 16:17:54 +0000 (0:00:00.050) 0:00:32.113 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 16:17:55 +0000 (0:00:00.099) 0:00:32.212 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 16:17:55 +0000 (0:00:00.066) 0:00:32.279 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 16:17:55 +0000 (0:00:00.084) 0:00:32.363 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 16:17:55 +0000 (0:00:00.057) 0:00:32.420 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 16:17:55 +0000 (0:00:00.565) 0:00:32.986 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 16:17:55 +0000 (0:00:00.061) 0:00:33.047 ****** skipping: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 16:17:55 +0000 (0:00:00.041) 0:00:33.088 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 16:17:56 +0000 (0:00:00.040) 0:00:33.129 ****** ok: [/cache/rhel-8.qcow2] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 16:17:56 +0000 (0:00:00.533) 0:00:33.663 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 16:17:56 +0000 (0:00:00.045) 0:00:33.709 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 16:17:56 +0000 (0:00:00.052) 0:00:33.762 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 16:17:56 +0000 (0:00:00.054) 0:00:33.817 ****** skipping: [/cache/rhel-8.qcow2] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 16:17:56 +0000 (0:00:00.045) 0:00:33.862 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "ping": "pong" } META: role_complete for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tests_default.yml:9 Wednesday 03 August 2022 16:17:57 +0000 (0:00:00.391) 0:00:34.254 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml for /cache/rhel-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:17:57 +0000 (0:00:00.058) 0:00:34.313 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:17:57 +0000 (0:00:00.038) 0:00:34.352 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/../tasks/enable_epel.yml for /cache/rhel-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:17:57 +0000 (0:00:00.061) 0:00:34.414 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:17:57 +0000 (0:00:00.384) 0:00:34.798 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:17:57 +0000 (0:00:00.042) 0:00:34.840 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.395180", "end": "2022-08-03 12:17:57.595352", "rc": 0, "start": "2022-08-03 12:17:57.200172" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:17:58 +0000 (0:00:00.781) 0:00:35.622 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmpzotb0bdj/tests/network/tests_default.yml:10 Wednesday 03 August 2022 16:17:58 +0000 (0:00:00.038) 0:00:35.661 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:31 Wednesday 03 August 2022 16:17:58 +0000 (0:00:00.159) 0:00:35.820 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers TASK [create tempdir for code to test] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:35 Wednesday 03 August 2022 16:17:59 +0000 (0:00:00.810) 0:00:36.630 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_ddhs128j", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [get tempfile for tar] **************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:41 Wednesday 03 August 2022 16:18:00 +0000 (0:00:00.510) 0:00:37.141 ****** changed: [/cache/rhel-8.qcow2 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest__nmiqvln.tar", "size": 0, "state": "file", "uid": 0 } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:48 Wednesday 03 August 2022 16:18:00 +0000 (0:00:00.232) 0:00:37.373 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_modules_and_utils_paths.yml for /cache/rhel-8.qcow2 TASK [set collection paths] **************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_modules_and_utils_paths.yml:3 Wednesday 03 August 2022 16:18:00 +0000 (0:00:00.063) 0:00:37.437 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "collection_paths": [ "/tmp/tmpcwsggv7g", "/tmp/tmpcwsggv7g" ] }, "changed": false } TASK [set search paths] ******************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_modules_and_utils_paths.yml:13 Wednesday 03 August 2022 16:18:00 +0000 (0:00:00.132) 0:00:37.570 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "module_utils_search_path": [ "../../module_utils", "../module_utils", "/root/.ansible/plugins/module_utils", "/usr/share/ansible/plugins/module_utils" ], "modules_search_path": [ "../../library", "../library", "/root/.ansible/plugins/modules", "/usr/share/ansible/plugins/modules" ] }, "changed": false } TASK [find parent directory and path of modules] ******************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_modules_and_utils_paths.yml:42 Wednesday 03 August 2022 16:18:00 +0000 (0:00:00.071) 0:00:37.641 ****** ok: [/cache/rhel-8.qcow2 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules; do\n if [ -f \"$dir/network_connections.py\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /tmp/tmpcwsggv7g /tmp/tmpcwsggv7g; 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.004241", "end": "2022-08-03 16:18:00.710698", "rc": 0, "start": "2022-08-03 16:18:00.706457" } STDOUT: /tmp/tmpcwsggv7g 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/tmpcwsggv7g /tmp/tmpcwsggv7g + '[' '!' -d /tmp/tmpcwsggv7g ']' + cd /tmp/tmpcwsggv7g + for subdir in ansible_collections/*/*/plugins/modules + '[' -f ansible_collections/fedora/linux_system_roles/plugins/modules/network_connections.py ']' + echo /tmp/tmpcwsggv7g + echo ansible_collections/fedora/linux_system_roles/plugins/modules + exit 0 TASK [find parent directory and path of module_utils] ************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_modules_and_utils_paths.yml:69 Wednesday 03 August 2022 16:18:00 +0000 (0:00:00.242) 0:00:37.884 ****** ok: [/cache/rhel-8.qcow2 -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils; do\n if [ -d \"$dir/network_lsr\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /tmp/tmpcwsggv7g /tmp/tmpcwsggv7g; 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.004183", "end": "2022-08-03 16:18:00.956875", "rc": 0, "start": "2022-08-03 16:18:00.952692" } STDOUT: /tmp/tmpcwsggv7g 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/tmpcwsggv7g /tmp/tmpcwsggv7g + '[' '!' -d /tmp/tmpcwsggv7g ']' + cd /tmp/tmpcwsggv7g + for subdir in ansible_collections/*/*/plugins/module_utils + '[' -d ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr ']' + echo /tmp/tmpcwsggv7g + echo ansible_collections/fedora/linux_system_roles/plugins/module_utils + exit 0 TASK [get tests directory] ***************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:50 Wednesday 03 August 2022 16:18:01 +0000 (0:00:00.239) 0:00:38.124 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "tests_directory": "/tmp/tmpzotb0bdj/tests/network/playbooks/files/../../network" }, "changed": false } TASK [Create Tar file] ********************************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:65 Wednesday 03 August 2022 16:18:01 +0000 (0:00:00.057) 0:00:38.181 ****** changed: [/cache/rhel-8.qcow2 -> localhost] => { "changed": true, "cmd": [ "tar", "-cvf", "/tmp/lsrtest__nmiqvln.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/tmp/tmpzotb0bdj/tests", "network", "-C", "/tmp/tmpcwsggv7g", "ansible_collections/fedora/linux_system_roles/plugins/modules", "-C", "/tmp/tmpcwsggv7g", "ansible_collections/fedora/linux_system_roles/plugins/module_utils" ], "delta": "0:00:00.008363", "end": "2022-08-03 16:18:01.258968", "rc": 0, "start": "2022-08-03 16:18:01.250605" } 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/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:77 Wednesday 03 August 2022 16:18:01 +0000 (0:00:00.245) 0:00:38.427 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "checksum": "210f9027ee5a002d03ca5646728ac4647810aa9d", "dest": "/tmp/lsrtest_ddhs128j/lsrtest__nmiqvln.tar", "gid": 0, "group": "root", "md5sum": "390f1c634e6c0b1d9042bde0b61e049e", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 819200, "src": "/root/.ansible/tmp/ansible-tmp-1659543481.3671653-73750-54635553015642/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:83 Wednesday 03 August 2022 16:18:02 +0000 (0:00:01.087) 0:00:39.515 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "tar", "xf", "lsrtest__nmiqvln.tar" ], "delta": "0:00:00.010825", "end": "2022-08-03 12:18:01.892256", "rc": 0, "start": "2022-08-03 12:18:01.881431" } TASK [Create /tmp/lsrtest_ddhs128j/ansible] ************************************ task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:88 Wednesday 03 August 2022 16:18:02 +0000 (0:00:00.441) 0:00:39.956 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_ddhs128j/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/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:94 Wednesday 03 August 2022 16:18:03 +0000 (0:00:00.509) 0:00:40.466 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": "if [ -d /tmp/lsrtest_ddhs128j/module_utils ]; then\n mv /tmp/lsrtest_ddhs128j/module_utils /tmp/lsrtest_ddhs128j/ansible\nfi\n", "delta": "0:00:00.003261", "end": "2022-08-03 12:18:02.828714", "rc": 0, "start": "2022-08-03 12:18:02.825453" } TASK [Fake out python module directories, primarily for python2] *************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:100 Wednesday 03 August 2022 16:18:03 +0000 (0:00:00.389) 0:00:40.855 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": "for dir in $(find /tmp/lsrtest_ddhs128j -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.015867", "end": "2022-08-03 12:18:03.215511", "rc": 0, "start": "2022-08-03 12:18:03.199644" } TASK [Set _lsr_python_path] **************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:108 Wednesday 03 August 2022 16:18:04 +0000 (0:00:00.384) 0:00:41.240 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_ddhs128j/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_ddhs128j" }, "changed": false } TASK [Show _lsr_python_path] *************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:112 Wednesday 03 August 2022 16:18:04 +0000 (0:00:00.048) 0:00:41.288 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: path /tmp/lsrtest_ddhs128j/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_ddhs128j TASK [ls -alrtFR /tmp/lsrtest_ddhs128j] **************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:116 Wednesday 03 August 2022 16:18:04 +0000 (0:00:00.054) 0:00:41.343 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_ddhs128j" ], "delta": "0:00:00.006382", "end": "2022-08-03 12:18:03.705458", "rc": 0, "start": "2022-08-03 12:18:03.699076" } STDOUT: /tmp/lsrtest_ddhs128j: total 804 -rw-------. 1 root root 819200 Aug 3 12:18 lsrtest__nmiqvln.tar -rw-r--r--. 1 root root 0 Aug 3 12:18 __init__.py drwx------. 5 root root 110 Aug 3 12:18 ./ drwxr-xr-x. 7 root root 4096 Aug 3 12:18 network/ drwxr-xr-x. 3 root root 39 Aug 3 12:18 ansible_collections/ drwxr-xr-x. 2 root root 25 Aug 3 12:18 ansible/ drwxrwxrwt. 10 root root 277 Aug 3 12:18 ../ /tmp/lsrtest_ddhs128j/network: total 280 -rw-r--r--. 1 root root 805 Aug 3 11:18 tests_wireless_wpa3_sae_nm.yml -rw-r--r--. 1 root root 896 Aug 3 11:18 tests_wireless_wpa3_owe_nm.yml -rw-r--r--. 1 root root 636 Aug 3 11:18 tests_wireless_plugin_installation_nm.yml -rw-r--r--. 1 root root 644 Aug 3 11:18 tests_wireless_nm.yml -rw-r--r--. 1 root root 596 Aug 3 11:18 tests_vlan_mtu_nm.yml -rw-r--r--. 1 root root 531 Aug 3 11:18 tests_vlan_mtu_initscripts.yml -rw-r--r--. 1 root root 5211 Aug 3 11:18 tests_unit.yml -rw-r--r--. 1 root root 628 Aug 3 11:18 tests_team_plugin_installation_nm.yml -rw-r--r--. 1 root root 627 Aug 3 11:18 tests_team_nm.yml -rw-r--r--. 1 root root 411 Aug 3 11:18 tests_switch_provider.yml -rw-r--r--. 1 root root 592 Aug 3 11:18 tests_states_nm.yml -rw-r--r--. 1 root root 527 Aug 3 11:18 tests_states_initscripts.yml -rw-r--r--. 1 root root 606 Aug 3 11:18 tests_routing_rules_nm.yml -rw-r--r--. 1 root root 602 Aug 3 11:18 tests_route_table_nm.yml -rw-r--r--. 1 root root 1167 Aug 3 11:18 tests_regression_nm.yml -rw-r--r--. 1 root root 594 Aug 3 11:18 tests_reapply_nm.yml -rw-r--r--. 1 root root 1240 Aug 3 11:18 tests_provider_nm.yml -rw-r--r--. 1 root root 657 Aug 3 11:18 tests_network_state_nm.yml -rw-r--r--. 1 root root 588 Aug 3 11:18 tests_ipv6_nm.yml -rw-r--r--. 1 root root 523 Aug 3 11:18 tests_ipv6_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 11:18 tests_ipv6_dns_search_nm.yml -rw-r--r--. 1 root root 606 Aug 3 11:18 tests_ipv6_disabled_nm.yml -rw-r--r--. 1 root root 309 Aug 3 11:18 tests_integration_pytest.yml -rw-r--r--. 1 root root 600 Aug 3 11:18 tests_infiniband_nm.yml -rw-r--r--. 1 root root 979 Aug 3 11:18 tests_helpers_and_asserts.yml -rw-r--r--. 1 root root 1155 Aug 3 11:18 tests_ethtool_ring_nm.yml -rw-r--r--. 1 root root 539 Aug 3 11:18 tests_ethtool_ring_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 11:18 tests_ethtool_features_nm.yml -rw-r--r--. 1 root root 547 Aug 3 11:18 tests_ethtool_features_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 11:18 tests_ethtool_coalesce_nm.yml -rw-r--r--. 1 root root 547 Aug 3 11:18 tests_ethtool_coalesce_initscripts.yml -rw-r--r--. 1 root root 1178 Aug 3 11:18 tests_eth_pci_address_match_nm.yml -rw-r--r--. 1 root root 596 Aug 3 11:18 tests_ethernet_nm.yml -rw-r--r--. 1 root root 531 Aug 3 11:18 tests_ethernet_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 11:18 tests_eth_dns_support_nm.yml -rw-r--r--. 1 root root 590 Aug 3 11:18 tests_dummy_nm.yml -rw-r--r--. 1 root root 400 Aug 3 11:18 tests_default.yml -rw-r--r--. 1 root root 377 Aug 3 11:18 tests_default_nm.yml -rw-r--r--. 1 root root 356 Aug 3 11:18 tests_default_initscripts.yml -rw-r--r--. 1 root root 2389 Aug 3 11:18 tests_change_indication_on_repeat_run.yml -rw-r--r--. 1 root root 592 Aug 3 11:18 tests_bridge_nm.yml -rw-r--r--. 1 root root 527 Aug 3 11:18 tests_bridge_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 11:18 tests_bond_removal_nm.yml -rw-r--r--. 1 root root 539 Aug 3 11:18 tests_bond_removal_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 11:18 tests_bond_options_nm.yml -rw-r--r--. 1 root root 588 Aug 3 11:18 tests_bond_nm.yml -rw-r--r--. 1 root root 523 Aug 3 11:18 tests_bond_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 11:18 tests_bond_deprecated_nm.yml -rw-r--r--. 1 root root 545 Aug 3 11:18 tests_bond_deprecated_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 11:18 tests_auto_gateway_nm.yml -rw-r--r--. 1 root root 539 Aug 3 11:18 tests_auto_gateway_initscripts.yml -rw-r--r--. 1 root root 695 Aug 3 11:18 tests_802_1x_updated_nm.yml -rw-r--r--. 1 root root 679 Aug 3 11:18 tests_802_1x_nm.yml -rw-r--r--. 1 root root 292 Aug 3 11:18 setup-snapshot.yml -rwxr-xr-x. 1 root root 880 Aug 3 11:18 merge_coverage.sh* -rwxr-xr-x. 1 root root 357 Aug 3 11:18 git-pre-commit.sh* -rwxr-xr-x. 1 root root 682 Aug 3 11:18 git-post-commit.sh* -rwxr-xr-x. 1 root root 929 Aug 3 11:18 get_total_coverage.sh* -rw-r--r--. 1 root root 2326 Aug 3 11:18 get_coverage.yml -rwxr-xr-x. 1 root root 2494 Aug 3 11:18 get_coverage.sh* -rwxr-xr-x. 1 root root 9915 Aug 3 11:18 ensure_provider_tests.py* -rwxr-xr-x. 1 root root 343 Aug 3 11:18 covstats* -rw-r--r--. 1 root root 139 Aug 3 11:55 _restore.yml -rw-r--r--. 1 root root 575 Aug 3 11:55 _backup.yml drwx------. 5 root root 110 Aug 3 12:18 ../ -rw-r--r--. 1 root root 0 Aug 3 12:18 __init__.py drwxr-xr-x. 7 root root 4096 Aug 3 12:18 ./ drwxr-xr-x. 2 root root 173 Aug 3 12:18 files/ drwxr-xr-x. 2 root root 4096 Aug 3 12:18 playbooks/ drwxr-xr-x. 2 root root 68 Aug 3 12:18 integration/ drwxr-xr-x. 3 root root 4096 Aug 3 12:18 tasks/ drwxr-xr-x. 2 root root 87 Aug 3 12:18 unit/ /tmp/lsrtest_ddhs128j/network/files: total 36 -rw-r--r--. 1 root root 1334 Aug 3 11:18 server.pem -rw-r--r--. 1 root root 1782 Aug 3 11:18 server.key -rw-r--r--. 1 root root 424 Aug 3 11:18 dh.pem -rw-r--r--. 1 root root 1334 Aug 3 11:18 client.pem -rw-r--r--. 1 root root 1675 Aug 3 11:18 client.key.nocrypt -rw-r--r--. 1 root root 1782 Aug 3 11:18 client.key -rw-r--r--. 1 root root 1289 Aug 3 11:18 cacert.pem -rw-r--r--. 1 root root 1766 Aug 3 11:18 cacert.key drwxr-xr-x. 7 root root 4096 Aug 3 12:18 ../ -rw-r--r--. 1 root root 0 Aug 3 12:18 __init__.py drwxr-xr-x. 2 root root 173 Aug 3 12:18 ./ /tmp/lsrtest_ddhs128j/network/playbooks: total 228 -rw-r--r--. 1 root root 5427 Aug 3 11:18 tests_ethtool_coalesce.yml -rw-r--r--. 1 root root 2718 Aug 3 11:18 tests_eth_pci_address_match.yml -rw-r--r--. 1 root root 1670 Aug 3 11:18 tests_ethernet.yml -rw-r--r--. 1 root root 3632 Aug 3 11:18 tests_eth_dns_support.yml -rw-r--r--. 1 root root 854 Aug 3 11:18 tests_dummy.yml -rw-r--r--. 1 root root 3202 Aug 3 11:18 tests_checkpoint_cleanup.yml -rw-r--r--. 1 root root 1223 Aug 3 11:18 tests_bridge.yml -rw-r--r--. 1 root root 3921 Aug 3 11:18 tests_bond.yml -rw-r--r--. 1 root root 8646 Aug 3 11:18 tests_bond_removal.yml -rw-r--r--. 1 root root 6504 Aug 3 11:18 tests_bond_options.yml -rw-r--r--. 1 root root 3577 Aug 3 11:18 tests_bond_deprecated.yml -rw-r--r--. 1 root root 4250 Aug 3 11:18 tests_auto_gateway.yml -rw-r--r--. 1 root root 4461 Aug 3 11:18 tests_802_1x.yml -rw-r--r--. 1 root root 306 Aug 3 11:18 tests_802_1x_updated.yml lrwxrwxrwx. 1 root root 9 Aug 3 11:18 tasks -> ../tasks// -rw-r--r--. 1 root root 136 Aug 3 11:18 run_tasks.yml -rw-r--r--. 1 root root 231 Aug 3 11:18 remove_profile.yml -rw-r--r--. 1 root root 4146 Aug 3 11:18 manual_test_ethtool_coalesce.yml -rw-r--r--. 1 root root 4891 Aug 3 11:18 integration_pytest_python3.yml lrwxrwxrwx. 1 root root 8 Aug 3 11:18 files -> ../files/ -rw-r--r--. 1 root root 220 Aug 3 11:18 down_profile.yml -rw-r--r--. 1 root root 179 Aug 3 11:18 down_profile+delete_interface.yml -rw-r--r--. 1 root root 3001 Aug 3 11:18 tests_wireless.yml -rw-r--r--. 1 root root 1372 Aug 3 11:18 tests_wireless_wpa3_sae.yml -rw-r--r--. 1 root root 1324 Aug 3 11:18 tests_wireless_wpa3_owe.yml -rw-r--r--. 1 root root 1195 Aug 3 11:18 tests_wireless_plugin_installation.yml -rw-r--r--. 1 root root 1993 Aug 3 11:18 tests_vlan_mtu.yml -rw-r--r--. 1 root root 875 Aug 3 11:18 tests_team.yml -rw-r--r--. 1 root root 1166 Aug 3 11:18 tests_team_plugin_installation.yml -rw-r--r--. 1 root root 1808 Aug 3 11:18 tests_switch_provider.yml -rw-r--r--. 1 root root 4515 Aug 3 11:18 tests_states.yml -rw-r--r--. 1 root root 8117 Aug 3 11:18 tests_routing_rules.yml -rw-r--r--. 1 root root 4603 Aug 3 11:18 tests_route_table.yml -rw-r--r--. 1 root root 2468 Aug 3 11:18 tests_reapply.yml -rw-r--r--. 1 root root 1095 Aug 3 11:18 tests_provider.yml -rw-r--r--. 1 root root 6816 Aug 3 11:18 tests_network_state.yml -rw-r--r--. 1 root root 3282 Aug 3 11:18 tests_ipv6.yml -rw-r--r--. 1 root root 5559 Aug 3 11:18 tests_ipv6_dns_search.yml -rw-r--r--. 1 root root 2730 Aug 3 11:18 tests_ipv6_disabled.yml -rw-r--r--. 1 root root 2465 Aug 3 11:18 tests_infiniband.yml -rw-r--r--. 1 root root 6734 Aug 3 11:18 tests_ethtool_ring.yml -rw-r--r--. 1 root root 7096 Aug 3 11:18 tests_ethtool_features.yml drwxr-xr-x. 7 root root 4096 Aug 3 12:18 ../ -rw-r--r--. 1 root root 0 Aug 3 12:18 __init__.py drwxr-xr-x. 2 root root 4096 Aug 3 12:18 ./ /tmp/lsrtest_ddhs128j/network/integration: total 12 -rw-r--r--. 1 root root 3243 Aug 3 11:18 test_ethernet.py -rw-r--r--. 1 root root 199 Aug 3 11:18 conftest.py drwxr-xr-x. 7 root root 4096 Aug 3 12:18 ../ -rw-r--r--. 1 root root 0 Aug 3 12:18 __init__.py drwxr-xr-x. 2 root root 68 Aug 3 12:18 ./ /tmp/lsrtest_ddhs128j/network/tasks: total 156 -rw-r--r--. 1 root root 3401 Aug 3 11:18 test_802.1x_capath.yml -rw-r--r--. 1 root root 777 Aug 3 11:18 start_mock_wifi.yml -rw-r--r--. 1 root root 185 Aug 3 11:18 show_interfaces.yml -rw-r--r--. 1 root root 139 Aug 3 11:18 setup_test_interface.yml -rw-r--r--. 1 root root 2048 Aug 3 11:18 setup_mock_wifi.yml -rw-r--r--. 1 root root 1980 Aug 3 11:18 setup_mock_wifi_wpa3_sae.yml -rw-r--r--. 1 root root 1823 Aug 3 11:18 setup_mock_wifi_wpa3_owe.yml -rw-r--r--. 1 root root 244 Aug 3 11:18 setup_802.1x.yml -rw-r--r--. 1 root root 2353 Aug 3 11:18 setup_802_1x_server.yml -rw-r--r--. 1 root root 1648 Aug 3 11:18 run_test.yml -rw-r--r--. 1 root root 581 Aug 3 11:18 remove_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 235 Aug 3 11:18 remove_profile.yml -rw-r--r--. 1 root root 255 Aug 3 11:18 remove+down_profile.yml -rw-r--r--. 1 root root 2035 Aug 3 11:18 manage_test_interface.yml -rw-r--r--. 1 root root 1807 Aug 3 11:18 get_profile_stat.yml -rw-r--r--. 1 root root 480 Aug 3 11:18 get_NetworkManager_NVR.yml -rw-r--r--. 1 root root 2813 Aug 3 11:18 get_modules_and_utils_paths.yml -rw-r--r--. 1 root root 241 Aug 3 11:18 get_interface_stat.yml -rw-r--r--. 1 root root 295 Aug 3 11:18 get_current_interfaces.yml -rw-r--r--. 1 root root 1212 Aug 3 11:18 enable_epel.yml -rw-r--r--. 1 root root 852 Aug 3 11:18 el_repo_setup.yml -rw-r--r--. 1 root root 197 Aug 3 11:18 delete_interface.yml -rw-r--r--. 1 root root 3704 Aug 3 11:18 create_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 380 Aug 3 11:18 create_team_profile.yml -rw-r--r--. 1 root root 368 Aug 3 11:18 create_dummy_profile.yml -rw-r--r--. 1 root root 382 Aug 3 11:18 create_bridge_profile.yml -rw-r--r--. 1 root root 409 Aug 3 11:18 create_bridge_profile_no_autoconnect.yml -rw-r--r--. 1 root root 529 Aug 3 11:18 create_and_remove_interface.yml -rw-r--r--. 1 root root 363 Aug 3 11:18 cleanup_profile+device.yml -rw-r--r--. 1 root root 218 Aug 3 11:18 cleanup_mock_wifi.yml -rw-r--r--. 1 root root 481 Aug 3 11:18 cleanup_802_1x_server.yml -rw-r--r--. 1 root root 434 Aug 3 11:18 assert_profile_present.yml -rw-r--r--. 1 root root 229 Aug 3 11:18 assert_profile_absent.yml -rw-r--r--. 1 root root 364 Aug 3 11:18 assert_output_in_stderr_without_warnings.yml -rw-r--r--. 1 root root 232 Aug 3 11:18 assert_device_present.yml -rw-r--r--. 1 root root 227 Aug 3 11:18 assert_device_absent.yml -rw-r--r--. 1 root root 220 Aug 3 11:18 activate_profile.yml drwxr-xr-x. 7 root root 4096 Aug 3 12:18 ../ -rw-r--r--. 1 root root 0 Aug 3 12:18 __init__.py drwxr-xr-x. 3 root root 4096 Aug 3 12:18 ./ drwxr-xr-x. 2 root root 124 Aug 3 12:18 provider/ /tmp/lsrtest_ddhs128j/network/tasks/provider: total 16 -rw-r--r--. 1 root root 198 Aug 3 11:18 default_with_nm.yml -rw-r--r--. 1 root root 371 Aug 3 11:18 create_with_nm.yml -rw-r--r--. 1 root root 621 Aug 3 11:18 create_and_remove_with_initscripts.yml drwxr-xr-x. 3 root root 4096 Aug 3 12:18 ../ -rw-r--r--. 1 root root 0 Aug 3 12:18 __init__.py drwxr-xr-x. 2 root root 124 Aug 3 12:18 ./ /tmp/lsrtest_ddhs128j/network/unit: total 192 -rw-r--r--. 1 root root 1416 Aug 3 11:18 test_nm_provider.py -rw-r--r--. 1 root root 188004 Aug 3 11:18 test_network_connections.py drwxr-xr-x. 7 root root 4096 Aug 3 12:18 ../ -rw-r--r--. 1 root root 0 Aug 3 12:18 __init__.py drwxr-xr-x. 2 root root 87 Aug 3 12:18 ./ /tmp/lsrtest_ddhs128j/ansible_collections: total 0 drwx------. 5 root root 110 Aug 3 12:18 ../ -rw-r--r--. 1 root root 0 Aug 3 12:18 __init__.py drwxr-xr-x. 3 root root 39 Aug 3 12:18 ./ drwxr-xr-x. 3 root root 51 Aug 3 12:18 fedora/ /tmp/lsrtest_ddhs128j/ansible_collections/fedora: total 0 drwxr-xr-x. 3 root root 39 Aug 3 12:18 ../ -rw-r--r--. 1 root root 0 Aug 3 12:18 __init__.py drwxr-xr-x. 3 root root 51 Aug 3 12:18 ./ drwxr-xr-x. 3 root root 40 Aug 3 12:18 linux_system_roles/ /tmp/lsrtest_ddhs128j/ansible_collections/fedora/linux_system_roles: total 0 drwxr-xr-x. 3 root root 51 Aug 3 12:18 ../ drwxr-xr-x. 4 root root 60 Aug 3 12:18 plugins/ -rw-r--r--. 1 root root 0 Aug 3 12:18 __init__.py drwxr-xr-x. 3 root root 40 Aug 3 12:18 ./ /tmp/lsrtest_ddhs128j/ansible_collections/fedora/linux_system_roles/plugins: total 0 drwxr-xr-x. 2 root root 79 Aug 3 11:18 modules/ -rw-r--r--. 1 root root 0 Aug 3 12:18 __init__.py drwxr-xr-x. 3 root root 40 Aug 3 12:18 ../ drwxr-xr-x. 4 root root 60 Aug 3 12:18 ./ drwxr-xr-x. 3 root root 44 Aug 3 12:18 module_utils/ /tmp/lsrtest_ddhs128j/ansible_collections/fedora/linux_system_roles/plugins/modules: total 104 -rw-r--r--. 1 root root 2211 Aug 3 11:18 network_state.py -rw-r--r--. 1 root root 0 Aug 3 11:18 __init__.py drwxr-xr-x. 2 root root 79 Aug 3 11:18 ./ -rw-r--r--. 1 root root 101852 Aug 3 11:18 network_connections.py drwxr-xr-x. 4 root root 60 Aug 3 12:18 ../ /tmp/lsrtest_ddhs128j/ansible_collections/fedora/linux_system_roles/plugins/module_utils: total 0 drwxr-xr-x. 3 root root 138 Aug 3 11:18 network_lsr/ drwxr-xr-x. 4 root root 60 Aug 3 12:18 ../ -rw-r--r--. 1 root root 0 Aug 3 12:18 __init__.py drwxr-xr-x. 3 root root 44 Aug 3 12:18 ./ /tmp/lsrtest_ddhs128j/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr: total 128 drwxr-xr-x. 2 root root 126 Aug 3 11:18 nm/ -rw-r--r--. 1 root root 190 Aug 3 11:18 myerror.py -rw-r--r--. 1 root root 0 Aug 3 11:18 __init__.py -rw-r--r--. 1 root root 1706 Aug 3 11:18 ethtool.py drwxr-xr-x. 3 root root 138 Aug 3 11:18 ./ -rw-r--r--. 1 root root 11397 Aug 3 11:18 utils.py -rw-r--r--. 1 root root 1640 Aug 3 11:18 nm_provider.py -rw-r--r--. 1 root root 106034 Aug 3 11:18 argument_validator.py drwxr-xr-x. 3 root root 44 Aug 3 12:18 ../ /tmp/lsrtest_ddhs128j/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm: total 28 -rw-r--r--. 1 root root 175 Aug 3 11:18 error.py drwxr-xr-x. 3 root root 138 Aug 3 11:18 ../ drwxr-xr-x. 2 root root 126 Aug 3 11:18 ./ -rw-r--r--. 1 root root 3292 Aug 3 11:18 provider.py -rw-r--r--. 1 root root 389 Aug 3 11:18 __init__.py -rw-r--r--. 1 root root 3638 Aug 3 11:18 connection.py -rw-r--r--. 1 root root 2880 Aug 3 11:18 client.py -rw-r--r--. 1 root root 4104 Aug 3 11:18 active_connection.py /tmp/lsrtest_ddhs128j/ansible: total 0 drwx------. 5 root root 110 Aug 3 12:18 ../ -rw-r--r--. 1 root root 0 Aug 3 12:18 __init__.py drwxr-xr-x. 2 root root 25 Aug 3 12:18 ./ TASK [Run pytest with nm] ****************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:120 Wednesday 03 August 2022 16:18:04 +0000 (0:00:00.389) 0:00:41.732 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_ddhs128j/network/integration/", "--provider=nm" ], "delta": "0:00:02.455939", "end": "2022-08-03 12:18:06.546316", "rc": 0, "start": "2022-08-03 12:18:04.090377" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_ddhs128j/network/integration collected 1 item ../tmp/lsrtest_ddhs128j/network/integration/test_ethernet.py . [100%] ============================== 1 passed in 2.19s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:129 Wednesday 03 August 2022 16:18:07 +0000 (0:00:02.846) 0:00:44.578 ****** ok: [/cache/rhel-8.qcow2] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_ddhs128j/network/integration", "collected 1 item", "", "../tmp/lsrtest_ddhs128j/network/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 2.19s ===============================" ] } TASK [install network-scripts when running pytest with initscripts] ************ task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:133 Wednesday 03 August 2022 16:18:07 +0000 (0:00:00.049) 0:00:44.628 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Run pytest with initscripts] ********************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:137 Wednesday 03 August 2022 16:18:09 +0000 (0:00:01.622) 0:00:46.250 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_ddhs128j/network/integration/", "--provider=initscripts" ], "delta": "0:00:04.462326", "end": "2022-08-03 12:18:13.091676", "rc": 0, "start": "2022-08-03 12:18:08.629350" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 rootdir: /tmp/lsrtest_ddhs128j/network/integration collected 1 item ../tmp/lsrtest_ddhs128j/network/integration/test_ethernet.py . [100%] ============================== 1 passed in 4.22s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:146 Wednesday 03 August 2022 16:18:14 +0000 (0:00:04.869) 0:00:51.119 ****** ok: [/cache/rhel-8.qcow2] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0", "rootdir: /tmp/lsrtest_ddhs128j/network/integration", "collected 1 item", "", "../tmp/lsrtest_ddhs128j/network/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 4.22s ===============================" ] } TASK [remove local tar file] *************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:149 Wednesday 03 August 2022 16:18:14 +0000 (0:00:00.053) 0:00:51.172 ****** changed: [/cache/rhel-8.qcow2 -> localhost] => { "changed": true, "path": "/tmp/lsrtest__nmiqvln.tar", "state": "absent" } TASK [remove tempdir] ********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:155 Wednesday 03 August 2022 16:18:14 +0000 (0:00:00.229) 0:00:51.402 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "path": "/tmp/lsrtest_ddhs128j", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=80 changed=20 unreachable=0 failed=0 skipped=36 rescued=0 ignored=0 Wednesday 03 August 2022 16:18:14 +0000 (0:00:00.445) 0:00:51.847 ****** =============================================================================== Install rpm dependencies ------------------------------------------------ 6.50s /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:12 ---- Run pytest with initscripts --------------------------------------------- 4.87s /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:137 --- Install Pytest ---------------------------------------------------------- 3.50s /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:17 ---- Run pytest with nm ------------------------------------------------------ 2.85s /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:120 --- fedora.linux_system_roles.network : Check which services are running ---- 1.71s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which services are running ---- 1.64s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 install network-scripts when running pytest with initscripts ------------ 1.62s /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:133 --- fedora.linux_system_roles.network : Check which packages are installed --- 1.40s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 set up internal repositories -------------------------------------------- 1.26s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- fedora.linux_system_roles.network : Check which packages are installed --- 1.21s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Copy testrepo.tar to the remote system ---------------------------------- 1.09s /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:77 ---- Gathering Facts --------------------------------------------------------- 1.01s /tmp/tmpzotb0bdj/tests/network/tests_integration_pytest.yml:3 ----------------- Gathering Facts --------------------------------------------------------- 0.83s /tmp/tmpzotb0bdj/tests/network/tests_default_nm.yml:3 ------------------------- Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:31 ---- Enable EPEL 8 ----------------------------------------------------------- 0.81s /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:17 ----------------------- Gathering Facts --------------------------------------------------------- 0.79s /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:3 ----- fedora.linux_system_roles.network : Enable network service -------------- 0.79s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Enable EPEL 8 ----------------------------------------------------------- 0.78s /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:17 ----------------------- Enable EPEL 8 ----------------------------------------------------------- 0.78s /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:17 ----------------------- Gathering Facts --------------------------------------------------------- 0.77s /tmp/tmpzotb0bdj/tests/network/tests_default_initscripts.yml:3 ---------------- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpzotb0bdj/tests/network/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpzotb0bdj/tests/network/_restore.yml:4 Wednesday 03 August 2022 16:18:14 +0000 (0:00:00.045) 0:00:51.893 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.006348", "end": "2022-08-03 12:18:14.240900", "rc": 0, "start": "2022-08-03 12:18:14.234552" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=81 changed=21 unreachable=0 failed=0 skipped=36 rescued=0 ignored=0 Wednesday 03 August 2022 16:18:15 +0000 (0:00:00.393) 0:00:52.286 ****** =============================================================================== Install rpm dependencies ------------------------------------------------ 6.50s /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:12 ---- Run pytest with initscripts --------------------------------------------- 4.87s /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:137 --- Install Pytest ---------------------------------------------------------- 3.50s /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:17 ---- Run pytest with nm ------------------------------------------------------ 2.85s /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:120 --- fedora.linux_system_roles.network : Check which services are running ---- 1.71s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which services are running ---- 1.64s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 install network-scripts when running pytest with initscripts ------------ 1.62s /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:133 --- fedora.linux_system_roles.network : Check which packages are installed --- 1.40s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 set up internal repositories -------------------------------------------- 1.26s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- fedora.linux_system_roles.network : Check which packages are installed --- 1.21s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Copy testrepo.tar to the remote system ---------------------------------- 1.09s /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:77 ---- Gathering Facts --------------------------------------------------------- 1.01s /tmp/tmpzotb0bdj/tests/network/tests_integration_pytest.yml:3 ----------------- Gathering Facts --------------------------------------------------------- 0.83s /tmp/tmpzotb0bdj/tests/network/tests_default_nm.yml:3 ------------------------- Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:31 ---- Enable EPEL 8 ----------------------------------------------------------- 0.81s /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:17 ----------------------- Gathering Facts --------------------------------------------------------- 0.79s /tmp/tmpzotb0bdj/tests/network/playbooks/integration_pytest_python3.yml:3 ----- fedora.linux_system_roles.network : Enable network service -------------- 0.79s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Enable EPEL 8 ----------------------------------------------------------- 0.78s /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:17 ----------------------- Enable EPEL 8 ----------------------------------------------------------- 0.78s /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:17 ----------------------- Gathering Facts --------------------------------------------------------- 0.77s /tmp/tmpzotb0bdj/tests/network/tests_default_initscripts.yml:3 ----------------