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/tmpdm_c1v_l executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: _backup.yml ********************************************************** 1 plays in /tmp/tmp5fajrzs2/tests/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmp5fajrzs2/tests/_backup.yml:6 Wednesday 03 August 2022 16:43:39 +0000 (0:00:00.017) 0:00:00.017 ****** ok: [/cache/fedora-35.qcow2.snap] => (item=/etc/resolv.conf) => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3" }, "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659545018.5053847, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659545018.5053847, "dev": 32, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 37635, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/run/systemd/resolve/stub-resolv.conf", "lnk_target": "../run/systemd/resolve/stub-resolv.conf", "mimetype": "inode/symlink", "mode": "0777", "mtime": 1659338446.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmp5fajrzs2/tests/_backup.yml:13 Wednesday 03 August 2022 16:43:40 +0000 (0:00:00.634) 0:00:00.651 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/fedora-35.qcow2.snap] => (item={'changed': False, 'stat': {'exists': True, 'path': '/etc/resolv.conf', 'mode': '0777', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': False, 'isfifo': False, 'islnk': True, 'issock': False, 'uid': 0, 'gid': 0, 'size': 39, 'inode': 37635, 'dev': 32, 'nlink': 1, 'atime': 1659545018.5053847, 'mtime': 1659338446.0, 'ctime': 1659545018.5053847, 'wusr': True, 'rusr': True, 'xusr': True, 'wgrp': True, 'rgrp': True, 'xgrp': True, 'woth': True, 'roth': True, 'xoth': True, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'lnk_source': '/run/systemd/resolve/stub-resolv.conf', 'lnk_target': '../run/systemd/resolve/stub-resolv.conf', 'pw_name': 'root', 'gr_name': 'root', 'mimetype': 'inode/symlink', 'charset': 'binary', 'version': None, 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/etc/resolv.conf', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'ansible_facts': {'discovered_interpreter_python': '/usr/bin/python3'}, 'failed': False, 'item': '/etc/resolv.conf', 'ansible_loop_var': 'item'}) => { "ansible_facts": { "_existing_files": " /etc/resolv.conf" }, "ansible_loop_var": "item", "changed": false, "item": { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3" }, "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": 1659545018.5053847, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659545018.5053847, "dev": 32, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 37635, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/run/systemd/resolve/stub-resolv.conf", "lnk_target": "../run/systemd/resolve/stub-resolv.conf", "mimetype": "inode/symlink", "mode": "0777", "mtime": 1659338446.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } } TASK [Back up system files] **************************************************** task path: /tmp/tmp5fajrzs2/tests/_backup.yml:19 Wednesday 03 August 2022 16:43:40 +0000 (0:00:00.037) 0:00:00.689 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.004164", "end": "2022-08-03 16:43:40.270891", "rc": 0, "start": "2022-08-03 16:43:40.266727" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 16:43:40 +0000 (0:00:00.507) 0:00:01.197 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.63s /tmp/tmp5fajrzs2/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.51s /tmp/tmp5fajrzs2/tests/_backup.yml:19 ----------------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmp5fajrzs2/tests/_backup.yml:13 ----------------------------------------- PLAYBOOK: tests_integration_pytest.yml ***************************************** 7 plays in /tmp/tmp5fajrzs2/tests/tests_integration_pytest.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp5fajrzs2/tests/tests_integration_pytest.yml:3 Wednesday 03 August 2022 16:43:40 +0000 (0:00:00.066) 0:00:01.263 ****** ok: [/cache/fedora-35.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tests_integration_pytest.yml:5 Wednesday 03 August 2022 16:43:41 +0000 (0:00:01.074) 0:00:02.337 ****** included: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml for /cache/fedora-35.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:43:42 +0000 (0:00:00.028) 0:00:02.366 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:43:42 +0000 (0:00:00.021) 0:00:02.388 ****** included: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml for /cache/fedora-35.qcow2.snap TASK [Create EPEL 35] ********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:43:42 +0000 (0:00:00.031) 0:00:02.419 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:43:42 +0000 (0:00:00.020) 0:00:02.439 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:43:42 +0000 (0:00:00.020) 0:00:02.460 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:43:42 +0000 (0:00:00.020) 0:00:02.481 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY [Install dependencies for integration tests] ****************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:3 Wednesday 03 August 2022 16:43:42 +0000 (0:00:00.037) 0:00:02.519 ****** ok: [/cache/fedora-35.qcow2.snap] META: ran handlers TASK [Install rpm dependencies] ************************************************ task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:12 Wednesday 03 August 2022 16:43:42 +0000 (0:00:00.818) 0:00:03.337 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "rc": 0, "results": [ "Installed: perl-subs-1.04-486.fc35.noarch", "Installed: perl-IO-1.46-486.fc35.x86_64", "Installed: perl-IPC-Open3-1.21-486.fc35.noarch", "Installed: perl-PathTools-3.80-478.fc35.x86_64", "Installed: perl-Class-Struct-0.66-486.fc35.noarch", "Installed: perl-vars-1.05-486.fc35.noarch", "Installed: perl-Socket-4:2.032-2.fc35.x86_64", "Installed: perl-Time-Local-2:1.300-478.fc35.noarch", "Installed: perl-MIME-Base64-3.16-478.fc35.x86_64", "Installed: perl-Data-Dumper-2.183-2.fc35.x86_64", "Installed: perl-IO-Socket-IP-0.41-479.fc35.noarch", "Installed: perl-IO-Socket-SSL-2.072-1.fc35.noarch", "Installed: perl-Getopt-Long-1:2.52-478.fc35.noarch", "Installed: perl-constant-1.33-479.fc35.noarch", "Installed: perl-Carp-1.52-478.fc35.noarch", "Installed: python3-pip-21.2.3-4.fc35.noarch", "Installed: perl-base-2.27-486.fc35.noarch", "Installed: perl-Term-ANSIColor-5.01-479.fc35.noarch", "Installed: perl-Term-Cap-1.17-478.fc35.noarch", "Installed: perl-Storable-1:3.25-1.fc35.x86_64", "Installed: perl-Mozilla-CA-20211001-1.fc35.noarch", "Installed: perl-NDBM_File-1.15-486.fc35.x86_64", "Installed: perl-File-Path-2.18-478.fc35.noarch", "Installed: perl-DynaLoader-1.50-486.fc35.x86_64", "Installed: perl-Error-1:0.17029-7.fc35.noarch", "Installed: perl-Encode-4:3.15-482.fc35.x86_64", "Installed: perl-if-0.60.900-486.fc35.noarch", "Installed: perl-interpreter-4:5.34.1-486.fc35.x86_64", "Installed: perl-Net-SSLeay-1.90-4.fc35.x86_64", "Installed: perl-Errno-1.33-486.fc35.x86_64", "Installed: perl-lib-0.65-486.fc35.x86_64", "Installed: perl-TermReadKey-2.38-11.fc35.x86_64", "Installed: perl-libs-4:5.34.1-486.fc35.x86_64", "Installed: perl-POSIX-1.97-486.fc35.x86_64", "Installed: perl-Text-ParseWords-3.30-478.fc35.noarch", "Installed: perl-URI-5.09-4.fc35.noarch", "Installed: perl-Fcntl-1.14-486.fc35.x86_64", "Installed: perl-Pod-Escapes-1:1.07-478.fc35.noarch", "Installed: perl-File-Temp-1:0.231.100-478.fc35.noarch", "Installed: perl-libnet-3.13-479.fc35.noarch", "Installed: perl-Digest-1.20-1.fc35.noarch", "Installed: perl-File-Basename-2.85-486.fc35.noarch", "Installed: perl-Exporter-5.76-479.fc35.noarch", "Installed: perl-File-Find-1.39-486.fc35.noarch", "Installed: git-2.37.1-1.fc35.x86_64", "Installed: perl-mro-1.25-486.fc35.x86_64", "Installed: perl-overload-1.33-486.fc35.noarch", "Installed: perl-Pod-Perldoc-3.28.01-479.fc35.noarch", "Installed: perl-Digest-MD5-2.58-478.fc35.x86_64", "Installed: perl-File-stat-1.09-486.fc35.noarch", "Installed: perl-FileHandle-2.03-486.fc35.noarch", "Installed: perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch", "Installed: perl-Pod-Simple-1:3.43-2.fc35.noarch", "Installed: git-core-2.37.1-1.fc35.x86_64", "Installed: git-core-doc-2.37.1-1.fc35.noarch", "Installed: perl-Scalar-List-Utils-5:1.62-463.fc35.x86_64", "Installed: perl-SelectSaver-1.02-486.fc35.noarch", "Installed: perl-overloading-0.02-486.fc35.noarch", "Installed: perl-Getopt-Std-1.13-486.fc35.noarch", "Installed: perl-Git-2.37.1-1.fc35.noarch", "Installed: perl-Pod-Usage-4:2.01-478.fc35.noarch", "Installed: perl-Symbol-1.09-486.fc35.noarch", "Installed: perl-parent-1:0.238-478.fc35.noarch", "Installed: perl-AutoLoader-5.74-486.fc35.noarch", "Installed: perl-B-1.82-486.fc35.x86_64", "Installed: perl-HTTP-Tiny-0.080-1.fc35.noarch", "Installed: perl-podlators-1:4.14-478.fc35.noarch" ] } TASK [Install Pytest] ********************************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:17 Wednesday 03 August 2022 16:43:50 +0000 (0:00:07.968) 0:00:11.306 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:01.583634", "end": "2022-08-03 16:43:52.358426", "rc": 0, "start": "2022-08-03 16:43:50.774792" } STDOUT: Collecting pytest Downloading pytest-7.1.2-py3-none-any.whl (297 kB) Collecting pluggy<2.0,>=0.12 Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB) Collecting packaging Downloading packaging-21.3-py3-none-any.whl (40 kB) Collecting tomli>=1.0.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Requirement already satisfied: attrs>=19.2.0 in /usr/lib/python3.10/site-packages (from pytest) (21.2.0) Collecting py>=1.8.2 Downloading py-1.11.0-py2.py3-none-any.whl (98 kB) Collecting iniconfig Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB) Collecting pyparsing!=3.0.5,>=2.0.2 Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB) Installing collected packages: pyparsing, tomli, py, pluggy, packaging, iniconfig, pytest Successfully installed iniconfig-1.1.1 packaging-21.3 pluggy-1.0.0 py-1.11.0 pyparsing-3.0.9 pytest-7.1.2 tomli-2.0.1 STDERR: WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp5fajrzs2/tests/tests_default_initscripts.yml:3 Wednesday 03 August 2022 16:43:52 +0000 (0:00:02.000) 0:00:13.307 ****** ok: [/cache/fedora-35.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tests_default_initscripts.yml:5 Wednesday 03 August 2022 16:43:53 +0000 (0:00:00.818) 0:00:14.125 ****** included: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml for /cache/fedora-35.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:43:53 +0000 (0:00:00.030) 0:00:14.156 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:43:53 +0000 (0:00:00.020) 0:00:14.177 ****** included: /tmp/tmp5fajrzs2/tests/playbooks/../tasks/enable_epel.yml for /cache/fedora-35.qcow2.snap TASK [Create EPEL 35] ********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:43:53 +0000 (0:00:00.029) 0:00:14.206 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:43:53 +0000 (0:00:00.019) 0:00:14.226 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:43:53 +0000 (0:00:00.020) 0:00:14.246 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:43:53 +0000 (0:00:00.020) 0:00:14.267 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /tmp/tmp5fajrzs2/tests/tests_default_initscripts.yml:6 Wednesday 03 August 2022 16:43:53 +0000 (0:00:00.020) 0:00:14.287 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test executing the role with default parameters] ************************* META: ran handlers TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 16:43:53 +0000 (0:00:00.063) 0:00:14.351 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Print network provider] ********************* task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.036) 0:00:14.387 ****** skipping: [/cache/fedora-35.qcow2.snap] => {} TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.035) 0:00:14.423 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.035) 0:00:14.459 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.066) 0:00:14.525 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.036) 0:00:14.561 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.035) 0:00:14.597 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.036) 0:00:14.633 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.035) 0:00:14.669 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.037) 0:00:14.706 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.067) 0:00:14.774 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.035) 0:00:14.809 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.035) 0:00:14.844 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking state] ***************** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.034) 0:00:14.879 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.034) 0:00:14.914 ****** skipping: [/cache/fedora-35.qcow2.snap] => {} TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.036) 0:00:14.950 ****** skipping: [/cache/fedora-35.qcow2.snap] => {} TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.036) 0:00:14.986 ****** skipping: [/cache/fedora-35.qcow2.snap] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.035) 0:00:15.021 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } META: TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tests_default.yml:9 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.043) 0:00:15.065 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmp5fajrzs2/tests/tests_default.yml:10 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.034) 0:00:15.100 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp5fajrzs2/tests/tests_default_nm.yml:3 Wednesday 03 August 2022 16:43:54 +0000 (0:00:00.053) 0:00:15.153 ****** ok: [/cache/fedora-35.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tests_default_nm.yml:5 Wednesday 03 August 2022 16:43:55 +0000 (0:00:00.837) 0:00:15.990 ****** included: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml for /cache/fedora-35.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:43:55 +0000 (0:00:00.029) 0:00:16.020 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:43:55 +0000 (0:00:00.022) 0:00:16.043 ****** included: /tmp/tmp5fajrzs2/tests/playbooks/../tasks/enable_epel.yml for /cache/fedora-35.qcow2.snap TASK [Create EPEL 35] ********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:43:55 +0000 (0:00:00.033) 0:00:16.077 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:43:55 +0000 (0:00:00.022) 0:00:16.099 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:43:55 +0000 (0:00:00.023) 0:00:16.123 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:43:55 +0000 (0:00:00.023) 0:00:16.146 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmp5fajrzs2/tests/tests_default_nm.yml:6 Wednesday 03 August 2022 16:43:55 +0000 (0:00:00.022) 0:00:16.169 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test executing the role with default parameters] ************************* META: ran handlers TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 16:43:55 +0000 (0:00:00.057) 0:00:16.227 ****** included: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/fedora-35.qcow2.snap TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 03 August 2022 16:43:55 +0000 (0:00:00.035) 0:00:16.262 ****** ok: [/cache/fedora-35.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which services are running] *********** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Wednesday 03 August 2022 16:43:56 +0000 (0:00:00.556) 0:00:16.819 ****** ok: [/cache/fedora-35.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Wednesday 03 August 2022 16:43:58 +0000 (0:00:02.093) 0:00:18.913 ****** ok: [/cache/fedora-35.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 16:43:59 +0000 (0:00:01.020) 0:00:19.933 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 16:43:59 +0000 (0:00:00.052) 0:00:19.986 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 16:43:59 +0000 (0:00:00.046) 0:00:20.032 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 16:43:59 +0000 (0:00:00.045) 0:00:20.077 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 16:43:59 +0000 (0:00:00.080) 0:00:20.158 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 16:43:59 +0000 (0:00:00.044) 0:00:20.203 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 16:43:59 +0000 (0:00:00.046) 0:00:20.249 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 16:43:59 +0000 (0:00:00.055) 0:00:20.305 ****** ok: [/cache/fedora-35.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 16:44:00 +0000 (0:00:00.834) 0:00:21.140 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 16:44:00 +0000 (0:00:00.061) 0:00:21.201 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 16:44:00 +0000 (0:00:00.042) 0:00:21.243 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 16:44:00 +0000 (0:00:00.076) 0:00:21.319 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network ok: [/cache/fedora-35.qcow2.snap] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 16:44:01 +0000 (0:00:00.761) 0:00:22.081 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 16:44:01 +0000 (0:00:00.045) 0:00:22.127 ****** ok: [/cache/fedora-35.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 16:44:01 +0000 (0:00:00.056) 0:00:22.183 ****** ok: [/cache/fedora-35.qcow2.snap] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 16:44:01 +0000 (0:00:00.059) 0:00:22.242 ****** skipping: [/cache/fedora-35.qcow2.snap] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 16:44:01 +0000 (0:00:00.045) 0:00:22.288 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tests_default.yml:9 Wednesday 03 August 2022 16:44:02 +0000 (0:00:00.557) 0:00:22.846 ****** included: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml for /cache/fedora-35.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:44:02 +0000 (0:00:00.063) 0:00:22.909 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:44:02 +0000 (0:00:00.038) 0:00:22.948 ****** included: /tmp/tmp5fajrzs2/tests/playbooks/../tasks/enable_epel.yml for /cache/fedora-35.qcow2.snap TASK [Create EPEL 35] ********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:44:02 +0000 (0:00:00.094) 0:00:23.043 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:44:02 +0000 (0:00:00.037) 0:00:23.080 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:44:02 +0000 (0:00:00.048) 0:00:23.128 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:44:02 +0000 (0:00:00.044) 0:00:23.173 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmp5fajrzs2/tests/tests_default.yml:10 Wednesday 03 August 2022 16:44:02 +0000 (0:00:00.039) 0:00:23.212 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:31 Wednesday 03 August 2022 16:44:02 +0000 (0:00:00.102) 0:00:23.315 ****** ok: [/cache/fedora-35.qcow2.snap] META: ran handlers TASK [create tempdir for code to test] ***************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:35 Wednesday 03 August 2022 16:44:03 +0000 (0:00:00.857) 0:00:24.172 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_iagoncyv", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [get tempfile for tar] **************************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:41 Wednesday 03 August 2022 16:44:04 +0000 (0:00:00.553) 0:00:24.726 ****** changed: [/cache/fedora-35.qcow2.snap -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_czlx5kc6.tar", "size": 0, "state": "file", "uid": 0 } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:48 Wednesday 03 August 2022 16:44:04 +0000 (0:00:00.214) 0:00:24.940 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_modules_and_utils_paths.yml for /cache/fedora-35.qcow2.snap TASK [set collection paths] **************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_modules_and_utils_paths.yml:3 Wednesday 03 August 2022 16:44:04 +0000 (0:00:00.063) 0:00:25.004 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "collection_paths": [ "/tmp/tmpdm_c1v_l", "/tmp/tmpdm_c1v_l" ] }, "changed": false } TASK [set search paths] ******************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_modules_and_utils_paths.yml:13 Wednesday 03 August 2022 16:44:04 +0000 (0:00:00.065) 0:00:25.070 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "module_utils_search_path": [ "../../module_utils", "../module_utils", "/root/.ansible/plugins/module_utils", "/usr/share/ansible/plugins/module_utils" ], "modules_search_path": [ "../../library", "../library", "/root/.ansible/plugins/modules", "/usr/share/ansible/plugins/modules" ] }, "changed": false } TASK [find parent directory and path of modules] ******************************* task path: /tmp/tmp5fajrzs2/tests/tasks/get_modules_and_utils_paths.yml:42 Wednesday 03 August 2022 16:44:04 +0000 (0:00:00.072) 0:00:25.142 ****** ok: [/cache/fedora-35.qcow2.snap -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules; do\n if [ -f \"$dir/network_connections.py\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /tmp/tmpdm_c1v_l /tmp/tmpdm_c1v_l; 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.006827", "end": "2022-08-03 16:44:04.966881", "rc": 0, "start": "2022-08-03 16:44:04.960054" } STDOUT: /tmp/tmp5fajrzs2 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/tmp5fajrzs2/tests/tasks/get_modules_and_utils_paths.yml:69 Wednesday 03 August 2022 16:44:05 +0000 (0:00:00.240) 0:00:25.382 ****** ok: [/cache/fedora-35.qcow2.snap -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils; do\n if [ -d \"$dir/network_lsr\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /tmp/tmpdm_c1v_l /tmp/tmpdm_c1v_l; 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.006529", "end": "2022-08-03 16:44:05.209133", "rc": 0, "start": "2022-08-03 16:44:05.202604" } STDOUT: /tmp/tmp5fajrzs2 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/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:50 Wednesday 03 August 2022 16:44:05 +0000 (0:00:00.238) 0:00:25.621 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "tests_directory": "/tmp/tmp5fajrzs2/tests/playbooks/files/../../tests" }, "changed": false } TASK [Create Tar file] ********************************************************* task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:65 Wednesday 03 August 2022 16:44:05 +0000 (0:00:00.057) 0:00:25.678 ****** changed: [/cache/fedora-35.qcow2.snap -> localhost] => { "changed": true, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_czlx5kc6.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/tmp/tmp5fajrzs2", "tests", "-C", "/tmp/tmp5fajrzs2", "library", "-C", "/tmp/tmp5fajrzs2", "module_utils" ], "delta": "0:00:00.008380", "end": "2022-08-03 16:44:05.507194", "rc": 0, "start": "2022-08-03 16:44:05.498814" } 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/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:77 Wednesday 03 August 2022 16:44:05 +0000 (0:00:00.243) 0:00:25.921 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "checksum": "cd71ef1f5454643ebccc7918d9ca3f738cbcd7e7", "dest": "/tmp/lsrtest_iagoncyv/lsrtest_czlx5kc6.tar", "gid": 0, "group": "root", "md5sum": "eab993075b5c2889d96a48d9bbd1df3d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 819200, "src": "/root/.ansible/tmp/ansible-tmp-1659545045.6185284-91728-134344238898487/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:83 Wednesday 03 August 2022 16:44:06 +0000 (0:00:01.166) 0:00:27.088 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "tar", "xf", "lsrtest_czlx5kc6.tar" ], "delta": "0:00:00.009194", "end": "2022-08-03 16:44:06.578993", "rc": 0, "start": "2022-08-03 16:44:06.569799" } TASK [Create /tmp/lsrtest_iagoncyv/ansible] ************************************ task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:88 Wednesday 03 August 2022 16:44:07 +0000 (0:00:00.442) 0:00:27.531 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_iagoncyv/ansible", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [Move module_utils to ansible directory] ********************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:94 Wednesday 03 August 2022 16:44:07 +0000 (0:00:00.606) 0:00:28.137 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": "if [ -d /tmp/lsrtest_iagoncyv/module_utils ]; then\n mv /tmp/lsrtest_iagoncyv/module_utils /tmp/lsrtest_iagoncyv/ansible\nfi\n", "delta": "0:00:00.005453", "end": "2022-08-03 16:44:07.616302", "rc": 0, "start": "2022-08-03 16:44:07.610849" } TASK [Fake out python module directories, primarily for python2] *************** task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:100 Wednesday 03 August 2022 16:44:08 +0000 (0:00:00.419) 0:00:28.557 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": "for dir in $(find /tmp/lsrtest_iagoncyv -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.021412", "end": "2022-08-03 16:44:08.060246", "rc": 0, "start": "2022-08-03 16:44:08.038834" } TASK [Set _lsr_python_path] **************************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:108 Wednesday 03 August 2022 16:44:08 +0000 (0:00:00.475) 0:00:29.033 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_iagoncyv/library:/tmp/lsrtest_iagoncyv" }, "changed": false } TASK [Show _lsr_python_path] *************************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:115 Wednesday 03 August 2022 16:44:08 +0000 (0:00:00.048) 0:00:29.082 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: path /tmp/lsrtest_iagoncyv/library:/tmp/lsrtest_iagoncyv TASK [ls -alrtFR /tmp/lsrtest_iagoncyv] **************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:119 Wednesday 03 August 2022 16:44:08 +0000 (0:00:00.052) 0:00:29.134 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_iagoncyv" ], "delta": "0:00:00.006513", "end": "2022-08-03 16:44:08.607336", "rc": 0, "start": "2022-08-03 16:44:08.600823" } STDOUT: /tmp/lsrtest_iagoncyv: total 800 drwxr-xr-x. 2 root root 100 Aug 3 16:27 library/ -rw-------. 1 root root 819200 Aug 3 16:44 lsrtest_czlx5kc6.tar -rw-r--r--. 1 root root 0 Aug 3 16:44 __init__.py drwx------. 5 root root 140 Aug 3 16:44 ./ drwxr-xr-x. 3 root root 80 Aug 3 16:44 ansible/ drwxr-xr-x. 8 root root 1520 Aug 3 16:44 tests/ drwxrwxrwt. 14 root root 300 Aug 3 16:44 ../ /tmp/lsrtest_iagoncyv/library: total 104 -rw-r--r--. 1 root root 2211 Aug 3 16:27 network_state.py -rw-r--r--. 1 root root 101576 Aug 3 16:27 network_connections.py -rw-r--r--. 1 root root 0 Aug 3 16:27 __init__.py drwxr-xr-x. 2 root root 100 Aug 3 16:27 ./ drwx------. 5 root root 140 Aug 3 16:44 ../ /tmp/lsrtest_iagoncyv/ansible: total 0 drwx------. 5 root root 140 Aug 3 16:44 ../ -rw-r--r--. 1 root root 0 Aug 3 16:44 __init__.py drwxr-xr-x. 3 root root 80 Aug 3 16:44 ./ drwxr-xr-x. 3 root root 80 Aug 3 16:44 module_utils/ /tmp/lsrtest_iagoncyv/ansible/module_utils: total 0 drwxr-xr-x. 3 root root 180 Aug 3 16:27 network_lsr/ drwxr-xr-x. 3 root root 80 Aug 3 16:44 ../ -rw-r--r--. 1 root root 0 Aug 3 16:44 __init__.py drwxr-xr-x. 3 root root 80 Aug 3 16:44 ./ /tmp/lsrtest_iagoncyv/ansible/module_utils/network_lsr: total 128 -rw-r--r--. 1 root root 11351 Aug 3 16:27 utils.py -rw-r--r--. 1 root root 1594 Aug 3 16:27 nm_provider.py drwxr-xr-x. 2 root root 160 Aug 3 16:27 nm/ -rw-r--r--. 1 root root 190 Aug 3 16:27 myerror.py -rw-r--r--. 1 root root 0 Aug 3 16:27 __init__.py -rw-r--r--. 1 root root 1706 Aug 3 16:27 ethtool.py -rw-r--r--. 1 root root 105942 Aug 3 16:27 argument_validator.py drwxr-xr-x. 3 root root 180 Aug 3 16:27 ./ drwxr-xr-x. 3 root root 80 Aug 3 16:44 ../ /tmp/lsrtest_iagoncyv/ansible/module_utils/network_lsr/nm: total 24 -rw-r--r--. 1 root root 3154 Aug 3 16:27 provider.py -rw-r--r--. 1 root root 343 Aug 3 16:27 __init__.py -rw-r--r--. 1 root root 175 Aug 3 16:27 error.py -rw-r--r--. 1 root root 3546 Aug 3 16:27 connection.py -rw-r--r--. 1 root root 2834 Aug 3 16:27 client.py -rw-r--r--. 1 root root 4012 Aug 3 16:27 active_connection.py drwxr-xr-x. 3 root root 180 Aug 3 16:27 ../ drwxr-xr-x. 2 root root 160 Aug 3 16:27 ./ /tmp/lsrtest_iagoncyv/tests: total 272 -rw-r--r--. 1 root root 805 Aug 3 16:27 tests_wireless_wpa3_sae_nm.yml -rw-r--r--. 1 root root 901 Aug 3 16:27 tests_wireless_wpa3_owe_nm.yml -rw-r--r--. 1 root root 636 Aug 3 16:27 tests_wireless_plugin_installation_nm.yml -rw-r--r--. 1 root root 644 Aug 3 16:27 tests_wireless_nm.yml -rw-r--r--. 1 root root 596 Aug 3 16:27 tests_vlan_mtu_nm.yml -rw-r--r--. 1 root root 535 Aug 3 16:27 tests_vlan_mtu_initscripts.yml -rw-r--r--. 1 root root 5339 Aug 3 16:27 tests_unit.yml -rw-r--r--. 1 root root 628 Aug 3 16:27 tests_team_plugin_installation_nm.yml -rw-r--r--. 1 root root 627 Aug 3 16:27 tests_team_nm.yml -rw-r--r--. 1 root root 421 Aug 3 16:27 tests_switch_provider.yml -rw-r--r--. 1 root root 592 Aug 3 16:27 tests_states_nm.yml -rw-r--r--. 1 root root 531 Aug 3 16:27 tests_states_initscripts.yml -rw-r--r--. 1 root root 606 Aug 3 16:27 tests_routing_rules_nm.yml -rw-r--r--. 1 root root 602 Aug 3 16:27 tests_route_table_nm.yml -rw-r--r--. 1 root root 1175 Aug 3 16:27 tests_regression_nm.yml -rw-r--r--. 1 root root 594 Aug 3 16:27 tests_reapply_nm.yml -rw-r--r--. 1 root root 1246 Aug 3 16:27 tests_provider_nm.yml -rw-r--r--. 1 root root 657 Aug 3 16:27 tests_network_state_nm.yml -rw-r--r--. 1 root root 588 Aug 3 16:27 tests_ipv6_nm.yml -rw-r--r--. 1 root root 527 Aug 3 16:27 tests_ipv6_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 16:27 tests_ipv6_dns_search_nm.yml -rw-r--r--. 1 root root 606 Aug 3 16:27 tests_ipv6_disabled_nm.yml -rw-r--r--. 1 root root 325 Aug 3 16:27 tests_integration_pytest.yml -rw-r--r--. 1 root root 600 Aug 3 16:27 tests_infiniband_nm.yml -rw-r--r--. 1 root root 979 Aug 3 16:27 tests_helpers_and_asserts.yml -rw-r--r--. 1 root root 1155 Aug 3 16:27 tests_ethtool_ring_nm.yml -rw-r--r--. 1 root root 543 Aug 3 16:27 tests_ethtool_ring_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 16:27 tests_ethtool_features_nm.yml -rw-r--r--. 1 root root 551 Aug 3 16:27 tests_ethtool_features_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 16:27 tests_ethtool_coalesce_nm.yml -rw-r--r--. 1 root root 551 Aug 3 16:27 tests_ethtool_coalesce_initscripts.yml -rw-r--r--. 1 root root 1178 Aug 3 16:27 tests_eth_pci_address_match_nm.yml -rw-r--r--. 1 root root 596 Aug 3 16:27 tests_ethernet_nm.yml -rw-r--r--. 1 root root 535 Aug 3 16:27 tests_ethernet_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 16:27 tests_eth_dns_support_nm.yml -rw-r--r--. 1 root root 590 Aug 3 16:27 tests_dummy_nm.yml -rw-r--r--. 1 root root 393 Aug 3 16:27 tests_default.yml -rw-r--r--. 1 root root 377 Aug 3 16:27 tests_default_nm.yml -rw-r--r--. 1 root root 360 Aug 3 16:27 tests_default_initscripts.yml -rw-r--r--. 1 root root 2354 Aug 3 16:27 tests_change_indication_on_repeat_run.yml -rw-r--r--. 1 root root 592 Aug 3 16:27 tests_bridge_nm.yml -rw-r--r--. 1 root root 531 Aug 3 16:27 tests_bridge_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 16:27 tests_bond_removal_nm.yml -rw-r--r--. 1 root root 543 Aug 3 16:27 tests_bond_removal_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 16:27 tests_bond_options_nm.yml -rw-r--r--. 1 root root 588 Aug 3 16:27 tests_bond_nm.yml -rw-r--r--. 1 root root 527 Aug 3 16:27 tests_bond_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 16:27 tests_bond_deprecated_nm.yml -rw-r--r--. 1 root root 549 Aug 3 16:27 tests_bond_deprecated_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 16:27 tests_auto_gateway_nm.yml -rw-r--r--. 1 root root 543 Aug 3 16:27 tests_auto_gateway_initscripts.yml -rw-r--r--. 1 root root 701 Aug 3 16:27 tests_802_1x_updated_nm.yml -rw-r--r--. 1 root root 685 Aug 3 16:27 tests_802_1x_nm.yml -rw-r--r--. 1 root root 285 Aug 3 16:27 setup-snapshot.yml lrwxrwxrwx. 1 root root 16 Aug 3 16:27 module_utils -> ../module_utils/ lrwxrwxrwx. 1 root root 11 Aug 3 16:27 modules -> ../library// -rwxr-xr-x. 1 root root 880 Aug 3 16:27 merge_coverage.sh* -rwxr-xr-x. 1 root root 357 Aug 3 16:27 git-pre-commit.sh* -rwxr-xr-x. 1 root root 682 Aug 3 16:27 git-post-commit.sh* -rw-r--r--. 1 root root 20 Aug 3 16:27 .gitignore -rwxr-xr-x. 1 root root 929 Aug 3 16:27 get_total_coverage.sh* -rw-r--r--. 1 root root 2509 Aug 3 16:27 get_coverage.yml -rwxr-xr-x. 1 root root 2494 Aug 3 16:27 get_coverage.sh* -rwxr-xr-x. 1 root root 9915 Aug 3 16:27 ensure_provider_tests.py* -rwxr-xr-x. 1 root root 343 Aug 3 16:27 covstats* -rw-r--r--. 1 root root 139 Aug 3 16:27 _restore.yml -rw-r--r--. 1 root root 575 Aug 3 16:27 _backup.yml drwx------. 5 root root 140 Aug 3 16:44 ../ -rw-r--r--. 1 root root 0 Aug 3 16:44 __init__.py drwxr-xr-x. 8 root root 1520 Aug 3 16:44 ./ drwxr-xr-x. 2 root root 100 Aug 3 16:44 unit/ drwxr-xr-x. 3 root root 820 Aug 3 16:44 tasks/ drwxr-xr-x. 3 root root 80 Aug 3 16:44 roles/ drwxr-xr-x. 2 root root 920 Aug 3 16:44 playbooks/ drwxr-xr-x. 2 root root 100 Aug 3 16:44 integration/ drwxr-xr-x. 2 root root 220 Aug 3 16:44 files/ /tmp/lsrtest_iagoncyv/tests/unit: total 188 -rw-r--r--. 1 root root 1416 Aug 3 16:27 test_nm_provider.py -rw-r--r--. 1 root root 188004 Aug 3 16:27 test_network_connections.py drwxr-xr-x. 8 root root 1520 Aug 3 16:44 ../ -rw-r--r--. 1 root root 0 Aug 3 16:44 __init__.py drwxr-xr-x. 2 root root 100 Aug 3 16:44 ./ /tmp/lsrtest_iagoncyv/tests/tasks: total 148 -rw-r--r--. 1 root root 3460 Aug 3 16:27 test_802.1x_capath.yml -rw-r--r--. 1 root root 777 Aug 3 16:27 start_mock_wifi.yml -rw-r--r--. 1 root root 185 Aug 3 16:27 show_interfaces.yml -rw-r--r--. 1 root root 139 Aug 3 16:27 setup_test_interface.yml -rw-r--r--. 1 root root 2048 Aug 3 16:27 setup_mock_wifi.yml -rw-r--r--. 1 root root 1980 Aug 3 16:27 setup_mock_wifi_wpa3_sae.yml -rw-r--r--. 1 root root 1823 Aug 3 16:27 setup_mock_wifi_wpa3_owe.yml -rw-r--r--. 1 root root 244 Aug 3 16:27 setup_802.1x.yml -rw-r--r--. 1 root root 2353 Aug 3 16:27 setup_802_1x_server.yml -rw-r--r--. 1 root root 1648 Aug 3 16:27 run_test.yml -rw-r--r--. 1 root root 581 Aug 3 16:27 remove_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 228 Aug 3 16:27 remove_profile.yml -rw-r--r--. 1 root root 248 Aug 3 16:27 remove+down_profile.yml -rw-r--r--. 1 root root 2094 Aug 3 16:27 manage_test_interface.yml -rw-r--r--. 1 root root 1807 Aug 3 16:27 get_profile_stat.yml -rw-r--r--. 1 root root 480 Aug 3 16:27 get_NetworkManager_NVR.yml -rw-r--r--. 1 root root 2837 Aug 3 16:27 get_modules_and_utils_paths.yml -rw-r--r--. 1 root root 241 Aug 3 16:27 get_interface_stat.yml -rw-r--r--. 1 root root 295 Aug 3 16:27 get_current_interfaces.yml -rw-r--r--. 1 root root 1214 Aug 3 16:27 enable_epel.yml -rw-r--r--. 1 root root 852 Aug 3 16:27 el_repo_setup.yml -rw-r--r--. 1 root root 198 Aug 3 16:27 delete_interface.yml -rw-r--r--. 1 root root 3704 Aug 3 16:27 create_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 373 Aug 3 16:27 create_team_profile.yml -rw-r--r--. 1 root root 361 Aug 3 16:27 create_dummy_profile.yml -rw-r--r--. 1 root root 375 Aug 3 16:27 create_bridge_profile.yml -rw-r--r--. 1 root root 402 Aug 3 16:27 create_bridge_profile_no_autoconnect.yml -rw-r--r--. 1 root root 529 Aug 3 16:27 create_and_remove_interface.yml -rw-r--r--. 1 root root 364 Aug 3 16:27 cleanup_profile+device.yml -rw-r--r--. 1 root root 218 Aug 3 16:27 cleanup_mock_wifi.yml -rw-r--r--. 1 root root 481 Aug 3 16:27 cleanup_802_1x_server.yml -rw-r--r--. 1 root root 434 Aug 3 16:27 assert_profile_present.yml -rw-r--r--. 1 root root 229 Aug 3 16:27 assert_profile_absent.yml -rw-r--r--. 1 root root 364 Aug 3 16:27 assert_output_in_stderr_without_warnings.yml -rw-r--r--. 1 root root 232 Aug 3 16:27 assert_device_present.yml -rw-r--r--. 1 root root 227 Aug 3 16:27 assert_device_absent.yml -rw-r--r--. 1 root root 213 Aug 3 16:27 activate_profile.yml drwxr-xr-x. 8 root root 1520 Aug 3 16:44 ../ -rw-r--r--. 1 root root 0 Aug 3 16:44 __init__.py drwxr-xr-x. 3 root root 820 Aug 3 16:44 ./ drwxr-xr-x. 2 root root 120 Aug 3 16:44 provider/ /tmp/lsrtest_iagoncyv/tests/tasks/provider: total 12 -rw-r--r--. 1 root root 191 Aug 3 16:27 default_with_nm.yml -rw-r--r--. 1 root root 364 Aug 3 16:27 create_with_nm.yml -rw-r--r--. 1 root root 607 Aug 3 16:27 create_and_remove_with_initscripts.yml drwxr-xr-x. 3 root root 820 Aug 3 16:44 ../ -rw-r--r--. 1 root root 0 Aug 3 16:44 __init__.py drwxr-xr-x. 2 root root 120 Aug 3 16:44 ./ /tmp/lsrtest_iagoncyv/tests/roles: total 0 drwxr-xr-x. 8 root root 1520 Aug 3 16:44 ../ -rw-r--r--. 1 root root 0 Aug 3 16:44 __init__.py drwxr-xr-x. 3 root root 80 Aug 3 16:44 ./ drwxr-xr-x. 2 root root 180 Aug 3 16:44 linux-system-roles.network/ /tmp/lsrtest_iagoncyv/tests/roles/linux-system-roles.network: total 0 lrwxrwxrwx. 1 root root 19 Aug 3 16:27 templates -> ../../../templates/ lrwxrwxrwx. 1 root root 15 Aug 3 16:27 tasks -> ../../../tasks/ lrwxrwxrwx. 1 root root 22 Aug 3 16:27 module_utils -> ../../../module_utils/ lrwxrwxrwx. 1 root root 14 Aug 3 16:27 meta -> ../../../meta/ lrwxrwxrwx. 1 root root 17 Aug 3 16:27 library -> ../../../library// lrwxrwxrwx. 1 root root 18 Aug 3 16:27 defaults -> ../../../defaults/ drwxr-xr-x. 3 root root 80 Aug 3 16:44 ../ -rw-r--r--. 1 root root 0 Aug 3 16:44 __init__.py drwxr-xr-x. 2 root root 180 Aug 3 16:44 ./ /tmp/lsrtest_iagoncyv/tests/playbooks: total 224 -rw-r--r--. 1 root root 2973 Aug 3 16:27 tests_wireless.yml -rw-r--r--. 1 root root 1369 Aug 3 16:27 tests_wireless_wpa3_sae.yml -rw-r--r--. 1 root root 1325 Aug 3 16:27 tests_wireless_wpa3_owe.yml -rw-r--r--. 1 root root 1188 Aug 3 16:27 tests_wireless_plugin_installation.yml -rw-r--r--. 1 root root 1980 Aug 3 16:27 tests_vlan_mtu.yml -rw-r--r--. 1 root root 875 Aug 3 16:27 tests_team.yml -rw-r--r--. 1 root root 1161 Aug 3 16:27 tests_team_plugin_installation.yml -rw-r--r--. 1 root root 1798 Aug 3 16:27 tests_switch_provider.yml -rw-r--r--. 1 root root 4555 Aug 3 16:27 tests_states.yml -rw-r--r--. 1 root root 8478 Aug 3 16:27 tests_routing_rules.yml -rw-r--r--. 1 root root 4703 Aug 3 16:27 tests_route_table.yml -rw-r--r--. 1 root root 2408 Aug 3 16:27 tests_reapply.yml -rw-r--r--. 1 root root 1115 Aug 3 16:27 tests_provider.yml -rw-r--r--. 1 root root 6891 Aug 3 16:27 tests_network_state.yml -rw-r--r--. 1 root root 3271 Aug 3 16:27 tests_ipv6.yml -rw-r--r--. 1 root root 5711 Aug 3 16:27 tests_ipv6_dns_search.yml -rw-r--r--. 1 root root 2786 Aug 3 16:27 tests_ipv6_disabled.yml -rw-r--r--. 1 root root 2493 Aug 3 16:27 tests_infiniband.yml -rw-r--r--. 1 root root 6742 Aug 3 16:27 tests_ethtool_ring.yml -rw-r--r--. 1 root root 7147 Aug 3 16:27 tests_ethtool_features.yml -rw-r--r--. 1 root root 5435 Aug 3 16:27 tests_ethtool_coalesce.yml -rw-r--r--. 1 root root 2739 Aug 3 16:27 tests_eth_pci_address_match.yml -rw-r--r--. 1 root root 1663 Aug 3 16:27 tests_ethernet.yml -rw-r--r--. 1 root root 3625 Aug 3 16:27 tests_eth_dns_support.yml -rw-r--r--. 1 root root 854 Aug 3 16:27 tests_dummy.yml -rw-r--r--. 1 root root 3174 Aug 3 16:27 tests_checkpoint_cleanup.yml -rw-r--r--. 1 root root 1216 Aug 3 16:27 tests_bridge.yml -rw-r--r--. 1 root root 3932 Aug 3 16:27 tests_bond.yml -rw-r--r--. 1 root root 8718 Aug 3 16:27 tests_bond_removal.yml -rw-r--r--. 1 root root 6536 Aug 3 16:27 tests_bond_options.yml -rw-r--r--. 1 root root 3588 Aug 3 16:27 tests_bond_deprecated.yml -rw-r--r--. 1 root root 4224 Aug 3 16:27 tests_auto_gateway.yml -rw-r--r--. 1 root root 4426 Aug 3 16:27 tests_802_1x.yml -rw-r--r--. 1 root root 306 Aug 3 16:27 tests_802_1x_updated.yml lrwxrwxrwx. 1 root root 9 Aug 3 16:27 tasks -> ../tasks// -rw-r--r--. 1 root root 136 Aug 3 16:27 run_tasks.yml lrwxrwxrwx. 1 root root 9 Aug 3 16:27 roles -> ../roles// -rw-r--r--. 1 root root 224 Aug 3 16:27 remove_profile.yml -rw-r--r--. 1 root root 4140 Aug 3 16:27 manual_test_ethtool_coalesce.yml -rw-r--r--. 1 root root 4947 Aug 3 16:27 integration_pytest_python3.yml lrwxrwxrwx. 1 root root 8 Aug 3 16:27 files -> ../files/ -rw-r--r--. 1 root root 213 Aug 3 16:27 down_profile.yml -rw-r--r--. 1 root root 179 Aug 3 16:27 down_profile+delete_interface.yml drwxr-xr-x. 8 root root 1520 Aug 3 16:44 ../ -rw-r--r--. 1 root root 0 Aug 3 16:44 __init__.py drwxr-xr-x. 2 root root 920 Aug 3 16:44 ./ /tmp/lsrtest_iagoncyv/tests/integration: total 8 -rw-r--r--. 1 root root 3243 Aug 3 16:27 test_ethernet.py -rw-r--r--. 1 root root 199 Aug 3 16:27 conftest.py drwxr-xr-x. 8 root root 1520 Aug 3 16:44 ../ -rw-r--r--. 1 root root 0 Aug 3 16:44 __init__.py drwxr-xr-x. 2 root root 100 Aug 3 16:44 ./ /tmp/lsrtest_iagoncyv/tests/files: total 32 -rw-r--r--. 1 root root 1334 Aug 3 16:27 server.pem -rw-r--r--. 1 root root 1782 Aug 3 16:27 server.key -rw-r--r--. 1 root root 424 Aug 3 16:27 dh.pem -rw-r--r--. 1 root root 1334 Aug 3 16:27 client.pem -rw-r--r--. 1 root root 1675 Aug 3 16:27 client.key.nocrypt -rw-r--r--. 1 root root 1782 Aug 3 16:27 client.key -rw-r--r--. 1 root root 1289 Aug 3 16:27 cacert.pem -rw-r--r--. 1 root root 1766 Aug 3 16:27 cacert.key drwxr-xr-x. 8 root root 1520 Aug 3 16:44 ../ -rw-r--r--. 1 root root 0 Aug 3 16:44 __init__.py drwxr-xr-x. 2 root root 220 Aug 3 16:44 ./ TASK [Run pytest with nm] ****************************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:123 Wednesday 03 August 2022 16:44:09 +0000 (0:00:00.416) 0:00:29.551 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_iagoncyv/tests/integration/", "--provider=nm" ], "delta": "0:00:00.411335", "end": "2022-08-03 16:44:09.445739", "rc": 0, "start": "2022-08-03 16:44:09.034404" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0 rootdir: /tmp/lsrtest_iagoncyv/tests/integration collected 1 item ../tmp/lsrtest_iagoncyv/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 0.20s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:132 Wednesday 03 August 2022 16:44:10 +0000 (0:00:00.839) 0:00:30.391 ****** ok: [/cache/fedora-35.qcow2.snap] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0", "rootdir: /tmp/lsrtest_iagoncyv/tests/integration", "collected 1 item", "", "../tmp/lsrtest_iagoncyv/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 0.20s ===============================" ] } TASK [install network-scripts when running pytest with initscripts] ************ task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:136 Wednesday 03 August 2022 16:44:10 +0000 (0:00:00.048) 0:00:30.440 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "rc": 0, "results": [ "Installed: chkconfig-1.19-1.fc35.x86_64", "Installed: dbus-tools-1:1.12.22-1.fc35.x86_64", "Installed: initscripts-10.15-1.fc35.x86_64", "Installed: network-scripts-10.15-1.fc35.x86_64", "Installed: bc-1.07.1-14.fc35.x86_64" ] } TASK [Run pytest with initscripts] ********************************************* task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:140 Wednesday 03 August 2022 16:44:13 +0000 (0:00:03.518) 0:00:33.959 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_iagoncyv/tests/integration/", "--provider=initscripts" ], "delta": "0:00:03.414812", "end": "2022-08-03 16:44:16.852230", "rc": 0, "start": "2022-08-03 16:44:13.437418" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0 rootdir: /tmp/lsrtest_iagoncyv/tests/integration collected 1 item ../tmp/lsrtest_iagoncyv/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 3.23s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:149 Wednesday 03 August 2022 16:44:17 +0000 (0:00:03.839) 0:00:37.798 ****** ok: [/cache/fedora-35.qcow2.snap] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0", "rootdir: /tmp/lsrtest_iagoncyv/tests/integration", "collected 1 item", "", "../tmp/lsrtest_iagoncyv/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 3.23s ===============================" ] } TASK [remove local tar file] *************************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:152 Wednesday 03 August 2022 16:44:17 +0000 (0:00:00.054) 0:00:37.852 ****** changed: [/cache/fedora-35.qcow2.snap -> localhost] => { "changed": true, "path": "/tmp/lsrtest_czlx5kc6.tar", "state": "absent" } TASK [remove tempdir] ********************************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:158 Wednesday 03 August 2022 16:44:17 +0000 (0:00:00.222) 0:00:38.075 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "path": "/tmp/lsrtest_iagoncyv", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=55 changed=16 unreachable=0 failed=0 skipped=51 rescued=0 ignored=0 Wednesday 03 August 2022 16:44:18 +0000 (0:00:00.504) 0:00:38.580 ****** =============================================================================== Install rpm dependencies ------------------------------------------------ 7.97s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:12 ------------ Run pytest with initscripts --------------------------------------------- 3.84s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:140 ----------- install network-scripts when running pytest with initscripts ------------ 3.52s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:136 ----------- linux-system-roles.network : Check which services are running ----------- 2.09s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Install Pytest ---------------------------------------------------------- 2.00s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:17 ------------ Copy testrepo.tar to the remote system ---------------------------------- 1.17s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:77 ------------ Gathering Facts --------------------------------------------------------- 1.07s /tmp/tmp5fajrzs2/tests/tests_integration_pytest.yml:3 ------------------------- linux-system-roles.network : Check which packages are installed --------- 1.02s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Gathering Facts --------------------------------------------------------- 0.86s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:31 ------------ Run pytest with nm ------------------------------------------------------ 0.84s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:123 ----------- Gathering Facts --------------------------------------------------------- 0.84s /tmp/tmp5fajrzs2/tests/tests_default_nm.yml:3 --------------------------------- linux-system-roles.network : Enable and start NetworkManager ------------ 0.83s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:79 ----- Gathering Facts --------------------------------------------------------- 0.82s /tmp/tmp5fajrzs2/tests/tests_default_initscripts.yml:3 ------------------------ Gathering Facts --------------------------------------------------------- 0.82s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:3 ------------- linux-system-roles.network : Configure networking connection profiles --- 0.76s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:116 ---- Get stats of system files ----------------------------------------------- 0.63s /tmp/tmp5fajrzs2/tests/_backup.yml:6 ------------------------------------------ Create /tmp/lsrtest_iagoncyv/ansible ------------------------------------ 0.61s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:88 ------------ linux-system-roles.network : Re-test connectivity ----------------------- 0.56s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:149 ---- linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.56s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 - create tempdir for code to test ----------------------------------------- 0.55s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:35 ------------ PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmp5fajrzs2/tests/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmp5fajrzs2/tests/_restore.yml:4 Wednesday 03 August 2022 16:44:18 +0000 (0:00:00.045) 0:00:38.626 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.006775", "end": "2022-08-03 16:44:18.099959", "rc": 0, "start": "2022-08-03 16:44:18.093184" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=56 changed=17 unreachable=0 failed=0 skipped=51 rescued=0 ignored=0 Wednesday 03 August 2022 16:44:18 +0000 (0:00:00.438) 0:00:39.064 ****** =============================================================================== Install rpm dependencies ------------------------------------------------ 7.97s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:12 ------------ Run pytest with initscripts --------------------------------------------- 3.84s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:140 ----------- install network-scripts when running pytest with initscripts ------------ 3.52s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:136 ----------- linux-system-roles.network : Check which services are running ----------- 2.09s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Install Pytest ---------------------------------------------------------- 2.00s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:17 ------------ Copy testrepo.tar to the remote system ---------------------------------- 1.17s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:77 ------------ Gathering Facts --------------------------------------------------------- 1.07s /tmp/tmp5fajrzs2/tests/tests_integration_pytest.yml:3 ------------------------- linux-system-roles.network : Check which packages are installed --------- 1.02s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Gathering Facts --------------------------------------------------------- 0.86s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:31 ------------ Run pytest with nm ------------------------------------------------------ 0.84s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:123 ----------- Gathering Facts --------------------------------------------------------- 0.84s /tmp/tmp5fajrzs2/tests/tests_default_nm.yml:3 --------------------------------- linux-system-roles.network : Enable and start NetworkManager ------------ 0.83s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:79 ----- Gathering Facts --------------------------------------------------------- 0.82s /tmp/tmp5fajrzs2/tests/tests_default_initscripts.yml:3 ------------------------ Gathering Facts --------------------------------------------------------- 0.82s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:3 ------------- linux-system-roles.network : Configure networking connection profiles --- 0.76s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:116 ---- Get stats of system files ----------------------------------------------- 0.63s /tmp/tmp5fajrzs2/tests/_backup.yml:6 ------------------------------------------ Create /tmp/lsrtest_iagoncyv/ansible ------------------------------------ 0.61s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:88 ------------ linux-system-roles.network : Re-test connectivity ----------------------- 0.56s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:149 ---- linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.56s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 - create tempdir for code to test ----------------------------------------- 0.55s /tmp/tmp5fajrzs2/tests/playbooks/integration_pytest_python3.yml:35 ------------ 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/tmpdm_c1v_l executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: _backup.yml ********************************************************** 1 plays in /tmp/tmpn6gexhje/tests/network/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpn6gexhje/tests/network/_backup.yml:6 Wednesday 03 August 2022 17:10:10 +0000 (0:00:00.017) 0:00:00.017 ****** ok: [/cache/fedora-35.qcow2.snap] => (item=/etc/resolv.conf) => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3" }, "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659546609.388671, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659546609.388671, "dev": 32, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 37632, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/run/systemd/resolve/stub-resolv.conf", "lnk_target": "../run/systemd/resolve/stub-resolv.conf", "mimetype": "inode/symlink", "mode": "0777", "mtime": 1659338446.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmpn6gexhje/tests/network/_backup.yml:13 Wednesday 03 August 2022 17:10:11 +0000 (0:00:00.613) 0:00:00.630 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/fedora-35.qcow2.snap] => (item={'changed': False, 'stat': {'exists': True, 'path': '/etc/resolv.conf', 'mode': '0777', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': False, 'isfifo': False, 'islnk': True, 'issock': False, 'uid': 0, 'gid': 0, 'size': 39, 'inode': 37632, 'dev': 32, 'nlink': 1, 'atime': 1659546609.388671, 'mtime': 1659338446.0, 'ctime': 1659546609.388671, 'wusr': True, 'rusr': True, 'xusr': True, 'wgrp': True, 'rgrp': True, 'xgrp': True, 'woth': True, 'roth': True, 'xoth': True, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'lnk_source': '/run/systemd/resolve/stub-resolv.conf', 'lnk_target': '../run/systemd/resolve/stub-resolv.conf', 'pw_name': 'root', 'gr_name': 'root', 'mimetype': 'inode/symlink', 'charset': 'binary', 'version': None, 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/etc/resolv.conf', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'ansible_facts': {'discovered_interpreter_python': '/usr/bin/python3'}, 'failed': False, 'item': '/etc/resolv.conf', 'ansible_loop_var': 'item'}) => { "ansible_facts": { "_existing_files": " /etc/resolv.conf" }, "ansible_loop_var": "item", "changed": false, "item": { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3" }, "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": 1659546609.388671, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659546609.388671, "dev": 32, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 37632, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/run/systemd/resolve/stub-resolv.conf", "lnk_target": "../run/systemd/resolve/stub-resolv.conf", "mimetype": "inode/symlink", "mode": "0777", "mtime": 1659338446.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } } TASK [Back up system files] **************************************************** task path: /tmp/tmpn6gexhje/tests/network/_backup.yml:19 Wednesday 03 August 2022 17:10:11 +0000 (0:00:00.035) 0:00:00.666 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.004158", "end": "2022-08-03 17:10:11.114822", "rc": 0, "start": "2022-08-03 17:10:11.110664" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 17:10:11 +0000 (0:00:00.498) 0:00:01.165 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.61s /tmp/tmpn6gexhje/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.50s /tmp/tmpn6gexhje/tests/network/_backup.yml:19 --------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmpn6gexhje/tests/network/_backup.yml:13 --------------------------------- PLAYBOOK: tests_integration_pytest.yml ***************************************** 7 plays in /tmp/tmpn6gexhje/tests/network/tests_integration_pytest.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpn6gexhje/tests/network/tests_integration_pytest.yml:3 Wednesday 03 August 2022 17:10:11 +0000 (0:00:00.075) 0:00:01.241 ****** ok: [/cache/fedora-35.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tests_integration_pytest.yml:5 Wednesday 03 August 2022 17:10:12 +0000 (0:00:01.038) 0:00:02.279 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml for /cache/fedora-35.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:10:12 +0000 (0:00:00.027) 0:00:02.307 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:10:12 +0000 (0:00:00.021) 0:00:02.328 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml for /cache/fedora-35.qcow2.snap TASK [Create EPEL 35] ********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:10:12 +0000 (0:00:00.029) 0:00:02.358 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:10:12 +0000 (0:00:00.025) 0:00:02.384 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:10:12 +0000 (0:00:00.019) 0:00:02.403 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:10:12 +0000 (0:00:00.017) 0:00:02.421 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY [Install dependencies for integration tests] ****************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:3 Wednesday 03 August 2022 17:10:12 +0000 (0:00:00.040) 0:00:02.461 ****** ok: [/cache/fedora-35.qcow2.snap] META: ran handlers TASK [Install rpm dependencies] ************************************************ task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:12 Wednesday 03 August 2022 17:10:13 +0000 (0:00:00.824) 0:00:03.286 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "rc": 0, "results": [ "Installed: perl-subs-1.04-486.fc35.noarch", "Installed: perl-IO-1.46-486.fc35.x86_64", "Installed: perl-IPC-Open3-1.21-486.fc35.noarch", "Installed: perl-PathTools-3.80-478.fc35.x86_64", "Installed: perl-Class-Struct-0.66-486.fc35.noarch", "Installed: perl-vars-1.05-486.fc35.noarch", "Installed: perl-Socket-4:2.032-2.fc35.x86_64", "Installed: perl-Time-Local-2:1.300-478.fc35.noarch", "Installed: perl-MIME-Base64-3.16-478.fc35.x86_64", "Installed: perl-Data-Dumper-2.183-2.fc35.x86_64", "Installed: perl-IO-Socket-IP-0.41-479.fc35.noarch", "Installed: perl-IO-Socket-SSL-2.072-1.fc35.noarch", "Installed: perl-Getopt-Long-1:2.52-478.fc35.noarch", "Installed: perl-constant-1.33-479.fc35.noarch", "Installed: perl-Carp-1.52-478.fc35.noarch", "Installed: python3-pip-21.2.3-4.fc35.noarch", "Installed: perl-base-2.27-486.fc35.noarch", "Installed: perl-Term-ANSIColor-5.01-479.fc35.noarch", "Installed: perl-Term-Cap-1.17-478.fc35.noarch", "Installed: perl-Storable-1:3.25-1.fc35.x86_64", "Installed: perl-Mozilla-CA-20211001-1.fc35.noarch", "Installed: perl-NDBM_File-1.15-486.fc35.x86_64", "Installed: perl-File-Path-2.18-478.fc35.noarch", "Installed: perl-DynaLoader-1.50-486.fc35.x86_64", "Installed: perl-Error-1:0.17029-7.fc35.noarch", "Installed: perl-Encode-4:3.15-482.fc35.x86_64", "Installed: perl-if-0.60.900-486.fc35.noarch", "Installed: perl-interpreter-4:5.34.1-486.fc35.x86_64", "Installed: perl-Net-SSLeay-1.90-4.fc35.x86_64", "Installed: perl-Errno-1.33-486.fc35.x86_64", "Installed: perl-lib-0.65-486.fc35.x86_64", "Installed: perl-TermReadKey-2.38-11.fc35.x86_64", "Installed: perl-libs-4:5.34.1-486.fc35.x86_64", "Installed: perl-POSIX-1.97-486.fc35.x86_64", "Installed: perl-Text-ParseWords-3.30-478.fc35.noarch", "Installed: perl-URI-5.09-4.fc35.noarch", "Installed: perl-Fcntl-1.14-486.fc35.x86_64", "Installed: perl-Pod-Escapes-1:1.07-478.fc35.noarch", "Installed: perl-File-Temp-1:0.231.100-478.fc35.noarch", "Installed: perl-libnet-3.13-479.fc35.noarch", "Installed: perl-Digest-1.20-1.fc35.noarch", "Installed: perl-File-Basename-2.85-486.fc35.noarch", "Installed: perl-Exporter-5.76-479.fc35.noarch", "Installed: perl-File-Find-1.39-486.fc35.noarch", "Installed: git-2.37.1-1.fc35.x86_64", "Installed: perl-mro-1.25-486.fc35.x86_64", "Installed: perl-overload-1.33-486.fc35.noarch", "Installed: perl-Pod-Perldoc-3.28.01-479.fc35.noarch", "Installed: perl-Digest-MD5-2.58-478.fc35.x86_64", "Installed: perl-File-stat-1.09-486.fc35.noarch", "Installed: perl-FileHandle-2.03-486.fc35.noarch", "Installed: perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch", "Installed: perl-Pod-Simple-1:3.43-2.fc35.noarch", "Installed: git-core-2.37.1-1.fc35.x86_64", "Installed: git-core-doc-2.37.1-1.fc35.noarch", "Installed: perl-Scalar-List-Utils-5:1.62-463.fc35.x86_64", "Installed: perl-SelectSaver-1.02-486.fc35.noarch", "Installed: perl-overloading-0.02-486.fc35.noarch", "Installed: perl-Getopt-Std-1.13-486.fc35.noarch", "Installed: perl-Git-2.37.1-1.fc35.noarch", "Installed: perl-Pod-Usage-4:2.01-478.fc35.noarch", "Installed: perl-Symbol-1.09-486.fc35.noarch", "Installed: perl-parent-1:0.238-478.fc35.noarch", "Installed: perl-AutoLoader-5.74-486.fc35.noarch", "Installed: perl-B-1.82-486.fc35.x86_64", "Installed: perl-HTTP-Tiny-0.080-1.fc35.noarch", "Installed: perl-podlators-1:4.14-478.fc35.noarch" ] } TASK [Install Pytest] ********************************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:17 Wednesday 03 August 2022 17:10:19 +0000 (0:00:05.915) 0:00:09.201 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:01.543985", "end": "2022-08-03 17:10:21.098335", "rc": 0, "start": "2022-08-03 17:10:19.554350" } STDOUT: Collecting pytest Downloading pytest-7.1.2-py3-none-any.whl (297 kB) Collecting py>=1.8.2 Downloading py-1.11.0-py2.py3-none-any.whl (98 kB) Requirement already satisfied: attrs>=19.2.0 in /usr/lib/python3.10/site-packages (from pytest) (21.2.0) Collecting packaging Downloading packaging-21.3-py3-none-any.whl (40 kB) Collecting tomli>=1.0.0 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting iniconfig Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB) Collecting pluggy<2.0,>=0.12 Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB) Collecting pyparsing!=3.0.5,>=2.0.2 Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB) Installing collected packages: pyparsing, tomli, py, pluggy, packaging, iniconfig, pytest Successfully installed iniconfig-1.1.1 packaging-21.3 pluggy-1.0.0 py-1.11.0 pyparsing-3.0.9 pytest-7.1.2 tomli-2.0.1 STDERR: WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpn6gexhje/tests/network/tests_default_initscripts.yml:3 Wednesday 03 August 2022 17:10:21 +0000 (0:00:01.969) 0:00:11.170 ****** ok: [/cache/fedora-35.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tests_default_initscripts.yml:5 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.812) 0:00:11.983 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml for /cache/fedora-35.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.032) 0:00:12.015 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.022) 0:00:12.038 ****** included: /tmp/tmpn6gexhje/tests/network/playbooks/../tasks/enable_epel.yml for /cache/fedora-35.qcow2.snap TASK [Create EPEL 35] ********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.032) 0:00:12.070 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.022) 0:00:12.092 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.022) 0:00:12.115 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.021) 0:00:12.137 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /tmp/tmpn6gexhje/tests/network/tests_default_initscripts.yml:6 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.022) 0:00:12.160 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test executing the role with default parameters] ************************* META: ran handlers TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.065) 0:00:12.225 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.038) 0:00:12.264 ****** skipping: [/cache/fedora-35.qcow2.snap] => {} 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/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.035) 0:00:12.299 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.035) 0:00:12.335 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.088) 0:00:12.423 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.032) 0:00:12.456 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.031) 0:00:12.487 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.031) 0:00:12.519 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.035) 0:00:12.555 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 17:10:22 +0000 (0:00:00.036) 0:00:12.591 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 17:10:23 +0000 (0:00:00.035) 0:00:12.626 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 17:10:23 +0000 (0:00:00.034) 0:00:12.661 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 17:10:23 +0000 (0:00:00.050) 0:00:12.711 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 17:10:23 +0000 (0:00:00.036) 0:00:12.748 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 17:10:23 +0000 (0:00:00.034) 0:00:12.783 ****** skipping: [/cache/fedora-35.qcow2.snap] => {} TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 17:10:23 +0000 (0:00:00.036) 0:00:12.819 ****** skipping: [/cache/fedora-35.qcow2.snap] => {} TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 17:10:23 +0000 (0:00:00.034) 0:00:12.853 ****** skipping: [/cache/fedora-35.qcow2.snap] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 17:10:23 +0000 (0:00:00.031) 0:00:12.885 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } META: TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tests_default.yml:9 Wednesday 03 August 2022 17:10:23 +0000 (0:00:00.041) 0:00:12.927 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmpn6gexhje/tests/network/tests_default.yml:10 Wednesday 03 August 2022 17:10:23 +0000 (0:00:00.035) 0:00:12.963 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpn6gexhje/tests/network/tests_default_nm.yml:3 Wednesday 03 August 2022 17:10:23 +0000 (0:00:00.055) 0:00:13.018 ****** ok: [/cache/fedora-35.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tests_default_nm.yml:5 Wednesday 03 August 2022 17:10:24 +0000 (0:00:00.811) 0:00:13.830 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml for /cache/fedora-35.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:10:24 +0000 (0:00:00.031) 0:00:13.862 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:10:24 +0000 (0:00:00.022) 0:00:13.885 ****** included: /tmp/tmpn6gexhje/tests/network/playbooks/../tasks/enable_epel.yml for /cache/fedora-35.qcow2.snap TASK [Create EPEL 35] ********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:10:24 +0000 (0:00:00.030) 0:00:13.916 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:10:24 +0000 (0:00:00.019) 0:00:13.936 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:10:24 +0000 (0:00:00.019) 0:00:13.955 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:10:24 +0000 (0:00:00.018) 0:00:13.974 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmpn6gexhje/tests/network/tests_default_nm.yml:6 Wednesday 03 August 2022 17:10:24 +0000 (0:00:00.023) 0:00:13.997 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test executing the role with default parameters] ************************* META: ran handlers TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 17:10:24 +0000 (0:00:00.060) 0:00:14.058 ****** included: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/fedora-35.qcow2.snap TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 03 August 2022 17:10:24 +0000 (0:00:00.036) 0:00:14.094 ****** ok: [/cache/fedora-35.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 03 August 2022 17:10:25 +0000 (0:00:00.553) 0:00:14.648 ****** ok: [/cache/fedora-35.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Wednesday 03 August 2022 17:10:27 +0000 (0:00:02.155) 0:00:16.803 ****** ok: [/cache/fedora-35.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 17:10:28 +0000 (0:00:01.005) 0:00:17.808 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 17:10:28 +0000 (0:00:00.052) 0:00:17.861 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 17:10:28 +0000 (0:00:00.044) 0:00:17.906 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 17:10:28 +0000 (0:00:00.044) 0:00:17.951 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 17:10:28 +0000 (0:00:00.080) 0:00:18.031 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 17:10:28 +0000 (0:00:00.044) 0:00:18.076 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 17:10:28 +0000 (0:00:00.042) 0:00:18.118 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 17:10:28 +0000 (0:00:00.051) 0:00:18.170 ****** ok: [/cache/fedora-35.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 17:10:29 +0000 (0:00:00.812) 0:00:18.983 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 17:10:29 +0000 (0:00:00.055) 0:00:19.038 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 17:10:29 +0000 (0:00:00.041) 0:00:19.079 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 17:10:29 +0000 (0:00:00.065) 0:00:19.145 ****** ok: [/cache/fedora-35.qcow2.snap] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 17:10:30 +0000 (0:00:00.744) 0:00:19.889 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 17:10:30 +0000 (0:00:00.045) 0:00:19.935 ****** ok: [/cache/fedora-35.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 17:10:30 +0000 (0:00:00.054) 0:00:19.989 ****** ok: [/cache/fedora-35.qcow2.snap] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 17:10:30 +0000 (0:00:00.054) 0:00:20.044 ****** skipping: [/cache/fedora-35.qcow2.snap] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 17:10:30 +0000 (0:00:00.044) 0:00:20.088 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tests_default.yml:9 Wednesday 03 August 2022 17:10:31 +0000 (0:00:00.545) 0:00:20.634 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml for /cache/fedora-35.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:10:31 +0000 (0:00:00.062) 0:00:20.697 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:10:31 +0000 (0:00:00.038) 0:00:20.735 ****** included: /tmp/tmpn6gexhje/tests/network/playbooks/../tasks/enable_epel.yml for /cache/fedora-35.qcow2.snap TASK [Create EPEL 35] ********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:10:31 +0000 (0:00:00.091) 0:00:20.827 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:10:31 +0000 (0:00:00.037) 0:00:20.864 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:10:31 +0000 (0:00:00.038) 0:00:20.903 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:10:31 +0000 (0:00:00.036) 0:00:20.939 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmpn6gexhje/tests/network/tests_default.yml:10 Wednesday 03 August 2022 17:10:31 +0000 (0:00:00.036) 0:00:20.975 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:31 Wednesday 03 August 2022 17:10:31 +0000 (0:00:00.108) 0:00:21.084 ****** ok: [/cache/fedora-35.qcow2.snap] META: ran handlers TASK [create tempdir for code to test] ***************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:35 Wednesday 03 August 2022 17:10:32 +0000 (0:00:00.844) 0:00:21.928 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_ygtlqame", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [get tempfile for tar] **************************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:41 Wednesday 03 August 2022 17:10:32 +0000 (0:00:00.563) 0:00:22.491 ****** changed: [/cache/fedora-35.qcow2.snap -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_lvmes18e.tar", "size": 0, "state": "file", "uid": 0 } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:48 Wednesday 03 August 2022 17:10:33 +0000 (0:00:00.216) 0:00:22.707 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_modules_and_utils_paths.yml for /cache/fedora-35.qcow2.snap TASK [set collection paths] **************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_modules_and_utils_paths.yml:3 Wednesday 03 August 2022 17:10:33 +0000 (0:00:00.064) 0:00:22.772 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "collection_paths": [ "/tmp/tmpdm_c1v_l", "/tmp/tmpdm_c1v_l" ] }, "changed": false } TASK [set search paths] ******************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_modules_and_utils_paths.yml:13 Wednesday 03 August 2022 17:10:33 +0000 (0:00:00.063) 0:00:22.835 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "module_utils_search_path": [ "../../module_utils", "../module_utils", "/root/.ansible/plugins/module_utils", "/usr/share/ansible/plugins/module_utils" ], "modules_search_path": [ "../../library", "../library", "/root/.ansible/plugins/modules", "/usr/share/ansible/plugins/modules" ] }, "changed": false } TASK [find parent directory and path of modules] ******************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/get_modules_and_utils_paths.yml:42 Wednesday 03 August 2022 17:10:33 +0000 (0:00:00.069) 0:00:22.905 ****** ok: [/cache/fedora-35.qcow2.snap -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../library ../library /root/.ansible/plugins/modules /usr/share/ansible/plugins/modules; do\n if [ -f \"$dir/network_connections.py\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /tmp/tmpdm_c1v_l /tmp/tmpdm_c1v_l; 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.004436", "end": "2022-08-03 17:10:33.482565", "rc": 0, "start": "2022-08-03 17:10:33.478129" } STDOUT: /tmp/tmpdm_c1v_l 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/tmpdm_c1v_l /tmp/tmpdm_c1v_l + '[' '!' -d /tmp/tmpdm_c1v_l ']' + cd /tmp/tmpdm_c1v_l + for subdir in ansible_collections/*/*/plugins/modules + '[' -f ansible_collections/fedora/linux_system_roles/plugins/modules/network_connections.py ']' + echo /tmp/tmpdm_c1v_l + echo ansible_collections/fedora/linux_system_roles/plugins/modules + exit 0 TASK [find parent directory and path of module_utils] ************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_modules_and_utils_paths.yml:69 Wednesday 03 August 2022 17:10:33 +0000 (0:00:00.248) 0:00:23.153 ****** ok: [/cache/fedora-35.qcow2.snap -> localhost] => { "changed": false, "cmd": "set -euxo pipefail\nfor dir in ../../module_utils ../module_utils /root/.ansible/plugins/module_utils /usr/share/ansible/plugins/module_utils; do\n if [ -d \"$dir/network_lsr\" ]; then\n readlink -f \"$(dirname \"$dir\")\"\n basename \"$dir\"\n exit 0\n fi\ndone\nfor dir in /tmp/tmpdm_c1v_l /tmp/tmpdm_c1v_l; 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.004389", "end": "2022-08-03 17:10:33.730892", "rc": 0, "start": "2022-08-03 17:10:33.726503" } STDOUT: /tmp/tmpdm_c1v_l 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/tmpdm_c1v_l /tmp/tmpdm_c1v_l + '[' '!' -d /tmp/tmpdm_c1v_l ']' + cd /tmp/tmpdm_c1v_l + for subdir in ansible_collections/*/*/plugins/module_utils + '[' -d ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr ']' + echo /tmp/tmpdm_c1v_l + echo ansible_collections/fedora/linux_system_roles/plugins/module_utils + exit 0 TASK [get tests directory] ***************************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:50 Wednesday 03 August 2022 17:10:33 +0000 (0:00:00.240) 0:00:23.394 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "tests_directory": "/tmp/tmpn6gexhje/tests/network/playbooks/files/../../network" }, "changed": false } TASK [Create Tar file] ********************************************************* task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:65 Wednesday 03 August 2022 17:10:33 +0000 (0:00:00.056) 0:00:23.450 ****** changed: [/cache/fedora-35.qcow2.snap -> localhost] => { "changed": true, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_lvmes18e.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/tmp/tmpn6gexhje/tests", "network", "-C", "/tmp/tmpdm_c1v_l", "ansible_collections/fedora/linux_system_roles/plugins/modules", "-C", "/tmp/tmpdm_c1v_l", "ansible_collections/fedora/linux_system_roles/plugins/module_utils" ], "delta": "0:00:00.008955", "end": "2022-08-03 17:10:34.034524", "rc": 0, "start": "2022-08-03 17:10:34.025569" } 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/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:77 Wednesday 03 August 2022 17:10:34 +0000 (0:00:00.248) 0:00:23.699 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "checksum": "af57a8891062a4bed65e66f03ab94d5b0b12ca1f", "dest": "/tmp/lsrtest_ygtlqame/lsrtest_lvmes18e.tar", "gid": 0, "group": "root", "md5sum": "e3ccc715eb16a3694f1ebea8fb1b64b5", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 819200, "src": "/root/.ansible/tmp/ansible-tmp-1659546634.1482763-126664-57411937801880/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:83 Wednesday 03 August 2022 17:10:35 +0000 (0:00:01.183) 0:00:24.883 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "tar", "xf", "lsrtest_lvmes18e.tar" ], "delta": "0:00:00.008073", "end": "2022-08-03 17:10:35.246520", "rc": 0, "start": "2022-08-03 17:10:35.238447" } TASK [Create /tmp/lsrtest_ygtlqame/ansible] ************************************ task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:88 Wednesday 03 August 2022 17:10:35 +0000 (0:00:00.428) 0:00:25.311 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_ygtlqame/ansible", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [Move module_utils to ansible directory] ********************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:94 Wednesday 03 August 2022 17:10:36 +0000 (0:00:00.567) 0:00:25.878 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": "if [ -d /tmp/lsrtest_ygtlqame/module_utils ]; then\n mv /tmp/lsrtest_ygtlqame/module_utils /tmp/lsrtest_ygtlqame/ansible\nfi\n", "delta": "0:00:00.003525", "end": "2022-08-03 17:10:36.224677", "rc": 0, "start": "2022-08-03 17:10:36.221152" } TASK [Fake out python module directories, primarily for python2] *************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:100 Wednesday 03 August 2022 17:10:36 +0000 (0:00:00.407) 0:00:26.286 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": "for dir in $(find /tmp/lsrtest_ygtlqame -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.022440", "end": "2022-08-03 17:10:36.668175", "rc": 0, "start": "2022-08-03 17:10:36.645735" } TASK [Set _lsr_python_path] **************************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:108 Wednesday 03 August 2022 17:10:37 +0000 (0:00:00.445) 0:00:26.731 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_ygtlqame/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_ygtlqame" }, "changed": false } TASK [Show _lsr_python_path] *************************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:112 Wednesday 03 August 2022 17:10:37 +0000 (0:00:00.114) 0:00:26.846 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: path /tmp/lsrtest_ygtlqame/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_ygtlqame TASK [ls -alrtFR /tmp/lsrtest_ygtlqame] **************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:116 Wednesday 03 August 2022 17:10:37 +0000 (0:00:00.050) 0:00:26.896 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_ygtlqame" ], "delta": "0:00:00.006216", "end": "2022-08-03 17:10:37.245456", "rc": 0, "start": "2022-08-03 17:10:37.239240" } STDOUT: /tmp/lsrtest_ygtlqame: total 800 -rw-------. 1 root root 819200 Aug 3 17:10 lsrtest_lvmes18e.tar -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwx------. 5 root root 140 Aug 3 17:10 ./ drwxr-xr-x. 2 root root 60 Aug 3 17:10 ansible/ drwxr-xr-x. 3 root root 80 Aug 3 17:10 ansible_collections/ drwxr-xr-x. 7 root root 1440 Aug 3 17:10 network/ drwxrwxrwt. 14 root root 300 Aug 3 17:10 ../ /tmp/lsrtest_ygtlqame/ansible: total 0 drwx------. 5 root root 140 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 2 root root 60 Aug 3 17:10 ./ /tmp/lsrtest_ygtlqame/ansible_collections: total 0 drwx------. 5 root root 140 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 3 root root 80 Aug 3 17:10 ./ drwxr-xr-x. 3 root root 80 Aug 3 17:10 fedora/ /tmp/lsrtest_ygtlqame/ansible_collections/fedora: total 0 drwxr-xr-x. 3 root root 80 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 3 root root 80 Aug 3 17:10 ./ drwxr-xr-x. 3 root root 80 Aug 3 17:10 linux_system_roles/ /tmp/lsrtest_ygtlqame/ansible_collections/fedora/linux_system_roles: total 0 drwxr-xr-x. 3 root root 80 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 3 root root 80 Aug 3 17:10 ./ drwxr-xr-x. 4 root root 100 Aug 3 17:10 plugins/ /tmp/lsrtest_ygtlqame/ansible_collections/fedora/linux_system_roles/plugins: total 0 drwxr-xr-x. 2 root root 100 Aug 3 16:27 modules/ drwxr-xr-x. 3 root root 80 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 4 root root 100 Aug 3 17:10 ./ drwxr-xr-x. 3 root root 80 Aug 3 17:10 module_utils/ /tmp/lsrtest_ygtlqame/ansible_collections/fedora/linux_system_roles/plugins/modules: total 104 -rw-r--r--. 1 root root 2211 Aug 3 16:27 network_state.py -rw-r--r--. 1 root root 0 Aug 3 16:27 __init__.py drwxr-xr-x. 2 root root 100 Aug 3 16:27 ./ -rw-r--r--. 1 root root 101852 Aug 3 16:27 network_connections.py drwxr-xr-x. 4 root root 100 Aug 3 17:10 ../ /tmp/lsrtest_ygtlqame/ansible_collections/fedora/linux_system_roles/plugins/module_utils: total 0 drwxr-xr-x. 3 root root 180 Aug 3 16:27 network_lsr/ drwxr-xr-x. 4 root root 100 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 3 root root 80 Aug 3 17:10 ./ /tmp/lsrtest_ygtlqame/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr: total 128 drwxr-xr-x. 2 root root 160 Aug 3 16:27 nm/ -rw-r--r--. 1 root root 190 Aug 3 16:27 myerror.py -rw-r--r--. 1 root root 0 Aug 3 16:27 __init__.py -rw-r--r--. 1 root root 1706 Aug 3 16:27 ethtool.py drwxr-xr-x. 3 root root 180 Aug 3 16:27 ./ -rw-r--r--. 1 root root 11397 Aug 3 16:27 utils.py -rw-r--r--. 1 root root 1640 Aug 3 16:27 nm_provider.py -rw-r--r--. 1 root root 106034 Aug 3 16:27 argument_validator.py drwxr-xr-x. 3 root root 80 Aug 3 17:10 ../ /tmp/lsrtest_ygtlqame/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm: total 28 -rw-r--r--. 1 root root 175 Aug 3 16:27 error.py drwxr-xr-x. 3 root root 180 Aug 3 16:27 ../ drwxr-xr-x. 2 root root 160 Aug 3 16:27 ./ -rw-r--r--. 1 root root 3292 Aug 3 16:27 provider.py -rw-r--r--. 1 root root 389 Aug 3 16:27 __init__.py -rw-r--r--. 1 root root 3638 Aug 3 16:27 connection.py -rw-r--r--. 1 root root 2880 Aug 3 16:27 client.py -rw-r--r--. 1 root root 4104 Aug 3 16:27 active_connection.py /tmp/lsrtest_ygtlqame/network: total 268 -rw-r--r--. 1 root root 805 Aug 3 16:27 tests_wireless_wpa3_sae_nm.yml -rw-r--r--. 1 root root 896 Aug 3 16:27 tests_wireless_wpa3_owe_nm.yml -rw-r--r--. 1 root root 636 Aug 3 16:27 tests_wireless_plugin_installation_nm.yml -rw-r--r--. 1 root root 644 Aug 3 16:27 tests_wireless_nm.yml -rw-r--r--. 1 root root 596 Aug 3 16:27 tests_vlan_mtu_nm.yml -rw-r--r--. 1 root root 531 Aug 3 16:27 tests_vlan_mtu_initscripts.yml -rw-r--r--. 1 root root 5211 Aug 3 16:27 tests_unit.yml -rw-r--r--. 1 root root 628 Aug 3 16:27 tests_team_plugin_installation_nm.yml -rw-r--r--. 1 root root 627 Aug 3 16:27 tests_team_nm.yml -rw-r--r--. 1 root root 411 Aug 3 16:27 tests_switch_provider.yml -rw-r--r--. 1 root root 592 Aug 3 16:27 tests_states_nm.yml -rw-r--r--. 1 root root 527 Aug 3 16:27 tests_states_initscripts.yml -rw-r--r--. 1 root root 606 Aug 3 16:27 tests_routing_rules_nm.yml -rw-r--r--. 1 root root 602 Aug 3 16:27 tests_route_table_nm.yml -rw-r--r--. 1 root root 1167 Aug 3 16:27 tests_regression_nm.yml -rw-r--r--. 1 root root 594 Aug 3 16:27 tests_reapply_nm.yml -rw-r--r--. 1 root root 1240 Aug 3 16:27 tests_provider_nm.yml -rw-r--r--. 1 root root 657 Aug 3 16:27 tests_network_state_nm.yml -rw-r--r--. 1 root root 588 Aug 3 16:27 tests_ipv6_nm.yml -rw-r--r--. 1 root root 523 Aug 3 16:27 tests_ipv6_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 16:27 tests_ipv6_dns_search_nm.yml -rw-r--r--. 1 root root 606 Aug 3 16:27 tests_ipv6_disabled_nm.yml -rw-r--r--. 1 root root 309 Aug 3 16:27 tests_integration_pytest.yml -rw-r--r--. 1 root root 600 Aug 3 16:27 tests_infiniband_nm.yml -rw-r--r--. 1 root root 979 Aug 3 16:27 tests_helpers_and_asserts.yml -rw-r--r--. 1 root root 1155 Aug 3 16:27 tests_ethtool_ring_nm.yml -rw-r--r--. 1 root root 539 Aug 3 16:27 tests_ethtool_ring_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 16:27 tests_ethtool_features_nm.yml -rw-r--r--. 1 root root 547 Aug 3 16:27 tests_ethtool_features_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 16:27 tests_ethtool_coalesce_nm.yml -rw-r--r--. 1 root root 547 Aug 3 16:27 tests_ethtool_coalesce_initscripts.yml -rw-r--r--. 1 root root 1178 Aug 3 16:27 tests_eth_pci_address_match_nm.yml -rw-r--r--. 1 root root 596 Aug 3 16:27 tests_ethernet_nm.yml -rw-r--r--. 1 root root 531 Aug 3 16:27 tests_ethernet_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 16:27 tests_eth_dns_support_nm.yml -rw-r--r--. 1 root root 590 Aug 3 16:27 tests_dummy_nm.yml -rw-r--r--. 1 root root 400 Aug 3 16:27 tests_default.yml -rw-r--r--. 1 root root 377 Aug 3 16:27 tests_default_nm.yml -rw-r--r--. 1 root root 356 Aug 3 16:27 tests_default_initscripts.yml -rw-r--r--. 1 root root 2389 Aug 3 16:27 tests_change_indication_on_repeat_run.yml -rw-r--r--. 1 root root 592 Aug 3 16:27 tests_bridge_nm.yml -rw-r--r--. 1 root root 527 Aug 3 16:27 tests_bridge_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 16:27 tests_bond_removal_nm.yml -rw-r--r--. 1 root root 539 Aug 3 16:27 tests_bond_removal_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 16:27 tests_bond_options_nm.yml -rw-r--r--. 1 root root 588 Aug 3 16:27 tests_bond_nm.yml -rw-r--r--. 1 root root 523 Aug 3 16:27 tests_bond_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 16:27 tests_bond_deprecated_nm.yml -rw-r--r--. 1 root root 545 Aug 3 16:27 tests_bond_deprecated_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 16:27 tests_auto_gateway_nm.yml -rw-r--r--. 1 root root 539 Aug 3 16:27 tests_auto_gateway_initscripts.yml -rw-r--r--. 1 root root 695 Aug 3 16:27 tests_802_1x_updated_nm.yml -rw-r--r--. 1 root root 679 Aug 3 16:27 tests_802_1x_nm.yml -rw-r--r--. 1 root root 292 Aug 3 16:27 setup-snapshot.yml -rwxr-xr-x. 1 root root 880 Aug 3 16:27 merge_coverage.sh* -rwxr-xr-x. 1 root root 357 Aug 3 16:27 git-pre-commit.sh* -rwxr-xr-x. 1 root root 682 Aug 3 16:27 git-post-commit.sh* -rwxr-xr-x. 1 root root 929 Aug 3 16:27 get_total_coverage.sh* -rw-r--r--. 1 root root 2326 Aug 3 16:27 get_coverage.yml -rwxr-xr-x. 1 root root 2494 Aug 3 16:27 get_coverage.sh* -rwxr-xr-x. 1 root root 9915 Aug 3 16:27 ensure_provider_tests.py* -rwxr-xr-x. 1 root root 343 Aug 3 16:27 covstats* -rw-r--r--. 1 root root 139 Aug 3 16:56 _restore.yml -rw-r--r--. 1 root root 575 Aug 3 16:56 _backup.yml drwx------. 5 root root 140 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 7 root root 1440 Aug 3 17:10 ./ drwxr-xr-x. 2 root root 100 Aug 3 17:10 unit/ drwxr-xr-x. 3 root root 820 Aug 3 17:10 tasks/ drwxr-xr-x. 2 root root 900 Aug 3 17:10 playbooks/ drwxr-xr-x. 2 root root 100 Aug 3 17:10 integration/ drwxr-xr-x. 2 root root 220 Aug 3 17:10 files/ /tmp/lsrtest_ygtlqame/network/unit: total 188 -rw-r--r--. 1 root root 1416 Aug 3 16:27 test_nm_provider.py -rw-r--r--. 1 root root 188004 Aug 3 16:27 test_network_connections.py drwxr-xr-x. 7 root root 1440 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 2 root root 100 Aug 3 17:10 ./ /tmp/lsrtest_ygtlqame/network/tasks: total 148 -rw-r--r--. 1 root root 3401 Aug 3 16:27 test_802.1x_capath.yml -rw-r--r--. 1 root root 777 Aug 3 16:27 start_mock_wifi.yml -rw-r--r--. 1 root root 185 Aug 3 16:27 show_interfaces.yml -rw-r--r--. 1 root root 139 Aug 3 16:27 setup_test_interface.yml -rw-r--r--. 1 root root 2048 Aug 3 16:27 setup_mock_wifi.yml -rw-r--r--. 1 root root 1980 Aug 3 16:27 setup_mock_wifi_wpa3_sae.yml -rw-r--r--. 1 root root 1823 Aug 3 16:27 setup_mock_wifi_wpa3_owe.yml -rw-r--r--. 1 root root 244 Aug 3 16:27 setup_802.1x.yml -rw-r--r--. 1 root root 2353 Aug 3 16:27 setup_802_1x_server.yml -rw-r--r--. 1 root root 1648 Aug 3 16:27 run_test.yml -rw-r--r--. 1 root root 581 Aug 3 16:27 remove_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 235 Aug 3 16:27 remove_profile.yml -rw-r--r--. 1 root root 255 Aug 3 16:27 remove+down_profile.yml -rw-r--r--. 1 root root 2035 Aug 3 16:27 manage_test_interface.yml -rw-r--r--. 1 root root 1807 Aug 3 16:27 get_profile_stat.yml -rw-r--r--. 1 root root 480 Aug 3 16:27 get_NetworkManager_NVR.yml -rw-r--r--. 1 root root 2813 Aug 3 16:27 get_modules_and_utils_paths.yml -rw-r--r--. 1 root root 241 Aug 3 16:27 get_interface_stat.yml -rw-r--r--. 1 root root 295 Aug 3 16:27 get_current_interfaces.yml -rw-r--r--. 1 root root 1212 Aug 3 16:27 enable_epel.yml -rw-r--r--. 1 root root 852 Aug 3 16:27 el_repo_setup.yml -rw-r--r--. 1 root root 197 Aug 3 16:27 delete_interface.yml -rw-r--r--. 1 root root 3704 Aug 3 16:27 create_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 380 Aug 3 16:27 create_team_profile.yml -rw-r--r--. 1 root root 368 Aug 3 16:27 create_dummy_profile.yml -rw-r--r--. 1 root root 382 Aug 3 16:27 create_bridge_profile.yml -rw-r--r--. 1 root root 409 Aug 3 16:27 create_bridge_profile_no_autoconnect.yml -rw-r--r--. 1 root root 529 Aug 3 16:27 create_and_remove_interface.yml -rw-r--r--. 1 root root 363 Aug 3 16:27 cleanup_profile+device.yml -rw-r--r--. 1 root root 218 Aug 3 16:27 cleanup_mock_wifi.yml -rw-r--r--. 1 root root 481 Aug 3 16:27 cleanup_802_1x_server.yml -rw-r--r--. 1 root root 434 Aug 3 16:27 assert_profile_present.yml -rw-r--r--. 1 root root 229 Aug 3 16:27 assert_profile_absent.yml -rw-r--r--. 1 root root 364 Aug 3 16:27 assert_output_in_stderr_without_warnings.yml -rw-r--r--. 1 root root 232 Aug 3 16:27 assert_device_present.yml -rw-r--r--. 1 root root 227 Aug 3 16:27 assert_device_absent.yml -rw-r--r--. 1 root root 220 Aug 3 16:27 activate_profile.yml drwxr-xr-x. 7 root root 1440 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 3 root root 820 Aug 3 17:10 ./ drwxr-xr-x. 2 root root 120 Aug 3 17:10 provider/ /tmp/lsrtest_ygtlqame/network/tasks/provider: total 12 -rw-r--r--. 1 root root 198 Aug 3 16:27 default_with_nm.yml -rw-r--r--. 1 root root 371 Aug 3 16:27 create_with_nm.yml -rw-r--r--. 1 root root 621 Aug 3 16:27 create_and_remove_with_initscripts.yml drwxr-xr-x. 3 root root 820 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 2 root root 120 Aug 3 17:10 ./ /tmp/lsrtest_ygtlqame/network/playbooks: total 220 -rw-r--r--. 1 root root 1223 Aug 3 16:27 tests_bridge.yml -rw-r--r--. 1 root root 3921 Aug 3 16:27 tests_bond.yml -rw-r--r--. 1 root root 8646 Aug 3 16:27 tests_bond_removal.yml -rw-r--r--. 1 root root 6504 Aug 3 16:27 tests_bond_options.yml -rw-r--r--. 1 root root 3577 Aug 3 16:27 tests_bond_deprecated.yml -rw-r--r--. 1 root root 4250 Aug 3 16:27 tests_auto_gateway.yml -rw-r--r--. 1 root root 4461 Aug 3 16:27 tests_802_1x.yml -rw-r--r--. 1 root root 306 Aug 3 16:27 tests_802_1x_updated.yml lrwxrwxrwx. 1 root root 9 Aug 3 16:27 tasks -> ../tasks// -rw-r--r--. 1 root root 136 Aug 3 16:27 run_tasks.yml -rw-r--r--. 1 root root 231 Aug 3 16:27 remove_profile.yml -rw-r--r--. 1 root root 4146 Aug 3 16:27 manual_test_ethtool_coalesce.yml -rw-r--r--. 1 root root 4891 Aug 3 16:27 integration_pytest_python3.yml lrwxrwxrwx. 1 root root 8 Aug 3 16:27 files -> ../files/ -rw-r--r--. 1 root root 220 Aug 3 16:27 down_profile.yml -rw-r--r--. 1 root root 179 Aug 3 16:27 down_profile+delete_interface.yml -rw-r--r--. 1 root root 3001 Aug 3 16:27 tests_wireless.yml -rw-r--r--. 1 root root 1372 Aug 3 16:27 tests_wireless_wpa3_sae.yml -rw-r--r--. 1 root root 1324 Aug 3 16:27 tests_wireless_wpa3_owe.yml -rw-r--r--. 1 root root 1195 Aug 3 16:27 tests_wireless_plugin_installation.yml -rw-r--r--. 1 root root 1993 Aug 3 16:27 tests_vlan_mtu.yml -rw-r--r--. 1 root root 875 Aug 3 16:27 tests_team.yml -rw-r--r--. 1 root root 1166 Aug 3 16:27 tests_team_plugin_installation.yml -rw-r--r--. 1 root root 1808 Aug 3 16:27 tests_switch_provider.yml -rw-r--r--. 1 root root 4515 Aug 3 16:27 tests_states.yml -rw-r--r--. 1 root root 8117 Aug 3 16:27 tests_routing_rules.yml -rw-r--r--. 1 root root 4603 Aug 3 16:27 tests_route_table.yml -rw-r--r--. 1 root root 2468 Aug 3 16:27 tests_reapply.yml -rw-r--r--. 1 root root 1095 Aug 3 16:27 tests_provider.yml -rw-r--r--. 1 root root 6816 Aug 3 16:27 tests_network_state.yml -rw-r--r--. 1 root root 3282 Aug 3 16:27 tests_ipv6.yml -rw-r--r--. 1 root root 5559 Aug 3 16:27 tests_ipv6_dns_search.yml -rw-r--r--. 1 root root 2730 Aug 3 16:27 tests_ipv6_disabled.yml -rw-r--r--. 1 root root 2465 Aug 3 16:27 tests_infiniband.yml -rw-r--r--. 1 root root 6734 Aug 3 16:27 tests_ethtool_ring.yml -rw-r--r--. 1 root root 7096 Aug 3 16:27 tests_ethtool_features.yml -rw-r--r--. 1 root root 5427 Aug 3 16:27 tests_ethtool_coalesce.yml -rw-r--r--. 1 root root 2718 Aug 3 16:27 tests_eth_pci_address_match.yml -rw-r--r--. 1 root root 1670 Aug 3 16:27 tests_ethernet.yml -rw-r--r--. 1 root root 3632 Aug 3 16:27 tests_eth_dns_support.yml -rw-r--r--. 1 root root 854 Aug 3 16:27 tests_dummy.yml -rw-r--r--. 1 root root 3202 Aug 3 16:27 tests_checkpoint_cleanup.yml drwxr-xr-x. 7 root root 1440 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 2 root root 900 Aug 3 17:10 ./ /tmp/lsrtest_ygtlqame/network/integration: total 8 -rw-r--r--. 1 root root 3243 Aug 3 16:27 test_ethernet.py -rw-r--r--. 1 root root 199 Aug 3 16:27 conftest.py drwxr-xr-x. 7 root root 1440 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 2 root root 100 Aug 3 17:10 ./ /tmp/lsrtest_ygtlqame/network/files: total 32 -rw-r--r--. 1 root root 1334 Aug 3 16:27 server.pem -rw-r--r--. 1 root root 1782 Aug 3 16:27 server.key -rw-r--r--. 1 root root 424 Aug 3 16:27 dh.pem -rw-r--r--. 1 root root 1334 Aug 3 16:27 client.pem -rw-r--r--. 1 root root 1675 Aug 3 16:27 client.key.nocrypt -rw-r--r--. 1 root root 1782 Aug 3 16:27 client.key -rw-r--r--. 1 root root 1289 Aug 3 16:27 cacert.pem -rw-r--r--. 1 root root 1766 Aug 3 16:27 cacert.key drwxr-xr-x. 7 root root 1440 Aug 3 17:10 ../ -rw-r--r--. 1 root root 0 Aug 3 17:10 __init__.py drwxr-xr-x. 2 root root 220 Aug 3 17:10 ./ TASK [Run pytest with nm] ****************************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:120 Wednesday 03 August 2022 17:10:37 +0000 (0:00:00.415) 0:00:27.311 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_ygtlqame/network/integration/", "--provider=nm" ], "delta": "0:00:00.391510", "end": "2022-08-03 17:10:38.062869", "rc": 0, "start": "2022-08-03 17:10:37.671359" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0 rootdir: /tmp/lsrtest_ygtlqame/network/integration collected 1 item ../tmp/lsrtest_ygtlqame/network/integration/test_ethernet.py . [100%] ============================== 1 passed in 0.19s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:129 Wednesday 03 August 2022 17:10:38 +0000 (0:00:00.819) 0:00:28.130 ****** ok: [/cache/fedora-35.qcow2.snap] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0", "rootdir: /tmp/lsrtest_ygtlqame/network/integration", "collected 1 item", "", "../tmp/lsrtest_ygtlqame/network/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 0.19s ===============================" ] } TASK [install network-scripts when running pytest with initscripts] ************ task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:133 Wednesday 03 August 2022 17:10:38 +0000 (0:00:00.054) 0:00:28.184 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "rc": 0, "results": [ "Installed: chkconfig-1.19-1.fc35.x86_64", "Installed: dbus-tools-1:1.12.22-1.fc35.x86_64", "Installed: initscripts-10.15-1.fc35.x86_64", "Installed: network-scripts-10.15-1.fc35.x86_64", "Installed: bc-1.07.1-14.fc35.x86_64" ] } TASK [Run pytest with initscripts] ********************************************* task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:137 Wednesday 03 August 2022 17:10:41 +0000 (0:00:02.799) 0:00:30.984 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_ygtlqame/network/integration/", "--provider=initscripts" ], "delta": "0:00:03.413145", "end": "2022-08-03 17:10:44.761941", "rc": 0, "start": "2022-08-03 17:10:41.348796" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0 rootdir: /tmp/lsrtest_ygtlqame/network/integration collected 1 item ../tmp/lsrtest_ygtlqame/network/integration/test_ethernet.py . [100%] ============================== 1 passed in 3.22s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:146 Wednesday 03 August 2022 17:10:45 +0000 (0:00:03.844) 0:00:34.829 ****** ok: [/cache/fedora-35.qcow2.snap] => { "playbook_run.stdout_lines": [ "============================= test session starts ==============================", "platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0", "rootdir: /tmp/lsrtest_ygtlqame/network/integration", "collected 1 item", "", "../tmp/lsrtest_ygtlqame/network/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 3.22s ===============================" ] } TASK [remove local tar file] *************************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:149 Wednesday 03 August 2022 17:10:45 +0000 (0:00:00.055) 0:00:34.884 ****** changed: [/cache/fedora-35.qcow2.snap -> localhost] => { "changed": true, "path": "/tmp/lsrtest_lvmes18e.tar", "state": "absent" } TASK [remove tempdir] ********************************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:155 Wednesday 03 August 2022 17:10:45 +0000 (0:00:00.221) 0:00:35.106 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "path": "/tmp/lsrtest_ygtlqame", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=55 changed=16 unreachable=0 failed=0 skipped=51 rescued=0 ignored=0 Wednesday 03 August 2022 17:10:45 +0000 (0:00:00.490) 0:00:35.596 ****** =============================================================================== Install rpm dependencies ------------------------------------------------ 5.92s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:12 ---- Run pytest with initscripts --------------------------------------------- 3.84s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:137 --- install network-scripts when running pytest with initscripts ------------ 2.80s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:133 --- fedora.linux_system_roles.network : Check which services are running ---- 2.16s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Install Pytest ---------------------------------------------------------- 1.97s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:17 ---- Copy testrepo.tar to the remote system ---------------------------------- 1.18s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:77 ---- Gathering Facts --------------------------------------------------------- 1.04s /tmp/tmpn6gexhje/tests/network/tests_integration_pytest.yml:3 ----------------- fedora.linux_system_roles.network : Check which packages are installed --- 1.01s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Gathering Facts --------------------------------------------------------- 0.84s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:31 ---- Gathering Facts --------------------------------------------------------- 0.82s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:3 ----- Run pytest with nm ------------------------------------------------------ 0.82s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:120 --- Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmpn6gexhje/tests/network/tests_default_initscripts.yml:3 ---------------- fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.81s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmpn6gexhje/tests/network/tests_default_nm.yml:3 ------------------------- fedora.linux_system_roles.network : Configure networking connection profiles --- 0.74s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Get stats of system files ----------------------------------------------- 0.61s /tmp/tmpn6gexhje/tests/network/_backup.yml:6 ---------------------------------- Create /tmp/lsrtest_ygtlqame/ansible ------------------------------------ 0.57s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:88 ---- create tempdir for code to test ----------------------------------------- 0.56s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:35 ---- fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 0.55s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.55s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpn6gexhje/tests/network/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpn6gexhje/tests/network/_restore.yml:4 Wednesday 03 August 2022 17:10:46 +0000 (0:00:00.046) 0:00:35.643 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.006746", "end": "2022-08-03 17:10:45.992499", "rc": 0, "start": "2022-08-03 17:10:45.985753" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=56 changed=17 unreachable=0 failed=0 skipped=51 rescued=0 ignored=0 Wednesday 03 August 2022 17:10:46 +0000 (0:00:00.435) 0:00:36.078 ****** =============================================================================== Install rpm dependencies ------------------------------------------------ 5.92s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:12 ---- Run pytest with initscripts --------------------------------------------- 3.84s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:137 --- install network-scripts when running pytest with initscripts ------------ 2.80s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:133 --- fedora.linux_system_roles.network : Check which services are running ---- 2.16s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Install Pytest ---------------------------------------------------------- 1.97s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:17 ---- Copy testrepo.tar to the remote system ---------------------------------- 1.18s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:77 ---- Gathering Facts --------------------------------------------------------- 1.04s /tmp/tmpn6gexhje/tests/network/tests_integration_pytest.yml:3 ----------------- fedora.linux_system_roles.network : Check which packages are installed --- 1.01s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Gathering Facts --------------------------------------------------------- 0.84s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:31 ---- Gathering Facts --------------------------------------------------------- 0.82s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:3 ----- Run pytest with nm ------------------------------------------------------ 0.82s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:120 --- Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmpn6gexhje/tests/network/tests_default_initscripts.yml:3 ---------------- fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.81s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmpn6gexhje/tests/network/tests_default_nm.yml:3 ------------------------- fedora.linux_system_roles.network : Configure networking connection profiles --- 0.74s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Get stats of system files ----------------------------------------------- 0.61s /tmp/tmpn6gexhje/tests/network/_backup.yml:6 ---------------------------------- Create /tmp/lsrtest_ygtlqame/ansible ------------------------------------ 0.57s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:88 ---- create tempdir for code to test ----------------------------------------- 0.56s /tmp/tmpn6gexhje/tests/network/playbooks/integration_pytest_python3.yml:35 ---- fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 0.55s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.55s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139