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/tmpxngj32xw 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/tmpcu0yxwd0/tests/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpcu0yxwd0/tests/_backup.yml:6 Wednesday 03 August 2022 15:47:28 +0000 (0:00:00.018) 0:00:00.018 ****** ok: [/cache/fedora-36.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": 1659541646.870274, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659541646.870274, "dev": 31, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 39289, "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": 1659248396.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/tmpcu0yxwd0/tests/_backup.yml:13 Wednesday 03 August 2022 15:47:28 +0000 (0:00:00.636) 0:00:00.655 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/fedora-36.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': 39289, 'dev': 31, 'nlink': 1, 'atime': 1659541646.870274, 'mtime': 1659248396.0, 'ctime': 1659541646.870274, '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": 1659541646.870274, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659541646.870274, "dev": 31, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 39289, "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": 1659248396.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/tmpcu0yxwd0/tests/_backup.yml:19 Wednesday 03 August 2022 15:47:29 +0000 (0:00:00.036) 0:00:00.691 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.003852", "end": "2022-08-03 15:47:28.655853", "rc": 0, "start": "2022-08-03 15:47:28.652001" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 15:47:29 +0000 (0:00:00.530) 0:00:01.221 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.64s /tmp/tmpcu0yxwd0/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.53s /tmp/tmpcu0yxwd0/tests/_backup.yml:19 ----------------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmpcu0yxwd0/tests/_backup.yml:13 ----------------------------------------- PLAYBOOK: tests_integration_pytest.yml ***************************************** 7 plays in /tmp/tmpcu0yxwd0/tests/tests_integration_pytest.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpcu0yxwd0/tests/tests_integration_pytest.yml:3 Wednesday 03 August 2022 15:47:29 +0000 (0:00:00.063) 0:00:01.285 ****** ok: [/cache/fedora-36.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tests_integration_pytest.yml:5 Wednesday 03 August 2022 15:47:30 +0000 (0:00:01.070) 0:00:02.355 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml for /cache/fedora-36.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 15:47:30 +0000 (0:00:00.027) 0:00:02.382 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 15:47:30 +0000 (0:00:00.020) 0:00:02.402 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml for /cache/fedora-36.qcow2.snap TASK [Create EPEL 36] ********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 15:47:30 +0000 (0:00:00.029) 0:00:02.432 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 15:47:30 +0000 (0:00:00.019) 0:00:02.451 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 15:47:30 +0000 (0:00:00.019) 0:00:02.471 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 15:47:30 +0000 (0:00:00.019) 0:00:02.490 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:3 Wednesday 03 August 2022 15:47:30 +0000 (0:00:00.039) 0:00:02.529 ****** ok: [/cache/fedora-36.qcow2.snap] META: ran handlers TASK [Install rpm dependencies] ************************************************ task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:12 Wednesday 03 August 2022 15:47:31 +0000 (0:00:00.832) 0:00:03.361 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "rc": 0, "results": [ "Installed: perl-HTTP-Tiny-0.082-1.fc36.noarch", "Installed: perl-Time-Local-2:1.300-479.fc36.noarch", "Installed: perl-Errno-1.33-486.fc36.x86_64", "Installed: perl-Error-1:0.17029-8.fc36.noarch", "Installed: perl-File-Path-2.18-479.fc36.noarch", "Installed: perl-subs-1.04-486.fc36.noarch", "Installed: git-2.37.1-1.fc36.x86_64", "Installed: git-core-2.37.1-1.fc36.x86_64", "Installed: git-core-doc-2.37.1-1.fc36.noarch", "Installed: perl-vars-1.05-486.fc36.noarch", "Installed: perl-Storable-1:3.25-2.fc36.x86_64", "Installed: perl-base-2.27-486.fc36.noarch", "Installed: python3-pip-21.3.1-2.fc36.noarch", "Installed: perl-Digest-1.20-2.fc36.noarch", "Installed: perl-POSIX-1.97-486.fc36.x86_64", "Installed: perl-Term-ANSIColor-5.01-480.fc36.noarch", "Installed: perl-File-Temp-1:0.231.100-479.fc36.noarch", "Installed: perl-Exporter-5.76-480.fc36.noarch", "Installed: perl-Term-Cap-1.17-479.fc36.noarch", "Installed: perl-constant-1.33-480.fc36.noarch", "Installed: perl-Digest-MD5-2.58-479.fc36.x86_64", "Installed: perl-Net-SSLeay-1.92-2.fc36.x86_64", "Installed: perl-File-stat-1.09-486.fc36.noarch", "Installed: perl-FileHandle-2.03-486.fc36.noarch", "Installed: perl-Pod-Escapes-1:1.07-479.fc36.noarch", "Installed: perl-AutoLoader-5.74-486.fc36.noarch", "Installed: perl-TermReadKey-2.38-12.fc36.x86_64", "Installed: perl-B-1.82-486.fc36.x86_64", "Installed: perl-Pod-Perldoc-3.28.01-480.fc36.noarch", "Installed: perl-Socket-4:2.035-1.fc36.x86_64", "Installed: perl-Mozilla-CA-20211001-2.fc36.noarch", "Installed: perl-if-0.60.900-486.fc36.noarch", "Installed: perl-NDBM_File-1.15-486.fc36.x86_64", "Installed: perl-Pod-Simple-1:3.43-3.fc36.noarch", "Installed: perl-URI-5.10-1.fc36.noarch", "Installed: perl-interpreter-4:5.34.1-486.fc36.x86_64", "Installed: perl-Symbol-1.09-486.fc36.noarch", "Installed: perl-lib-0.65-486.fc36.x86_64", "Installed: perl-Scalar-List-Utils-5:1.62-464.fc36.x86_64", "Installed: perl-Pod-Usage-4:2.01-479.fc36.noarch", "Installed: perl-Fcntl-1.14-486.fc36.x86_64", "Installed: perl-libnet-3.13-480.fc36.noarch", "Installed: perl-IO-1.46-486.fc36.x86_64", "Installed: perl-Text-ParseWords-3.31-1.fc36.noarch", "Installed: perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch", "Installed: perl-libs-4:5.34.1-486.fc36.x86_64", "Installed: perl-DynaLoader-1.50-486.fc36.x86_64", "Installed: perl-File-Basename-2.85-486.fc36.noarch", "Installed: perl-SelectSaver-1.02-486.fc36.noarch", "Installed: perl-Data-Dumper-2.183-3.fc36.x86_64", "Installed: perl-Carp-1.52-479.fc36.noarch", "Installed: perl-mro-1.25-486.fc36.x86_64", "Installed: perl-PathTools-3.80-479.fc36.x86_64", "Installed: perl-File-Find-1.39-486.fc36.noarch", "Installed: perl-Encode-4:3.17-485.fc36.x86_64", "Installed: perl-Class-Struct-0.66-486.fc36.noarch", "Installed: perl-overload-1.33-486.fc36.noarch", "Installed: perl-overloading-0.02-486.fc36.noarch", "Installed: perl-IO-Socket-IP-0.41-480.fc36.noarch", "Installed: perl-MIME-Base64-3.16-479.fc36.x86_64", "Installed: perl-parent-1:0.238-479.fc36.noarch", "Installed: perl-IO-Socket-SSL-2.074-2.fc36.noarch", "Installed: perl-Getopt-Long-1:2.52-479.fc36.noarch", "Installed: perl-podlators-1:4.14-479.fc36.noarch", "Installed: perl-Getopt-Std-1.13-486.fc36.noarch", "Installed: perl-Git-2.37.1-1.fc36.noarch", "Installed: perl-IPC-Open3-1.21-486.fc36.noarch" ] } TASK [Install Pytest] ********************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:17 Wednesday 03 August 2022 15:47:43 +0000 (0:00:11.965) 0:00:15.327 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:01.618517", "end": "2022-08-03 15:47:44.817880", "rc": 0, "start": "2022-08-03 15:47:43.199363" } STDOUT: Collecting pytest Downloading pytest-7.1.2-py3-none-any.whl (297 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 packaging Downloading packaging-21.3-py3-none-any.whl (40 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.4.0) Collecting tomli>=1.0.0 Downloading tomli-2.0.1-py3-none-any.whl (12 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/tmpcu0yxwd0/tests/tests_default_initscripts.yml:3 Wednesday 03 August 2022 15:47:45 +0000 (0:00:02.077) 0:00:17.404 ****** ok: [/cache/fedora-36.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tests_default_initscripts.yml:5 Wednesday 03 August 2022 15:47:46 +0000 (0:00:00.848) 0:00:18.253 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml for /cache/fedora-36.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 15:47:46 +0000 (0:00:00.034) 0:00:18.287 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 15:47:46 +0000 (0:00:00.023) 0:00:18.310 ****** included: /tmp/tmpcu0yxwd0/tests/playbooks/../tasks/enable_epel.yml for /cache/fedora-36.qcow2.snap TASK [Create EPEL 36] ********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 15:47:46 +0000 (0:00:00.032) 0:00:18.343 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 15:47:46 +0000 (0:00:00.022) 0:00:18.366 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 15:47:46 +0000 (0:00:00.022) 0:00:18.388 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 15:47:46 +0000 (0:00:00.021) 0:00:18.410 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /tmp/tmpcu0yxwd0/tests/tests_default_initscripts.yml:6 Wednesday 03 August 2022 15:47:46 +0000 (0:00:00.022) 0:00:18.432 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 15:47:46 +0000 (0:00:00.124) 0:00:18.557 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Print network provider] ********************* task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 15:47:46 +0000 (0:00:00.036) 0:00:18.593 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 15:47:46 +0000 (0:00:00.035) 0:00:18.629 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 15:47:46 +0000 (0:00:00.035) 0:00:18.665 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 15:47:47 +0000 (0:00:00.035) 0:00:18.700 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 15:47:47 +0000 (0:00:00.036) 0:00:18.736 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 15:47:47 +0000 (0:00:00.039) 0:00:18.775 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 15:47:47 +0000 (0:00:00.036) 0:00:18.811 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 15:47:47 +0000 (0:00:00.034) 0:00:18.846 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 15:47:47 +0000 (0:00:00.034) 0:00:18.880 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 15:47:47 +0000 (0:00:00.035) 0:00:18.916 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 15:47:47 +0000 (0:00:00.034) 0:00:18.950 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 15:47:47 +0000 (0:00:00.038) 0:00:18.988 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking state] ***************** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 15:47:47 +0000 (0:00:00.036) 0:00:19.025 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 15:47:47 +0000 (0:00:00.035) 0:00:19.060 ****** skipping: [/cache/fedora-36.qcow2.snap] => {} TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 15:47:47 +0000 (0:00:00.035) 0:00:19.096 ****** skipping: [/cache/fedora-36.qcow2.snap] => {} TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 15:47:47 +0000 (0:00:00.034) 0:00:19.131 ****** skipping: [/cache/fedora-36.qcow2.snap] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 15:47:47 +0000 (0:00:00.034) 0:00:19.165 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } META: TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tests_default.yml:9 Wednesday 03 August 2022 15:47:47 +0000 (0:00:00.046) 0:00:19.211 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmpcu0yxwd0/tests/tests_default.yml:10 Wednesday 03 August 2022 15:47:47 +0000 (0:00:00.035) 0:00:19.246 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpcu0yxwd0/tests/tests_default_nm.yml:3 Wednesday 03 August 2022 15:47:47 +0000 (0:00:00.053) 0:00:19.300 ****** ok: [/cache/fedora-36.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tests_default_nm.yml:5 Wednesday 03 August 2022 15:47:48 +0000 (0:00:00.860) 0:00:20.160 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml for /cache/fedora-36.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 15:47:48 +0000 (0:00:00.030) 0:00:20.191 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 15:47:48 +0000 (0:00:00.022) 0:00:20.214 ****** included: /tmp/tmpcu0yxwd0/tests/playbooks/../tasks/enable_epel.yml for /cache/fedora-36.qcow2.snap TASK [Create EPEL 36] ********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 15:47:48 +0000 (0:00:00.030) 0:00:20.245 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 15:47:48 +0000 (0:00:00.020) 0:00:20.265 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 15:47:48 +0000 (0:00:00.023) 0:00:20.289 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 15:47:48 +0000 (0:00:00.021) 0:00:20.311 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmpcu0yxwd0/tests/tests_default_nm.yml:6 Wednesday 03 August 2022 15:47:48 +0000 (0:00:00.021) 0:00:20.332 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 15:47:48 +0000 (0:00:00.064) 0:00:20.396 ****** included: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/fedora-36.qcow2.snap TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 03 August 2022 15:47:48 +0000 (0:00:00.037) 0:00:20.434 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Wednesday 03 August 2022 15:47:49 +0000 (0:00:00.556) 0:00:20.990 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Wednesday 03 August 2022 15:47:51 +0000 (0:00:02.196) 0:00:23.187 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 15:47:52 +0000 (0:00:01.069) 0:00:24.256 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 15:47:52 +0000 (0:00:00.052) 0:00:24.308 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 15:47:52 +0000 (0:00:00.048) 0:00:24.356 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 15:47:52 +0000 (0:00:00.045) 0:00:24.402 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 15:47:52 +0000 (0:00:00.079) 0:00:24.482 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 15:47:52 +0000 (0:00:00.043) 0:00:24.525 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 15:47:52 +0000 (0:00:00.046) 0:00:24.572 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 15:47:52 +0000 (0:00:00.057) 0:00:24.629 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 15:47:53 +0000 (0:00:00.866) 0:00:25.495 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 15:47:53 +0000 (0:00:00.055) 0:00:25.551 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 15:47:53 +0000 (0:00:00.043) 0:00:25.594 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 15:47:53 +0000 (0:00:00.075) 0:00:25.669 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 15:47:54 +0000 (0:00:00.789) 0:00:26.459 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 15:47:54 +0000 (0:00:00.046) 0:00:26.505 ****** ok: [/cache/fedora-36.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 15:47:54 +0000 (0:00:00.053) 0:00:26.558 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 15:47:54 +0000 (0:00:00.050) 0:00:26.608 ****** skipping: [/cache/fedora-36.qcow2.snap] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 15:47:54 +0000 (0:00:00.044) 0:00:26.652 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tests_default.yml:9 Wednesday 03 August 2022 15:47:55 +0000 (0:00:00.593) 0:00:27.246 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml for /cache/fedora-36.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 15:47:55 +0000 (0:00:00.061) 0:00:27.307 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 15:47:55 +0000 (0:00:00.084) 0:00:27.392 ****** included: /tmp/tmpcu0yxwd0/tests/playbooks/../tasks/enable_epel.yml for /cache/fedora-36.qcow2.snap TASK [Create EPEL 36] ********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 15:47:55 +0000 (0:00:00.066) 0:00:27.458 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 15:47:55 +0000 (0:00:00.040) 0:00:27.498 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 15:47:55 +0000 (0:00:00.038) 0:00:27.537 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 15:47:55 +0000 (0:00:00.036) 0:00:27.573 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmpcu0yxwd0/tests/tests_default.yml:10 Wednesday 03 August 2022 15:47:55 +0000 (0:00:00.036) 0:00:27.609 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:31 Wednesday 03 August 2022 15:47:56 +0000 (0:00:00.097) 0:00:27.706 ****** ok: [/cache/fedora-36.qcow2.snap] META: ran handlers TASK [create tempdir for code to test] ***************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:35 Wednesday 03 August 2022 15:47:56 +0000 (0:00:00.862) 0:00:28.569 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_8kww_63b", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [get tempfile for tar] **************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:41 Wednesday 03 August 2022 15:47:57 +0000 (0:00:00.597) 0:00:29.166 ****** changed: [/cache/fedora-36.qcow2.snap -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest__9fg3l8s.tar", "size": 0, "state": "file", "uid": 0 } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:48 Wednesday 03 August 2022 15:47:57 +0000 (0:00:00.223) 0:00:29.389 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_modules_and_utils_paths.yml for /cache/fedora-36.qcow2.snap TASK [set collection paths] **************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_modules_and_utils_paths.yml:3 Wednesday 03 August 2022 15:47:57 +0000 (0:00:00.062) 0:00:29.452 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "collection_paths": [ "/tmp/tmpxngj32xw", "/tmp/tmpxngj32xw" ] }, "changed": false } TASK [set search paths] ******************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_modules_and_utils_paths.yml:13 Wednesday 03 August 2022 15:47:57 +0000 (0:00:00.061) 0:00:29.514 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/tasks/get_modules_and_utils_paths.yml:42 Wednesday 03 August 2022 15:47:57 +0000 (0:00:00.066) 0:00:29.580 ****** ok: [/cache/fedora-36.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/tmpxngj32xw /tmp/tmpxngj32xw; 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.006909", "end": "2022-08-03 15:47:58.083302", "rc": 0, "start": "2022-08-03 15:47:58.076393" } STDOUT: /tmp/tmpcu0yxwd0 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/tmpcu0yxwd0/tests/tasks/get_modules_and_utils_paths.yml:69 Wednesday 03 August 2022 15:47:58 +0000 (0:00:00.246) 0:00:29.827 ****** ok: [/cache/fedora-36.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/tmpxngj32xw /tmp/tmpxngj32xw; 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.007257", "end": "2022-08-03 15:47:58.319241", "rc": 0, "start": "2022-08-03 15:47:58.311984" } STDOUT: /tmp/tmpcu0yxwd0 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/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:50 Wednesday 03 August 2022 15:47:58 +0000 (0:00:00.231) 0:00:30.059 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "tests_directory": "/tmp/tmpcu0yxwd0/tests/playbooks/files/../../tests" }, "changed": false } TASK [Create Tar file] ********************************************************* task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:65 Wednesday 03 August 2022 15:47:58 +0000 (0:00:00.055) 0:00:30.115 ****** changed: [/cache/fedora-36.qcow2.snap -> localhost] => { "changed": true, "cmd": [ "tar", "-cvf", "/tmp/lsrtest__9fg3l8s.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/tmp/tmpcu0yxwd0", "tests", "-C", "/tmp/tmpcu0yxwd0", "library", "-C", "/tmp/tmpcu0yxwd0", "module_utils" ], "delta": "0:00:00.008486", "end": "2022-08-03 15:47:58.615537", "rc": 0, "start": "2022-08-03 15:47:58.607051" } 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/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:77 Wednesday 03 August 2022 15:47:58 +0000 (0:00:00.242) 0:00:30.357 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "checksum": "413588fc4976146a22ccf5bead42d4005c9978c7", "dest": "/tmp/lsrtest_8kww_63b/lsrtest__9fg3l8s.tar", "gid": 0, "group": "root", "md5sum": "b4ac5b39f9435bc3c63f6fa58b5aa839", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 819200, "src": "/root/.ansible/tmp/ansible-tmp-1659541678.7740061-21572-208244593099066/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:83 Wednesday 03 August 2022 15:47:59 +0000 (0:00:01.236) 0:00:31.593 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "tar", "xf", "lsrtest__9fg3l8s.tar" ], "delta": "0:00:00.009378", "end": "2022-08-03 15:47:59.459522", "rc": 0, "start": "2022-08-03 15:47:59.450144" } TASK [Create /tmp/lsrtest_8kww_63b/ansible] ************************************ task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:88 Wednesday 03 August 2022 15:48:00 +0000 (0:00:00.445) 0:00:32.039 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_8kww_63b/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/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:94 Wednesday 03 August 2022 15:48:00 +0000 (0:00:00.579) 0:00:32.618 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": "if [ -d /tmp/lsrtest_8kww_63b/module_utils ]; then\n mv /tmp/lsrtest_8kww_63b/module_utils /tmp/lsrtest_8kww_63b/ansible\nfi\n", "delta": "0:00:00.007864", "end": "2022-08-03 15:48:00.478859", "rc": 0, "start": "2022-08-03 15:48:00.470995" } TASK [Fake out python module directories, primarily for python2] *************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:100 Wednesday 03 August 2022 15:48:01 +0000 (0:00:00.440) 0:00:33.059 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": "for dir in $(find /tmp/lsrtest_8kww_63b -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.023333", "end": "2022-08-03 15:48:00.959362", "rc": 0, "start": "2022-08-03 15:48:00.936029" } TASK [Set _lsr_python_path] **************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:108 Wednesday 03 August 2022 15:48:01 +0000 (0:00:00.482) 0:00:33.541 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_8kww_63b/library:/tmp/lsrtest_8kww_63b" }, "changed": false } TASK [Show _lsr_python_path] *************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:115 Wednesday 03 August 2022 15:48:01 +0000 (0:00:00.051) 0:00:33.593 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: path /tmp/lsrtest_8kww_63b/library:/tmp/lsrtest_8kww_63b TASK [ls -alrtFR /tmp/lsrtest_8kww_63b] **************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:119 Wednesday 03 August 2022 15:48:01 +0000 (0:00:00.048) 0:00:33.641 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_8kww_63b" ], "delta": "0:00:00.006480", "end": "2022-08-03 15:48:01.499351", "rc": 0, "start": "2022-08-03 15:48:01.492871" } STDOUT: /tmp/lsrtest_8kww_63b: total 800 drwxr-xr-x. 2 root root 100 Aug 3 15:31 library/ -rw-------. 1 root root 819200 Aug 3 15:47 lsrtest__9fg3l8s.tar -rw-r--r--. 1 root root 0 Aug 3 15:48 __init__.py drwx------. 5 root root 140 Aug 3 15:48 ./ drwxr-xr-x. 3 root root 80 Aug 3 15:48 ansible/ drwxr-xr-x. 8 root root 1520 Aug 3 15:48 tests/ drwxrwxrwt. 13 root root 280 Aug 3 15:48 ../ /tmp/lsrtest_8kww_63b/library: total 104 -rw-r--r--. 1 root root 2211 Aug 3 15:31 network_state.py -rw-r--r--. 1 root root 101576 Aug 3 15:31 network_connections.py -rw-r--r--. 1 root root 0 Aug 3 15:31 __init__.py drwxr-xr-x. 2 root root 100 Aug 3 15:31 ./ drwx------. 5 root root 140 Aug 3 15:48 ../ /tmp/lsrtest_8kww_63b/ansible: total 0 drwx------. 5 root root 140 Aug 3 15:48 ../ -rw-r--r--. 1 root root 0 Aug 3 15:48 __init__.py drwxr-xr-x. 3 root root 80 Aug 3 15:48 ./ drwxr-xr-x. 3 root root 80 Aug 3 15:48 module_utils/ /tmp/lsrtest_8kww_63b/ansible/module_utils: total 0 drwxr-xr-x. 3 root root 180 Aug 3 15:31 network_lsr/ drwxr-xr-x. 3 root root 80 Aug 3 15:48 ../ -rw-r--r--. 1 root root 0 Aug 3 15:48 __init__.py drwxr-xr-x. 3 root root 80 Aug 3 15:48 ./ /tmp/lsrtest_8kww_63b/ansible/module_utils/network_lsr: total 128 -rw-r--r--. 1 root root 11351 Aug 3 15:31 utils.py -rw-r--r--. 1 root root 1594 Aug 3 15:31 nm_provider.py drwxr-xr-x. 2 root root 160 Aug 3 15:31 nm/ -rw-r--r--. 1 root root 190 Aug 3 15:31 myerror.py -rw-r--r--. 1 root root 0 Aug 3 15:31 __init__.py -rw-r--r--. 1 root root 1706 Aug 3 15:31 ethtool.py -rw-r--r--. 1 root root 105942 Aug 3 15:31 argument_validator.py drwxr-xr-x. 3 root root 180 Aug 3 15:31 ./ drwxr-xr-x. 3 root root 80 Aug 3 15:48 ../ /tmp/lsrtest_8kww_63b/ansible/module_utils/network_lsr/nm: total 24 -rw-r--r--. 1 root root 3154 Aug 3 15:31 provider.py -rw-r--r--. 1 root root 343 Aug 3 15:31 __init__.py -rw-r--r--. 1 root root 175 Aug 3 15:31 error.py -rw-r--r--. 1 root root 3546 Aug 3 15:31 connection.py -rw-r--r--. 1 root root 2834 Aug 3 15:31 client.py -rw-r--r--. 1 root root 4012 Aug 3 15:31 active_connection.py drwxr-xr-x. 3 root root 180 Aug 3 15:31 ../ drwxr-xr-x. 2 root root 160 Aug 3 15:31 ./ /tmp/lsrtest_8kww_63b/tests: total 272 -rw-r--r--. 1 root root 805 Aug 3 15:31 tests_wireless_wpa3_sae_nm.yml -rw-r--r--. 1 root root 901 Aug 3 15:31 tests_wireless_wpa3_owe_nm.yml -rw-r--r--. 1 root root 636 Aug 3 15:31 tests_wireless_plugin_installation_nm.yml -rw-r--r--. 1 root root 644 Aug 3 15:31 tests_wireless_nm.yml -rw-r--r--. 1 root root 596 Aug 3 15:31 tests_vlan_mtu_nm.yml -rw-r--r--. 1 root root 535 Aug 3 15:31 tests_vlan_mtu_initscripts.yml -rw-r--r--. 1 root root 5339 Aug 3 15:31 tests_unit.yml -rw-r--r--. 1 root root 628 Aug 3 15:31 tests_team_plugin_installation_nm.yml -rw-r--r--. 1 root root 627 Aug 3 15:31 tests_team_nm.yml -rw-r--r--. 1 root root 421 Aug 3 15:31 tests_switch_provider.yml -rw-r--r--. 1 root root 592 Aug 3 15:31 tests_states_nm.yml -rw-r--r--. 1 root root 531 Aug 3 15:31 tests_states_initscripts.yml -rw-r--r--. 1 root root 606 Aug 3 15:31 tests_routing_rules_nm.yml -rw-r--r--. 1 root root 602 Aug 3 15:31 tests_route_table_nm.yml -rw-r--r--. 1 root root 1175 Aug 3 15:31 tests_regression_nm.yml -rw-r--r--. 1 root root 594 Aug 3 15:31 tests_reapply_nm.yml -rw-r--r--. 1 root root 1246 Aug 3 15:31 tests_provider_nm.yml -rw-r--r--. 1 root root 657 Aug 3 15:31 tests_network_state_nm.yml -rw-r--r--. 1 root root 588 Aug 3 15:31 tests_ipv6_nm.yml -rw-r--r--. 1 root root 527 Aug 3 15:31 tests_ipv6_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 15:31 tests_ipv6_dns_search_nm.yml -rw-r--r--. 1 root root 606 Aug 3 15:31 tests_ipv6_disabled_nm.yml -rw-r--r--. 1 root root 325 Aug 3 15:31 tests_integration_pytest.yml -rw-r--r--. 1 root root 600 Aug 3 15:31 tests_infiniband_nm.yml -rw-r--r--. 1 root root 979 Aug 3 15:31 tests_helpers_and_asserts.yml -rw-r--r--. 1 root root 1155 Aug 3 15:31 tests_ethtool_ring_nm.yml -rw-r--r--. 1 root root 543 Aug 3 15:31 tests_ethtool_ring_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 15:31 tests_ethtool_features_nm.yml -rw-r--r--. 1 root root 551 Aug 3 15:31 tests_ethtool_features_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 15:31 tests_ethtool_coalesce_nm.yml -rw-r--r--. 1 root root 551 Aug 3 15:31 tests_ethtool_coalesce_initscripts.yml -rw-r--r--. 1 root root 1178 Aug 3 15:31 tests_eth_pci_address_match_nm.yml -rw-r--r--. 1 root root 596 Aug 3 15:31 tests_ethernet_nm.yml -rw-r--r--. 1 root root 535 Aug 3 15:31 tests_ethernet_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 15:31 tests_eth_dns_support_nm.yml -rw-r--r--. 1 root root 590 Aug 3 15:31 tests_dummy_nm.yml -rw-r--r--. 1 root root 393 Aug 3 15:31 tests_default.yml -rw-r--r--. 1 root root 377 Aug 3 15:31 tests_default_nm.yml -rw-r--r--. 1 root root 360 Aug 3 15:31 tests_default_initscripts.yml -rw-r--r--. 1 root root 2354 Aug 3 15:31 tests_change_indication_on_repeat_run.yml -rw-r--r--. 1 root root 592 Aug 3 15:31 tests_bridge_nm.yml -rw-r--r--. 1 root root 531 Aug 3 15:31 tests_bridge_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 15:31 tests_bond_removal_nm.yml -rw-r--r--. 1 root root 543 Aug 3 15:31 tests_bond_removal_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 15:31 tests_bond_options_nm.yml -rw-r--r--. 1 root root 588 Aug 3 15:31 tests_bond_nm.yml -rw-r--r--. 1 root root 527 Aug 3 15:31 tests_bond_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 15:31 tests_bond_deprecated_nm.yml -rw-r--r--. 1 root root 549 Aug 3 15:31 tests_bond_deprecated_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 15:31 tests_auto_gateway_nm.yml -rw-r--r--. 1 root root 543 Aug 3 15:31 tests_auto_gateway_initscripts.yml -rw-r--r--. 1 root root 701 Aug 3 15:31 tests_802_1x_updated_nm.yml -rw-r--r--. 1 root root 685 Aug 3 15:31 tests_802_1x_nm.yml -rw-r--r--. 1 root root 285 Aug 3 15:31 setup-snapshot.yml lrwxrwxrwx. 1 root root 16 Aug 3 15:31 module_utils -> ../module_utils/ lrwxrwxrwx. 1 root root 11 Aug 3 15:31 modules -> ../library// -rwxr-xr-x. 1 root root 880 Aug 3 15:31 merge_coverage.sh* -rwxr-xr-x. 1 root root 357 Aug 3 15:31 git-pre-commit.sh* -rwxr-xr-x. 1 root root 682 Aug 3 15:31 git-post-commit.sh* -rw-r--r--. 1 root root 20 Aug 3 15:31 .gitignore -rwxr-xr-x. 1 root root 929 Aug 3 15:31 get_total_coverage.sh* -rw-r--r--. 1 root root 2509 Aug 3 15:31 get_coverage.yml -rwxr-xr-x. 1 root root 2494 Aug 3 15:31 get_coverage.sh* -rwxr-xr-x. 1 root root 9915 Aug 3 15:31 ensure_provider_tests.py* -rwxr-xr-x. 1 root root 343 Aug 3 15:31 covstats* -rw-r--r--. 1 root root 139 Aug 3 15:31 _restore.yml -rw-r--r--. 1 root root 575 Aug 3 15:31 _backup.yml drwx------. 5 root root 140 Aug 3 15:48 ../ -rw-r--r--. 1 root root 0 Aug 3 15:48 __init__.py drwxr-xr-x. 8 root root 1520 Aug 3 15:48 ./ drwxr-xr-x. 2 root root 100 Aug 3 15:48 unit/ drwxr-xr-x. 3 root root 820 Aug 3 15:48 tasks/ drwxr-xr-x. 3 root root 80 Aug 3 15:48 roles/ drwxr-xr-x. 2 root root 920 Aug 3 15:48 playbooks/ drwxr-xr-x. 2 root root 100 Aug 3 15:48 integration/ drwxr-xr-x. 2 root root 220 Aug 3 15:48 files/ /tmp/lsrtest_8kww_63b/tests/unit: total 188 -rw-r--r--. 1 root root 1416 Aug 3 15:31 test_nm_provider.py -rw-r--r--. 1 root root 188004 Aug 3 15:31 test_network_connections.py drwxr-xr-x. 8 root root 1520 Aug 3 15:48 ../ -rw-r--r--. 1 root root 0 Aug 3 15:48 __init__.py drwxr-xr-x. 2 root root 100 Aug 3 15:48 ./ /tmp/lsrtest_8kww_63b/tests/tasks: total 148 -rw-r--r--. 1 root root 3460 Aug 3 15:31 test_802.1x_capath.yml -rw-r--r--. 1 root root 777 Aug 3 15:31 start_mock_wifi.yml -rw-r--r--. 1 root root 185 Aug 3 15:31 show_interfaces.yml -rw-r--r--. 1 root root 139 Aug 3 15:31 setup_test_interface.yml -rw-r--r--. 1 root root 2048 Aug 3 15:31 setup_mock_wifi.yml -rw-r--r--. 1 root root 1980 Aug 3 15:31 setup_mock_wifi_wpa3_sae.yml -rw-r--r--. 1 root root 1823 Aug 3 15:31 setup_mock_wifi_wpa3_owe.yml -rw-r--r--. 1 root root 244 Aug 3 15:31 setup_802.1x.yml -rw-r--r--. 1 root root 2353 Aug 3 15:31 setup_802_1x_server.yml -rw-r--r--. 1 root root 1648 Aug 3 15:31 run_test.yml -rw-r--r--. 1 root root 581 Aug 3 15:31 remove_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 228 Aug 3 15:31 remove_profile.yml -rw-r--r--. 1 root root 248 Aug 3 15:31 remove+down_profile.yml -rw-r--r--. 1 root root 2094 Aug 3 15:31 manage_test_interface.yml -rw-r--r--. 1 root root 1807 Aug 3 15:31 get_profile_stat.yml -rw-r--r--. 1 root root 480 Aug 3 15:31 get_NetworkManager_NVR.yml -rw-r--r--. 1 root root 2837 Aug 3 15:31 get_modules_and_utils_paths.yml -rw-r--r--. 1 root root 241 Aug 3 15:31 get_interface_stat.yml -rw-r--r--. 1 root root 295 Aug 3 15:31 get_current_interfaces.yml -rw-r--r--. 1 root root 1214 Aug 3 15:31 enable_epel.yml -rw-r--r--. 1 root root 852 Aug 3 15:31 el_repo_setup.yml -rw-r--r--. 1 root root 198 Aug 3 15:31 delete_interface.yml -rw-r--r--. 1 root root 3704 Aug 3 15:31 create_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 373 Aug 3 15:31 create_team_profile.yml -rw-r--r--. 1 root root 361 Aug 3 15:31 create_dummy_profile.yml -rw-r--r--. 1 root root 375 Aug 3 15:31 create_bridge_profile.yml -rw-r--r--. 1 root root 402 Aug 3 15:31 create_bridge_profile_no_autoconnect.yml -rw-r--r--. 1 root root 529 Aug 3 15:31 create_and_remove_interface.yml -rw-r--r--. 1 root root 364 Aug 3 15:31 cleanup_profile+device.yml -rw-r--r--. 1 root root 218 Aug 3 15:31 cleanup_mock_wifi.yml -rw-r--r--. 1 root root 481 Aug 3 15:31 cleanup_802_1x_server.yml -rw-r--r--. 1 root root 434 Aug 3 15:31 assert_profile_present.yml -rw-r--r--. 1 root root 229 Aug 3 15:31 assert_profile_absent.yml -rw-r--r--. 1 root root 364 Aug 3 15:31 assert_output_in_stderr_without_warnings.yml -rw-r--r--. 1 root root 232 Aug 3 15:31 assert_device_present.yml -rw-r--r--. 1 root root 227 Aug 3 15:31 assert_device_absent.yml -rw-r--r--. 1 root root 213 Aug 3 15:31 activate_profile.yml drwxr-xr-x. 8 root root 1520 Aug 3 15:48 ../ -rw-r--r--. 1 root root 0 Aug 3 15:48 __init__.py drwxr-xr-x. 3 root root 820 Aug 3 15:48 ./ drwxr-xr-x. 2 root root 120 Aug 3 15:48 provider/ /tmp/lsrtest_8kww_63b/tests/tasks/provider: total 12 -rw-r--r--. 1 root root 191 Aug 3 15:31 default_with_nm.yml -rw-r--r--. 1 root root 364 Aug 3 15:31 create_with_nm.yml -rw-r--r--. 1 root root 607 Aug 3 15:31 create_and_remove_with_initscripts.yml drwxr-xr-x. 3 root root 820 Aug 3 15:48 ../ -rw-r--r--. 1 root root 0 Aug 3 15:48 __init__.py drwxr-xr-x. 2 root root 120 Aug 3 15:48 ./ /tmp/lsrtest_8kww_63b/tests/roles: total 0 drwxr-xr-x. 8 root root 1520 Aug 3 15:48 ../ -rw-r--r--. 1 root root 0 Aug 3 15:48 __init__.py drwxr-xr-x. 3 root root 80 Aug 3 15:48 ./ drwxr-xr-x. 2 root root 180 Aug 3 15:48 linux-system-roles.network/ /tmp/lsrtest_8kww_63b/tests/roles/linux-system-roles.network: total 0 lrwxrwxrwx. 1 root root 19 Aug 3 15:31 templates -> ../../../templates/ lrwxrwxrwx. 1 root root 15 Aug 3 15:31 tasks -> ../../../tasks/ lrwxrwxrwx. 1 root root 22 Aug 3 15:31 module_utils -> ../../../module_utils/ lrwxrwxrwx. 1 root root 14 Aug 3 15:31 meta -> ../../../meta/ lrwxrwxrwx. 1 root root 17 Aug 3 15:31 library -> ../../../library// lrwxrwxrwx. 1 root root 18 Aug 3 15:31 defaults -> ../../../defaults/ drwxr-xr-x. 3 root root 80 Aug 3 15:48 ../ -rw-r--r--. 1 root root 0 Aug 3 15:48 __init__.py drwxr-xr-x. 2 root root 180 Aug 3 15:48 ./ /tmp/lsrtest_8kww_63b/tests/playbooks: total 224 -rw-r--r--. 1 root root 2973 Aug 3 15:31 tests_wireless.yml -rw-r--r--. 1 root root 1369 Aug 3 15:31 tests_wireless_wpa3_sae.yml -rw-r--r--. 1 root root 1325 Aug 3 15:31 tests_wireless_wpa3_owe.yml -rw-r--r--. 1 root root 1188 Aug 3 15:31 tests_wireless_plugin_installation.yml -rw-r--r--. 1 root root 1980 Aug 3 15:31 tests_vlan_mtu.yml -rw-r--r--. 1 root root 875 Aug 3 15:31 tests_team.yml -rw-r--r--. 1 root root 1161 Aug 3 15:31 tests_team_plugin_installation.yml -rw-r--r--. 1 root root 1798 Aug 3 15:31 tests_switch_provider.yml -rw-r--r--. 1 root root 4555 Aug 3 15:31 tests_states.yml -rw-r--r--. 1 root root 8478 Aug 3 15:31 tests_routing_rules.yml -rw-r--r--. 1 root root 4703 Aug 3 15:31 tests_route_table.yml -rw-r--r--. 1 root root 2408 Aug 3 15:31 tests_reapply.yml -rw-r--r--. 1 root root 1115 Aug 3 15:31 tests_provider.yml -rw-r--r--. 1 root root 6891 Aug 3 15:31 tests_network_state.yml -rw-r--r--. 1 root root 3271 Aug 3 15:31 tests_ipv6.yml -rw-r--r--. 1 root root 5711 Aug 3 15:31 tests_ipv6_dns_search.yml -rw-r--r--. 1 root root 2786 Aug 3 15:31 tests_ipv6_disabled.yml -rw-r--r--. 1 root root 2493 Aug 3 15:31 tests_infiniband.yml -rw-r--r--. 1 root root 6742 Aug 3 15:31 tests_ethtool_ring.yml -rw-r--r--. 1 root root 7147 Aug 3 15:31 tests_ethtool_features.yml -rw-r--r--. 1 root root 5435 Aug 3 15:31 tests_ethtool_coalesce.yml -rw-r--r--. 1 root root 2739 Aug 3 15:31 tests_eth_pci_address_match.yml -rw-r--r--. 1 root root 1663 Aug 3 15:31 tests_ethernet.yml -rw-r--r--. 1 root root 3625 Aug 3 15:31 tests_eth_dns_support.yml -rw-r--r--. 1 root root 854 Aug 3 15:31 tests_dummy.yml -rw-r--r--. 1 root root 3174 Aug 3 15:31 tests_checkpoint_cleanup.yml -rw-r--r--. 1 root root 1216 Aug 3 15:31 tests_bridge.yml -rw-r--r--. 1 root root 3932 Aug 3 15:31 tests_bond.yml -rw-r--r--. 1 root root 8718 Aug 3 15:31 tests_bond_removal.yml -rw-r--r--. 1 root root 6536 Aug 3 15:31 tests_bond_options.yml -rw-r--r--. 1 root root 3588 Aug 3 15:31 tests_bond_deprecated.yml -rw-r--r--. 1 root root 4224 Aug 3 15:31 tests_auto_gateway.yml -rw-r--r--. 1 root root 4426 Aug 3 15:31 tests_802_1x.yml -rw-r--r--. 1 root root 306 Aug 3 15:31 tests_802_1x_updated.yml lrwxrwxrwx. 1 root root 9 Aug 3 15:31 tasks -> ../tasks// -rw-r--r--. 1 root root 136 Aug 3 15:31 run_tasks.yml lrwxrwxrwx. 1 root root 9 Aug 3 15:31 roles -> ../roles// -rw-r--r--. 1 root root 224 Aug 3 15:31 remove_profile.yml -rw-r--r--. 1 root root 4140 Aug 3 15:31 manual_test_ethtool_coalesce.yml -rw-r--r--. 1 root root 4947 Aug 3 15:31 integration_pytest_python3.yml lrwxrwxrwx. 1 root root 8 Aug 3 15:31 files -> ../files/ -rw-r--r--. 1 root root 213 Aug 3 15:31 down_profile.yml -rw-r--r--. 1 root root 179 Aug 3 15:31 down_profile+delete_interface.yml drwxr-xr-x. 8 root root 1520 Aug 3 15:48 ../ -rw-r--r--. 1 root root 0 Aug 3 15:48 __init__.py drwxr-xr-x. 2 root root 920 Aug 3 15:48 ./ /tmp/lsrtest_8kww_63b/tests/integration: total 8 -rw-r--r--. 1 root root 3243 Aug 3 15:31 test_ethernet.py -rw-r--r--. 1 root root 199 Aug 3 15:31 conftest.py drwxr-xr-x. 8 root root 1520 Aug 3 15:48 ../ -rw-r--r--. 1 root root 0 Aug 3 15:48 __init__.py drwxr-xr-x. 2 root root 100 Aug 3 15:48 ./ /tmp/lsrtest_8kww_63b/tests/files: total 32 -rw-r--r--. 1 root root 1334 Aug 3 15:31 server.pem -rw-r--r--. 1 root root 1782 Aug 3 15:31 server.key -rw-r--r--. 1 root root 424 Aug 3 15:31 dh.pem -rw-r--r--. 1 root root 1334 Aug 3 15:31 client.pem -rw-r--r--. 1 root root 1675 Aug 3 15:31 client.key.nocrypt -rw-r--r--. 1 root root 1782 Aug 3 15:31 client.key -rw-r--r--. 1 root root 1289 Aug 3 15:31 cacert.pem -rw-r--r--. 1 root root 1766 Aug 3 15:31 cacert.key drwxr-xr-x. 8 root root 1520 Aug 3 15:48 ../ -rw-r--r--. 1 root root 0 Aug 3 15:48 __init__.py drwxr-xr-x. 2 root root 220 Aug 3 15:48 ./ TASK [Run pytest with nm] ****************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:123 Wednesday 03 August 2022 15:48:02 +0000 (0:00:00.440) 0:00:34.081 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_8kww_63b/tests/integration/", "--provider=nm" ], "delta": "0:00:02.424231", "end": "2022-08-03 15:48:04.384147", "rc": 0, "start": "2022-08-03 15:48:01.959916" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0 rootdir: /tmp/lsrtest_8kww_63b/tests/integration collected 1 item ../tmp/lsrtest_8kww_63b/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 2.20s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:132 Wednesday 03 August 2022 15:48:05 +0000 (0:00:02.887) 0:00:36.969 ****** ok: [/cache/fedora-36.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_8kww_63b/tests/integration", "collected 1 item", "", "../tmp/lsrtest_8kww_63b/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 2.20s ===============================" ] } TASK [install network-scripts when running pytest with initscripts] ************ task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:136 Wednesday 03 August 2022 15:48:05 +0000 (0:00:00.102) 0:00:37.071 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "rc": 0, "results": [ "Installed: chkconfig-1.19-2.fc36.x86_64", "Installed: initscripts-10.16-2.fc36.x86_64", "Installed: initscripts-rename-device-10.16-2.fc36.x86_64", "Installed: network-scripts-10.16-2.fc36.x86_64", "Installed: dbus-tools-1:1.14.0-1.fc36.x86_64", "Installed: bc-1.07.1-15.fc36.x86_64" ] } TASK [Run pytest with initscripts] ********************************************* task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:140 Wednesday 03 August 2022 15:48:09 +0000 (0:00:04.504) 0:00:41.575 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_8kww_63b/tests/integration/", "--provider=initscripts" ], "delta": "0:00:03.458906", "end": "2022-08-03 15:48:12.904538", "rc": 0, "start": "2022-08-03 15:48:09.445632" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0 rootdir: /tmp/lsrtest_8kww_63b/tests/integration collected 1 item ../tmp/lsrtest_8kww_63b/tests/integration/test_ethernet.py . [100%] ============================== 1 passed in 3.26s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:149 Wednesday 03 August 2022 15:48:13 +0000 (0:00:03.912) 0:00:45.488 ****** ok: [/cache/fedora-36.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_8kww_63b/tests/integration", "collected 1 item", "", "../tmp/lsrtest_8kww_63b/tests/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 3.26s ===============================" ] } TASK [remove local tar file] *************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:152 Wednesday 03 August 2022 15:48:13 +0000 (0:00:00.055) 0:00:45.543 ****** changed: [/cache/fedora-36.qcow2.snap -> localhost] => { "changed": true, "path": "/tmp/lsrtest__9fg3l8s.tar", "state": "absent" } TASK [remove tempdir] ********************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:158 Wednesday 03 August 2022 15:48:14 +0000 (0:00:00.231) 0:00:45.774 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "path": "/tmp/lsrtest_8kww_63b", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=55 changed=16 unreachable=0 failed=0 skipped=51 rescued=0 ignored=0 Wednesday 03 August 2022 15:48:14 +0000 (0:00:00.514) 0:00:46.289 ****** =============================================================================== Install rpm dependencies ----------------------------------------------- 11.97s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:12 ------------ install network-scripts when running pytest with initscripts ------------ 4.50s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:136 ----------- Run pytest with initscripts --------------------------------------------- 3.91s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:140 ----------- Run pytest with nm ------------------------------------------------------ 2.89s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:123 ----------- linux-system-roles.network : Check which services are running ----------- 2.20s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Install Pytest ---------------------------------------------------------- 2.08s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:17 ------------ Copy testrepo.tar to the remote system ---------------------------------- 1.24s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:77 ------------ Gathering Facts --------------------------------------------------------- 1.07s /tmp/tmpcu0yxwd0/tests/tests_integration_pytest.yml:3 ------------------------- linux-system-roles.network : Check which packages are installed --------- 1.07s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 linux-system-roles.network : Enable and start NetworkManager ------------ 0.87s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:79 ----- Gathering Facts --------------------------------------------------------- 0.86s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:31 ------------ Gathering Facts --------------------------------------------------------- 0.86s /tmp/tmpcu0yxwd0/tests/tests_default_nm.yml:3 --------------------------------- Gathering Facts --------------------------------------------------------- 0.85s /tmp/tmpcu0yxwd0/tests/tests_default_initscripts.yml:3 ------------------------ Gathering Facts --------------------------------------------------------- 0.83s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:3 ------------- linux-system-roles.network : Configure networking connection profiles --- 0.79s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:116 ---- Get stats of system files ----------------------------------------------- 0.64s /tmp/tmpcu0yxwd0/tests/_backup.yml:6 ------------------------------------------ create tempdir for code to test ----------------------------------------- 0.60s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:35 ------------ linux-system-roles.network : Re-test connectivity ----------------------- 0.59s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:149 ---- Create /tmp/lsrtest_8kww_63b/ansible ------------------------------------ 0.58s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:88 ------------ linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.56s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 - PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpcu0yxwd0/tests/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpcu0yxwd0/tests/_restore.yml:4 Wednesday 03 August 2022 15:48:14 +0000 (0:00:00.048) 0:00:46.338 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.007639", "end": "2022-08-03 15:48:14.210084", "rc": 0, "start": "2022-08-03 15:48:14.202445" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=56 changed=17 unreachable=0 failed=0 skipped=51 rescued=0 ignored=0 Wednesday 03 August 2022 15:48:15 +0000 (0:00:00.478) 0:00:46.816 ****** =============================================================================== Install rpm dependencies ----------------------------------------------- 11.97s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:12 ------------ install network-scripts when running pytest with initscripts ------------ 4.50s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:136 ----------- Run pytest with initscripts --------------------------------------------- 3.91s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:140 ----------- Run pytest with nm ------------------------------------------------------ 2.89s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:123 ----------- linux-system-roles.network : Check which services are running ----------- 2.20s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Install Pytest ---------------------------------------------------------- 2.08s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:17 ------------ Copy testrepo.tar to the remote system ---------------------------------- 1.24s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:77 ------------ Gathering Facts --------------------------------------------------------- 1.07s /tmp/tmpcu0yxwd0/tests/tests_integration_pytest.yml:3 ------------------------- linux-system-roles.network : Check which packages are installed --------- 1.07s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 linux-system-roles.network : Enable and start NetworkManager ------------ 0.87s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:79 ----- Gathering Facts --------------------------------------------------------- 0.86s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:31 ------------ Gathering Facts --------------------------------------------------------- 0.86s /tmp/tmpcu0yxwd0/tests/tests_default_nm.yml:3 --------------------------------- Gathering Facts --------------------------------------------------------- 0.85s /tmp/tmpcu0yxwd0/tests/tests_default_initscripts.yml:3 ------------------------ Gathering Facts --------------------------------------------------------- 0.83s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:3 ------------- linux-system-roles.network : Configure networking connection profiles --- 0.79s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:116 ---- Get stats of system files ----------------------------------------------- 0.64s /tmp/tmpcu0yxwd0/tests/_backup.yml:6 ------------------------------------------ create tempdir for code to test ----------------------------------------- 0.60s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:35 ------------ linux-system-roles.network : Re-test connectivity ----------------------- 0.59s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:149 ---- Create /tmp/lsrtest_8kww_63b/ansible ------------------------------------ 0.58s /tmp/tmpcu0yxwd0/tests/playbooks/integration_pytest_python3.yml:88 ------------ linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.56s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 - 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/tmpxngj32xw 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/tmpsh02am6p/tests/network/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpsh02am6p/tests/network/_backup.yml:6 Wednesday 03 August 2022 16:14:43 +0000 (0:00:00.017) 0:00:00.017 ****** ok: [/cache/fedora-36.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": 1659543282.1985512, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659543282.1985512, "dev": 31, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 39291, "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": 1659248396.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/tmpsh02am6p/tests/network/_backup.yml:13 Wednesday 03 August 2022 16:14:44 +0000 (0:00:00.633) 0:00:00.651 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/fedora-36.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': 39291, 'dev': 31, 'nlink': 1, 'atime': 1659543282.1985512, 'mtime': 1659248396.0, 'ctime': 1659543282.1985512, '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": 1659543282.1985512, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659543282.1985512, "dev": 31, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 39291, "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": 1659248396.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/tmpsh02am6p/tests/network/_backup.yml:19 Wednesday 03 August 2022 16:14:44 +0000 (0:00:00.036) 0:00:00.687 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.003881", "end": "2022-08-03 16:14:43.969119", "rc": 0, "start": "2022-08-03 16:14:43.965238" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 16:14:44 +0000 (0:00:00.535) 0:00:01.223 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.63s /tmp/tmpsh02am6p/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.54s /tmp/tmpsh02am6p/tests/network/_backup.yml:19 --------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmpsh02am6p/tests/network/_backup.yml:13 --------------------------------- PLAYBOOK: tests_integration_pytest.yml ***************************************** 7 plays in /tmp/tmpsh02am6p/tests/network/tests_integration_pytest.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpsh02am6p/tests/network/tests_integration_pytest.yml:3 Wednesday 03 August 2022 16:14:44 +0000 (0:00:00.071) 0:00:01.294 ****** ok: [/cache/fedora-36.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tests_integration_pytest.yml:5 Wednesday 03 August 2022 16:14:45 +0000 (0:00:01.058) 0:00:02.353 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml for /cache/fedora-36.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:14:45 +0000 (0:00:00.027) 0:00:02.380 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:14:45 +0000 (0:00:00.022) 0:00:02.403 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml for /cache/fedora-36.qcow2.snap TASK [Create EPEL 36] ********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:14:46 +0000 (0:00:00.030) 0:00:02.434 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:14:46 +0000 (0:00:00.020) 0:00:02.454 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:14:46 +0000 (0:00:00.021) 0:00:02.476 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:14:46 +0000 (0:00:00.019) 0:00:02.496 ****** skipping: [/cache/fedora-36.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/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:3 Wednesday 03 August 2022 16:14:46 +0000 (0:00:00.038) 0:00:02.534 ****** ok: [/cache/fedora-36.qcow2.snap] META: ran handlers TASK [Install rpm dependencies] ************************************************ task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:12 Wednesday 03 August 2022 16:14:46 +0000 (0:00:00.852) 0:00:03.387 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "rc": 0, "results": [ "Installed: perl-HTTP-Tiny-0.082-1.fc36.noarch", "Installed: perl-Time-Local-2:1.300-479.fc36.noarch", "Installed: perl-Errno-1.33-486.fc36.x86_64", "Installed: perl-Error-1:0.17029-8.fc36.noarch", "Installed: perl-File-Path-2.18-479.fc36.noarch", "Installed: perl-subs-1.04-486.fc36.noarch", "Installed: git-2.37.1-1.fc36.x86_64", "Installed: git-core-2.37.1-1.fc36.x86_64", "Installed: git-core-doc-2.37.1-1.fc36.noarch", "Installed: perl-vars-1.05-486.fc36.noarch", "Installed: perl-Storable-1:3.25-2.fc36.x86_64", "Installed: perl-base-2.27-486.fc36.noarch", "Installed: python3-pip-21.3.1-2.fc36.noarch", "Installed: perl-Digest-1.20-2.fc36.noarch", "Installed: perl-POSIX-1.97-486.fc36.x86_64", "Installed: perl-Term-ANSIColor-5.01-480.fc36.noarch", "Installed: perl-File-Temp-1:0.231.100-479.fc36.noarch", "Installed: perl-Exporter-5.76-480.fc36.noarch", "Installed: perl-Term-Cap-1.17-479.fc36.noarch", "Installed: perl-constant-1.33-480.fc36.noarch", "Installed: perl-Digest-MD5-2.58-479.fc36.x86_64", "Installed: perl-Net-SSLeay-1.92-2.fc36.x86_64", "Installed: perl-File-stat-1.09-486.fc36.noarch", "Installed: perl-FileHandle-2.03-486.fc36.noarch", "Installed: perl-Pod-Escapes-1:1.07-479.fc36.noarch", "Installed: perl-AutoLoader-5.74-486.fc36.noarch", "Installed: perl-TermReadKey-2.38-12.fc36.x86_64", "Installed: perl-B-1.82-486.fc36.x86_64", "Installed: perl-Pod-Perldoc-3.28.01-480.fc36.noarch", "Installed: perl-Socket-4:2.035-1.fc36.x86_64", "Installed: perl-Mozilla-CA-20211001-2.fc36.noarch", "Installed: perl-if-0.60.900-486.fc36.noarch", "Installed: perl-NDBM_File-1.15-486.fc36.x86_64", "Installed: perl-Pod-Simple-1:3.43-3.fc36.noarch", "Installed: perl-URI-5.10-1.fc36.noarch", "Installed: perl-interpreter-4:5.34.1-486.fc36.x86_64", "Installed: perl-Symbol-1.09-486.fc36.noarch", "Installed: perl-lib-0.65-486.fc36.x86_64", "Installed: perl-Scalar-List-Utils-5:1.62-464.fc36.x86_64", "Installed: perl-Pod-Usage-4:2.01-479.fc36.noarch", "Installed: perl-Fcntl-1.14-486.fc36.x86_64", "Installed: perl-libnet-3.13-480.fc36.noarch", "Installed: perl-IO-1.46-486.fc36.x86_64", "Installed: perl-Text-ParseWords-3.31-1.fc36.noarch", "Installed: perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch", "Installed: perl-libs-4:5.34.1-486.fc36.x86_64", "Installed: perl-DynaLoader-1.50-486.fc36.x86_64", "Installed: perl-File-Basename-2.85-486.fc36.noarch", "Installed: perl-SelectSaver-1.02-486.fc36.noarch", "Installed: perl-Data-Dumper-2.183-3.fc36.x86_64", "Installed: perl-Carp-1.52-479.fc36.noarch", "Installed: perl-mro-1.25-486.fc36.x86_64", "Installed: perl-PathTools-3.80-479.fc36.x86_64", "Installed: perl-File-Find-1.39-486.fc36.noarch", "Installed: perl-Encode-4:3.17-485.fc36.x86_64", "Installed: perl-Class-Struct-0.66-486.fc36.noarch", "Installed: perl-overload-1.33-486.fc36.noarch", "Installed: perl-overloading-0.02-486.fc36.noarch", "Installed: perl-IO-Socket-IP-0.41-480.fc36.noarch", "Installed: perl-MIME-Base64-3.16-479.fc36.x86_64", "Installed: perl-parent-1:0.238-479.fc36.noarch", "Installed: perl-IO-Socket-SSL-2.074-2.fc36.noarch", "Installed: perl-Getopt-Long-1:2.52-479.fc36.noarch", "Installed: perl-podlators-1:4.14-479.fc36.noarch", "Installed: perl-Getopt-Std-1.13-486.fc36.noarch", "Installed: perl-Git-2.37.1-1.fc36.noarch", "Installed: perl-IPC-Open3-1.21-486.fc36.noarch" ] } TASK [Install Pytest] ********************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:17 Wednesday 03 August 2022 16:14:53 +0000 (0:00:06.088) 0:00:09.476 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "pip3", "install", "pytest" ], "delta": "0:00:01.620308", "end": "2022-08-03 16:14:54.257504", "rc": 0, "start": "2022-08-03 16:14:52.637196" } STDOUT: Collecting pytest Downloading pytest-7.1.2-py3-none-any.whl (297 kB) Collecting iniconfig Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 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.4.0) Collecting py>=1.8.2 Downloading py-1.11.0-py2.py3-none-any.whl (98 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 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/tmpsh02am6p/tests/network/tests_default_initscripts.yml:3 Wednesday 03 August 2022 16:14:55 +0000 (0:00:02.055) 0:00:11.531 ****** ok: [/cache/fedora-36.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tests_default_initscripts.yml:5 Wednesday 03 August 2022 16:14:55 +0000 (0:00:00.831) 0:00:12.363 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml for /cache/fedora-36.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:14:55 +0000 (0:00:00.031) 0:00:12.394 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.023) 0:00:12.418 ****** included: /tmp/tmpsh02am6p/tests/network/playbooks/../tasks/enable_epel.yml for /cache/fedora-36.qcow2.snap TASK [Create EPEL 36] ********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.038) 0:00:12.456 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.022) 0:00:12.479 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.023) 0:00:12.502 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.022) 0:00:12.525 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /tmp/tmpsh02am6p/tests/network/tests_default_initscripts.yml:6 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.022) 0:00:12.548 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.061) 0:00:12.609 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.037) 0:00:12.647 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.094) 0:00:12.742 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.035) 0:00:12.778 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.036) 0:00:12.814 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.035) 0:00:12.849 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.035) 0:00:12.885 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.037) 0:00:12.923 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.034) 0:00:12.957 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.032) 0:00:12.989 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.031) 0:00:13.021 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.032) 0:00:13.053 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.031) 0:00:13.085 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.032) 0:00:13.118 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.032) 0:00:13.150 ****** skipping: [/cache/fedora-36.qcow2.snap] => {} TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.031) 0:00:13.181 ****** skipping: [/cache/fedora-36.qcow2.snap] => {} TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.031) 0:00:13.212 ****** skipping: [/cache/fedora-36.qcow2.snap] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.031) 0:00:13.243 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } META: TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tests_default.yml:9 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.039) 0:00:13.282 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmpsh02am6p/tests/network/tests_default.yml:10 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.036) 0:00:13.318 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpsh02am6p/tests/network/tests_default_nm.yml:3 Wednesday 03 August 2022 16:14:56 +0000 (0:00:00.051) 0:00:13.370 ****** ok: [/cache/fedora-36.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tests_default_nm.yml:5 Wednesday 03 August 2022 16:14:57 +0000 (0:00:00.827) 0:00:14.197 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml for /cache/fedora-36.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:14:57 +0000 (0:00:00.028) 0:00:14.226 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:14:57 +0000 (0:00:00.020) 0:00:14.246 ****** included: /tmp/tmpsh02am6p/tests/network/playbooks/../tasks/enable_epel.yml for /cache/fedora-36.qcow2.snap TASK [Create EPEL 36] ********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:14:57 +0000 (0:00:00.030) 0:00:14.276 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:14:57 +0000 (0:00:00.021) 0:00:14.298 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:14:57 +0000 (0:00:00.022) 0:00:14.321 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:14:57 +0000 (0:00:00.020) 0:00:14.342 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmpsh02am6p/tests/network/tests_default_nm.yml:6 Wednesday 03 August 2022 16:14:57 +0000 (0:00:00.020) 0:00:14.362 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 16:14:58 +0000 (0:00:00.059) 0:00:14.421 ****** included: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/fedora-36.qcow2.snap TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 03 August 2022 16:14:58 +0000 (0:00:00.037) 0:00:14.458 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 03 August 2022 16:14:58 +0000 (0:00:00.642) 0:00:15.101 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Wednesday 03 August 2022 16:15:00 +0000 (0:00:02.154) 0:00:17.255 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 16:15:01 +0000 (0:00:01.033) 0:00:18.288 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 16:15:01 +0000 (0:00:00.052) 0:00:18.341 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 16:15:01 +0000 (0:00:00.045) 0:00:18.387 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 16:15:02 +0000 (0:00:00.047) 0:00:18.434 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 16:15:02 +0000 (0:00:00.078) 0:00:18.513 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 16:15:02 +0000 (0:00:00.044) 0:00:18.558 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 16:15:02 +0000 (0:00:00.044) 0:00:18.602 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 16:15:02 +0000 (0:00:00.054) 0:00:18.657 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 16:15:03 +0000 (0:00:00.836) 0:00:19.494 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 16:15:03 +0000 (0:00:00.058) 0:00:19.552 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 16:15:03 +0000 (0:00:00.042) 0:00:19.595 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 16:15:03 +0000 (0:00:00.078) 0:00:19.674 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 16:15:04 +0000 (0:00:00.766) 0:00:20.441 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 16:15:04 +0000 (0:00:00.046) 0:00:20.488 ****** ok: [/cache/fedora-36.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 16:15:04 +0000 (0:00:00.057) 0:00:20.545 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 16:15:04 +0000 (0:00:00.054) 0:00:20.600 ****** skipping: [/cache/fedora-36.qcow2.snap] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 16:15:04 +0000 (0:00:00.045) 0:00:20.646 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tests_default.yml:9 Wednesday 03 August 2022 16:15:04 +0000 (0:00:00.572) 0:00:21.218 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml for /cache/fedora-36.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:15:04 +0000 (0:00:00.064) 0:00:21.282 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:15:04 +0000 (0:00:00.039) 0:00:21.322 ****** included: /tmp/tmpsh02am6p/tests/network/playbooks/../tasks/enable_epel.yml for /cache/fedora-36.qcow2.snap TASK [Create EPEL 36] ********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:15:04 +0000 (0:00:00.093) 0:00:21.415 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:15:05 +0000 (0:00:00.038) 0:00:21.453 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:15:05 +0000 (0:00:00.041) 0:00:21.495 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:15:05 +0000 (0:00:00.039) 0:00:21.535 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test warning and info logs] ********************************************** task path: /tmp/tmpsh02am6p/tests/network/tests_default.yml:10 Wednesday 03 August 2022 16:15:05 +0000 (0:00:00.044) 0:00:21.579 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Run Pytest tests] ******************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:31 Wednesday 03 August 2022 16:15:05 +0000 (0:00:00.103) 0:00:21.683 ****** ok: [/cache/fedora-36.qcow2.snap] META: ran handlers TASK [create tempdir for code to test] ***************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:35 Wednesday 03 August 2022 16:15:06 +0000 (0:00:00.853) 0:00:22.537 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_0u0czoho", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [get tempfile for tar] **************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:41 Wednesday 03 August 2022 16:15:06 +0000 (0:00:00.559) 0:00:23.096 ****** changed: [/cache/fedora-36.qcow2.snap -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_izh_uroq.tar", "size": 0, "state": "file", "uid": 0 } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:48 Wednesday 03 August 2022 16:15:06 +0000 (0:00:00.214) 0:00:23.310 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_modules_and_utils_paths.yml for /cache/fedora-36.qcow2.snap TASK [set collection paths] **************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_modules_and_utils_paths.yml:3 Wednesday 03 August 2022 16:15:06 +0000 (0:00:00.066) 0:00:23.377 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "collection_paths": [ "/tmp/tmpxngj32xw", "/tmp/tmpxngj32xw" ] }, "changed": false } TASK [set search paths] ******************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_modules_and_utils_paths.yml:13 Wednesday 03 August 2022 16:15:07 +0000 (0:00:00.063) 0:00:23.440 ****** ok: [/cache/fedora-36.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/tmpsh02am6p/tests/network/tasks/get_modules_and_utils_paths.yml:42 Wednesday 03 August 2022 16:15:07 +0000 (0:00:00.072) 0:00:23.512 ****** ok: [/cache/fedora-36.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/tmpxngj32xw /tmp/tmpxngj32xw; 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.004204", "end": "2022-08-03 16:15:07.279219", "rc": 0, "start": "2022-08-03 16:15:07.275015" } STDOUT: /tmp/tmpxngj32xw 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/tmpxngj32xw /tmp/tmpxngj32xw + '[' '!' -d /tmp/tmpxngj32xw ']' + cd /tmp/tmpxngj32xw + for subdir in ansible_collections/*/*/plugins/modules + '[' -f ansible_collections/fedora/linux_system_roles/plugins/modules/network_connections.py ']' + echo /tmp/tmpxngj32xw + echo ansible_collections/fedora/linux_system_roles/plugins/modules + exit 0 TASK [find parent directory and path of module_utils] ************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_modules_and_utils_paths.yml:69 Wednesday 03 August 2022 16:15:07 +0000 (0:00:00.235) 0:00:23.748 ****** ok: [/cache/fedora-36.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/tmpxngj32xw /tmp/tmpxngj32xw; 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.004193", "end": "2022-08-03 16:15:07.517250", "rc": 0, "start": "2022-08-03 16:15:07.513057" } STDOUT: /tmp/tmpxngj32xw 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/tmpxngj32xw /tmp/tmpxngj32xw + '[' '!' -d /tmp/tmpxngj32xw ']' + cd /tmp/tmpxngj32xw + for subdir in ansible_collections/*/*/plugins/module_utils + '[' -d ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr ']' + echo /tmp/tmpxngj32xw + echo ansible_collections/fedora/linux_system_roles/plugins/module_utils + exit 0 TASK [get tests directory] ***************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:50 Wednesday 03 August 2022 16:15:07 +0000 (0:00:00.232) 0:00:23.981 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "tests_directory": "/tmp/tmpsh02am6p/tests/network/playbooks/files/../../network" }, "changed": false } TASK [Create Tar file] ********************************************************* task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:65 Wednesday 03 August 2022 16:15:07 +0000 (0:00:00.056) 0:00:24.037 ****** changed: [/cache/fedora-36.qcow2.snap -> localhost] => { "changed": true, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_izh_uroq.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/tmp/tmpsh02am6p/tests", "network", "-C", "/tmp/tmpxngj32xw", "ansible_collections/fedora/linux_system_roles/plugins/modules", "-C", "/tmp/tmpxngj32xw", "ansible_collections/fedora/linux_system_roles/plugins/module_utils" ], "delta": "0:00:00.008449", "end": "2022-08-03 16:15:07.812472", "rc": 0, "start": "2022-08-03 16:15:07.804023" } 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/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:77 Wednesday 03 August 2022 16:15:07 +0000 (0:00:00.241) 0:00:24.279 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "checksum": "48fffca55c9eb4bb79425ab5159fdedcf87af7ac", "dest": "/tmp/lsrtest_0u0czoho/lsrtest_izh_uroq.tar", "gid": 0, "group": "root", "md5sum": "aab34c07c89a4367cf5f647634b3e3cc", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 819200, "src": "/root/.ansible/tmp/ansible-tmp-1659543307.9262927-56454-100437972986196/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:83 Wednesday 03 August 2022 16:15:09 +0000 (0:00:01.175) 0:00:25.455 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "tar", "xf", "lsrtest_izh_uroq.tar" ], "delta": "0:00:00.007909", "end": "2022-08-03 16:15:08.628924", "rc": 0, "start": "2022-08-03 16:15:08.621015" } TASK [Create /tmp/lsrtest_0u0czoho/ansible] ************************************ task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:88 Wednesday 03 August 2022 16:15:09 +0000 (0:00:00.439) 0:00:25.894 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_0u0czoho/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/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:94 Wednesday 03 August 2022 16:15:10 +0000 (0:00:00.554) 0:00:26.449 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": "if [ -d /tmp/lsrtest_0u0czoho/module_utils ]; then\n mv /tmp/lsrtest_0u0czoho/module_utils /tmp/lsrtest_0u0czoho/ansible\nfi\n", "delta": "0:00:00.003663", "end": "2022-08-03 16:15:09.599754", "rc": 0, "start": "2022-08-03 16:15:09.596091" } TASK [Fake out python module directories, primarily for python2] *************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:100 Wednesday 03 August 2022 16:15:10 +0000 (0:00:00.414) 0:00:26.864 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": "for dir in $(find /tmp/lsrtest_0u0czoho -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.023066", "end": "2022-08-03 16:15:10.035539", "rc": 0, "start": "2022-08-03 16:15:10.012473" } TASK [Set _lsr_python_path] **************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:108 Wednesday 03 August 2022 16:15:10 +0000 (0:00:00.462) 0:00:27.326 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_0u0czoho/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_0u0czoho" }, "changed": false } TASK [Show _lsr_python_path] *************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:112 Wednesday 03 August 2022 16:15:10 +0000 (0:00:00.054) 0:00:27.380 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: path /tmp/lsrtest_0u0czoho/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_0u0czoho TASK [ls -alrtFR /tmp/lsrtest_0u0czoho] **************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:116 Wednesday 03 August 2022 16:15:11 +0000 (0:00:00.054) 0:00:27.435 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_0u0czoho" ], "delta": "0:00:00.006052", "end": "2022-08-03 16:15:10.598991", "rc": 0, "start": "2022-08-03 16:15:10.592939" } STDOUT: /tmp/lsrtest_0u0czoho: total 800 -rw-------. 1 root root 819200 Aug 3 16:15 lsrtest_izh_uroq.tar -rw-r--r--. 1 root root 0 Aug 3 16:15 __init__.py drwx------. 5 root root 140 Aug 3 16:15 ./ drwxr-xr-x. 2 root root 60 Aug 3 16:15 ansible/ drwxr-xr-x. 3 root root 80 Aug 3 16:15 ansible_collections/ drwxr-xr-x. 7 root root 1440 Aug 3 16:15 network/ drwxrwxrwt. 13 root root 280 Aug 3 16:15 ../ /tmp/lsrtest_0u0czoho/ansible: total 0 drwx------. 5 root root 140 Aug 3 16:15 ../ -rw-r--r--. 1 root root 0 Aug 3 16:15 __init__.py drwxr-xr-x. 2 root root 60 Aug 3 16:15 ./ /tmp/lsrtest_0u0czoho/ansible_collections: total 0 drwx------. 5 root root 140 Aug 3 16:15 ../ -rw-r--r--. 1 root root 0 Aug 3 16:15 __init__.py drwxr-xr-x. 3 root root 80 Aug 3 16:15 ./ drwxr-xr-x. 3 root root 80 Aug 3 16:15 fedora/ /tmp/lsrtest_0u0czoho/ansible_collections/fedora: total 0 drwxr-xr-x. 3 root root 80 Aug 3 16:15 ../ -rw-r--r--. 1 root root 0 Aug 3 16:15 __init__.py drwxr-xr-x. 3 root root 80 Aug 3 16:15 ./ drwxr-xr-x. 3 root root 80 Aug 3 16:15 linux_system_roles/ /tmp/lsrtest_0u0czoho/ansible_collections/fedora/linux_system_roles: total 0 drwxr-xr-x. 3 root root 80 Aug 3 16:15 ../ -rw-r--r--. 1 root root 0 Aug 3 16:15 __init__.py drwxr-xr-x. 3 root root 80 Aug 3 16:15 ./ drwxr-xr-x. 4 root root 100 Aug 3 16:15 plugins/ /tmp/lsrtest_0u0czoho/ansible_collections/fedora/linux_system_roles/plugins: total 0 drwxr-xr-x. 2 root root 100 Aug 3 15:31 modules/ drwxr-xr-x. 3 root root 80 Aug 3 16:15 ../ -rw-r--r--. 1 root root 0 Aug 3 16:15 __init__.py drwxr-xr-x. 4 root root 100 Aug 3 16:15 ./ drwxr-xr-x. 3 root root 80 Aug 3 16:15 module_utils/ /tmp/lsrtest_0u0czoho/ansible_collections/fedora/linux_system_roles/plugins/modules: total 104 -rw-r--r--. 1 root root 2211 Aug 3 15:31 network_state.py -rw-r--r--. 1 root root 0 Aug 3 15:31 __init__.py drwxr-xr-x. 2 root root 100 Aug 3 15:31 ./ -rw-r--r--. 1 root root 101852 Aug 3 15:31 network_connections.py drwxr-xr-x. 4 root root 100 Aug 3 16:15 ../ /tmp/lsrtest_0u0czoho/ansible_collections/fedora/linux_system_roles/plugins/module_utils: total 0 drwxr-xr-x. 3 root root 180 Aug 3 15:31 network_lsr/ drwxr-xr-x. 4 root root 100 Aug 3 16:15 ../ -rw-r--r--. 1 root root 0 Aug 3 16:15 __init__.py drwxr-xr-x. 3 root root 80 Aug 3 16:15 ./ /tmp/lsrtest_0u0czoho/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr: total 128 drwxr-xr-x. 2 root root 160 Aug 3 15:31 nm/ -rw-r--r--. 1 root root 190 Aug 3 15:31 myerror.py -rw-r--r--. 1 root root 0 Aug 3 15:31 __init__.py -rw-r--r--. 1 root root 1706 Aug 3 15:31 ethtool.py drwxr-xr-x. 3 root root 180 Aug 3 15:31 ./ -rw-r--r--. 1 root root 11397 Aug 3 15:31 utils.py -rw-r--r--. 1 root root 1640 Aug 3 15:31 nm_provider.py -rw-r--r--. 1 root root 106034 Aug 3 15:31 argument_validator.py drwxr-xr-x. 3 root root 80 Aug 3 16:15 ../ /tmp/lsrtest_0u0czoho/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm: total 28 -rw-r--r--. 1 root root 175 Aug 3 15:31 error.py drwxr-xr-x. 3 root root 180 Aug 3 15:31 ../ drwxr-xr-x. 2 root root 160 Aug 3 15:31 ./ -rw-r--r--. 1 root root 3292 Aug 3 15:31 provider.py -rw-r--r--. 1 root root 389 Aug 3 15:31 __init__.py -rw-r--r--. 1 root root 3638 Aug 3 15:31 connection.py -rw-r--r--. 1 root root 2880 Aug 3 15:31 client.py -rw-r--r--. 1 root root 4104 Aug 3 15:31 active_connection.py /tmp/lsrtest_0u0czoho/network: total 268 -rw-r--r--. 1 root root 592 Aug 3 15:31 tests_bridge_nm.yml -rw-r--r--. 1 root root 527 Aug 3 15:31 tests_bridge_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 15:31 tests_bond_removal_nm.yml -rw-r--r--. 1 root root 539 Aug 3 15:31 tests_bond_removal_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 15:31 tests_bond_options_nm.yml -rw-r--r--. 1 root root 588 Aug 3 15:31 tests_bond_nm.yml -rw-r--r--. 1 root root 523 Aug 3 15:31 tests_bond_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 15:31 tests_bond_deprecated_nm.yml -rw-r--r--. 1 root root 545 Aug 3 15:31 tests_bond_deprecated_initscripts.yml -rw-r--r--. 1 root root 604 Aug 3 15:31 tests_auto_gateway_nm.yml -rw-r--r--. 1 root root 539 Aug 3 15:31 tests_auto_gateway_initscripts.yml -rw-r--r--. 1 root root 695 Aug 3 15:31 tests_802_1x_updated_nm.yml -rw-r--r--. 1 root root 679 Aug 3 15:31 tests_802_1x_nm.yml -rw-r--r--. 1 root root 292 Aug 3 15:31 setup-snapshot.yml -rwxr-xr-x. 1 root root 880 Aug 3 15:31 merge_coverage.sh* -rwxr-xr-x. 1 root root 357 Aug 3 15:31 git-pre-commit.sh* -rwxr-xr-x. 1 root root 682 Aug 3 15:31 git-post-commit.sh* -rwxr-xr-x. 1 root root 929 Aug 3 15:31 get_total_coverage.sh* -rw-r--r--. 1 root root 2326 Aug 3 15:31 get_coverage.yml -rwxr-xr-x. 1 root root 2494 Aug 3 15:31 get_coverage.sh* -rwxr-xr-x. 1 root root 9915 Aug 3 15:31 ensure_provider_tests.py* -rwxr-xr-x. 1 root root 343 Aug 3 15:31 covstats* -rw-r--r--. 1 root root 805 Aug 3 15:31 tests_wireless_wpa3_sae_nm.yml -rw-r--r--. 1 root root 896 Aug 3 15:31 tests_wireless_wpa3_owe_nm.yml -rw-r--r--. 1 root root 636 Aug 3 15:31 tests_wireless_plugin_installation_nm.yml -rw-r--r--. 1 root root 644 Aug 3 15:31 tests_wireless_nm.yml -rw-r--r--. 1 root root 596 Aug 3 15:31 tests_vlan_mtu_nm.yml -rw-r--r--. 1 root root 531 Aug 3 15:31 tests_vlan_mtu_initscripts.yml -rw-r--r--. 1 root root 5211 Aug 3 15:31 tests_unit.yml -rw-r--r--. 1 root root 628 Aug 3 15:31 tests_team_plugin_installation_nm.yml -rw-r--r--. 1 root root 627 Aug 3 15:31 tests_team_nm.yml -rw-r--r--. 1 root root 411 Aug 3 15:31 tests_switch_provider.yml -rw-r--r--. 1 root root 592 Aug 3 15:31 tests_states_nm.yml -rw-r--r--. 1 root root 527 Aug 3 15:31 tests_states_initscripts.yml -rw-r--r--. 1 root root 606 Aug 3 15:31 tests_routing_rules_nm.yml -rw-r--r--. 1 root root 602 Aug 3 15:31 tests_route_table_nm.yml -rw-r--r--. 1 root root 1167 Aug 3 15:31 tests_regression_nm.yml -rw-r--r--. 1 root root 594 Aug 3 15:31 tests_reapply_nm.yml -rw-r--r--. 1 root root 1240 Aug 3 15:31 tests_provider_nm.yml -rw-r--r--. 1 root root 657 Aug 3 15:31 tests_network_state_nm.yml -rw-r--r--. 1 root root 588 Aug 3 15:31 tests_ipv6_nm.yml -rw-r--r--. 1 root root 523 Aug 3 15:31 tests_ipv6_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 15:31 tests_ipv6_dns_search_nm.yml -rw-r--r--. 1 root root 606 Aug 3 15:31 tests_ipv6_disabled_nm.yml -rw-r--r--. 1 root root 309 Aug 3 15:31 tests_integration_pytest.yml -rw-r--r--. 1 root root 600 Aug 3 15:31 tests_infiniband_nm.yml -rw-r--r--. 1 root root 979 Aug 3 15:31 tests_helpers_and_asserts.yml -rw-r--r--. 1 root root 1155 Aug 3 15:31 tests_ethtool_ring_nm.yml -rw-r--r--. 1 root root 539 Aug 3 15:31 tests_ethtool_ring_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 15:31 tests_ethtool_features_nm.yml -rw-r--r--. 1 root root 547 Aug 3 15:31 tests_ethtool_features_initscripts.yml -rw-r--r--. 1 root root 1167 Aug 3 15:31 tests_ethtool_coalesce_nm.yml -rw-r--r--. 1 root root 547 Aug 3 15:31 tests_ethtool_coalesce_initscripts.yml -rw-r--r--. 1 root root 1178 Aug 3 15:31 tests_eth_pci_address_match_nm.yml -rw-r--r--. 1 root root 596 Aug 3 15:31 tests_ethernet_nm.yml -rw-r--r--. 1 root root 531 Aug 3 15:31 tests_ethernet_initscripts.yml -rw-r--r--. 1 root root 610 Aug 3 15:31 tests_eth_dns_support_nm.yml -rw-r--r--. 1 root root 590 Aug 3 15:31 tests_dummy_nm.yml -rw-r--r--. 1 root root 400 Aug 3 15:31 tests_default.yml -rw-r--r--. 1 root root 377 Aug 3 15:31 tests_default_nm.yml -rw-r--r--. 1 root root 356 Aug 3 15:31 tests_default_initscripts.yml -rw-r--r--. 1 root root 2389 Aug 3 15:31 tests_change_indication_on_repeat_run.yml -rw-r--r--. 1 root root 139 Aug 3 16:00 _restore.yml -rw-r--r--. 1 root root 575 Aug 3 16:00 _backup.yml drwx------. 5 root root 140 Aug 3 16:15 ../ -rw-r--r--. 1 root root 0 Aug 3 16:15 __init__.py drwxr-xr-x. 7 root root 1440 Aug 3 16:15 ./ drwxr-xr-x. 2 root root 100 Aug 3 16:15 unit/ drwxr-xr-x. 3 root root 820 Aug 3 16:15 tasks/ drwxr-xr-x. 2 root root 900 Aug 3 16:15 playbooks/ drwxr-xr-x. 2 root root 100 Aug 3 16:15 integration/ drwxr-xr-x. 2 root root 220 Aug 3 16:15 files/ /tmp/lsrtest_0u0czoho/network/unit: total 188 -rw-r--r--. 1 root root 1416 Aug 3 15:31 test_nm_provider.py -rw-r--r--. 1 root root 188004 Aug 3 15:31 test_network_connections.py drwxr-xr-x. 7 root root 1440 Aug 3 16:15 ../ -rw-r--r--. 1 root root 0 Aug 3 16:15 __init__.py drwxr-xr-x. 2 root root 100 Aug 3 16:15 ./ /tmp/lsrtest_0u0czoho/network/tasks: total 148 -rw-r--r--. 1 root root 3401 Aug 3 15:31 test_802.1x_capath.yml -rw-r--r--. 1 root root 777 Aug 3 15:31 start_mock_wifi.yml -rw-r--r--. 1 root root 185 Aug 3 15:31 show_interfaces.yml -rw-r--r--. 1 root root 139 Aug 3 15:31 setup_test_interface.yml -rw-r--r--. 1 root root 2048 Aug 3 15:31 setup_mock_wifi.yml -rw-r--r--. 1 root root 1980 Aug 3 15:31 setup_mock_wifi_wpa3_sae.yml -rw-r--r--. 1 root root 1823 Aug 3 15:31 setup_mock_wifi_wpa3_owe.yml -rw-r--r--. 1 root root 244 Aug 3 15:31 setup_802.1x.yml -rw-r--r--. 1 root root 2353 Aug 3 15:31 setup_802_1x_server.yml -rw-r--r--. 1 root root 1648 Aug 3 15:31 run_test.yml -rw-r--r--. 1 root root 581 Aug 3 15:31 remove_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 235 Aug 3 15:31 remove_profile.yml -rw-r--r--. 1 root root 255 Aug 3 15:31 remove+down_profile.yml -rw-r--r--. 1 root root 2035 Aug 3 15:31 manage_test_interface.yml -rw-r--r--. 1 root root 1807 Aug 3 15:31 get_profile_stat.yml -rw-r--r--. 1 root root 480 Aug 3 15:31 get_NetworkManager_NVR.yml -rw-r--r--. 1 root root 2813 Aug 3 15:31 get_modules_and_utils_paths.yml -rw-r--r--. 1 root root 241 Aug 3 15:31 get_interface_stat.yml -rw-r--r--. 1 root root 295 Aug 3 15:31 get_current_interfaces.yml -rw-r--r--. 1 root root 1212 Aug 3 15:31 enable_epel.yml -rw-r--r--. 1 root root 852 Aug 3 15:31 el_repo_setup.yml -rw-r--r--. 1 root root 197 Aug 3 15:31 delete_interface.yml -rw-r--r--. 1 root root 3704 Aug 3 15:31 create_test_interfaces_with_dhcp.yml -rw-r--r--. 1 root root 380 Aug 3 15:31 create_team_profile.yml -rw-r--r--. 1 root root 368 Aug 3 15:31 create_dummy_profile.yml -rw-r--r--. 1 root root 382 Aug 3 15:31 create_bridge_profile.yml -rw-r--r--. 1 root root 409 Aug 3 15:31 create_bridge_profile_no_autoconnect.yml -rw-r--r--. 1 root root 529 Aug 3 15:31 create_and_remove_interface.yml -rw-r--r--. 1 root root 363 Aug 3 15:31 cleanup_profile+device.yml -rw-r--r--. 1 root root 218 Aug 3 15:31 cleanup_mock_wifi.yml -rw-r--r--. 1 root root 481 Aug 3 15:31 cleanup_802_1x_server.yml -rw-r--r--. 1 root root 434 Aug 3 15:31 assert_profile_present.yml -rw-r--r--. 1 root root 229 Aug 3 15:31 assert_profile_absent.yml -rw-r--r--. 1 root root 364 Aug 3 15:31 assert_output_in_stderr_without_warnings.yml -rw-r--r--. 1 root root 232 Aug 3 15:31 assert_device_present.yml -rw-r--r--. 1 root root 227 Aug 3 15:31 assert_device_absent.yml -rw-r--r--. 1 root root 220 Aug 3 15:31 activate_profile.yml drwxr-xr-x. 7 root root 1440 Aug 3 16:15 ../ -rw-r--r--. 1 root root 0 Aug 3 16:15 __init__.py drwxr-xr-x. 3 root root 820 Aug 3 16:15 ./ drwxr-xr-x. 2 root root 120 Aug 3 16:15 provider/ /tmp/lsrtest_0u0czoho/network/tasks/provider: total 12 -rw-r--r--. 1 root root 198 Aug 3 15:31 default_with_nm.yml -rw-r--r--. 1 root root 371 Aug 3 15:31 create_with_nm.yml -rw-r--r--. 1 root root 621 Aug 3 15:31 create_and_remove_with_initscripts.yml drwxr-xr-x. 3 root root 820 Aug 3 16:15 ../ -rw-r--r--. 1 root root 0 Aug 3 16:15 __init__.py drwxr-xr-x. 2 root root 120 Aug 3 16:15 ./ /tmp/lsrtest_0u0czoho/network/playbooks: total 220 lrwxrwxrwx. 1 root root 9 Aug 3 15:31 tasks -> ../tasks// lrwxrwxrwx. 1 root root 8 Aug 3 15:31 files -> ../files/ -rw-r--r--. 1 root root 3282 Aug 3 15:31 tests_ipv6.yml -rw-r--r--. 1 root root 5559 Aug 3 15:31 tests_ipv6_dns_search.yml -rw-r--r--. 1 root root 2730 Aug 3 15:31 tests_ipv6_disabled.yml -rw-r--r--. 1 root root 2465 Aug 3 15:31 tests_infiniband.yml -rw-r--r--. 1 root root 6734 Aug 3 15:31 tests_ethtool_ring.yml -rw-r--r--. 1 root root 7096 Aug 3 15:31 tests_ethtool_features.yml -rw-r--r--. 1 root root 5427 Aug 3 15:31 tests_ethtool_coalesce.yml -rw-r--r--. 1 root root 2718 Aug 3 15:31 tests_eth_pci_address_match.yml -rw-r--r--. 1 root root 1670 Aug 3 15:31 tests_ethernet.yml -rw-r--r--. 1 root root 3632 Aug 3 15:31 tests_eth_dns_support.yml -rw-r--r--. 1 root root 854 Aug 3 15:31 tests_dummy.yml -rw-r--r--. 1 root root 3202 Aug 3 15:31 tests_checkpoint_cleanup.yml -rw-r--r--. 1 root root 1223 Aug 3 15:31 tests_bridge.yml -rw-r--r--. 1 root root 3921 Aug 3 15:31 tests_bond.yml -rw-r--r--. 1 root root 8646 Aug 3 15:31 tests_bond_removal.yml -rw-r--r--. 1 root root 6504 Aug 3 15:31 tests_bond_options.yml -rw-r--r--. 1 root root 3577 Aug 3 15:31 tests_bond_deprecated.yml -rw-r--r--. 1 root root 4250 Aug 3 15:31 tests_auto_gateway.yml -rw-r--r--. 1 root root 4461 Aug 3 15:31 tests_802_1x.yml -rw-r--r--. 1 root root 306 Aug 3 15:31 tests_802_1x_updated.yml -rw-r--r--. 1 root root 136 Aug 3 15:31 run_tasks.yml -rw-r--r--. 1 root root 231 Aug 3 15:31 remove_profile.yml -rw-r--r--. 1 root root 4146 Aug 3 15:31 manual_test_ethtool_coalesce.yml -rw-r--r--. 1 root root 4891 Aug 3 15:31 integration_pytest_python3.yml -rw-r--r--. 1 root root 220 Aug 3 15:31 down_profile.yml -rw-r--r--. 1 root root 179 Aug 3 15:31 down_profile+delete_interface.yml -rw-r--r--. 1 root root 3001 Aug 3 15:31 tests_wireless.yml -rw-r--r--. 1 root root 1372 Aug 3 15:31 tests_wireless_wpa3_sae.yml -rw-r--r--. 1 root root 1324 Aug 3 15:31 tests_wireless_wpa3_owe.yml -rw-r--r--. 1 root root 1195 Aug 3 15:31 tests_wireless_plugin_installation.yml -rw-r--r--. 1 root root 1993 Aug 3 15:31 tests_vlan_mtu.yml -rw-r--r--. 1 root root 875 Aug 3 15:31 tests_team.yml -rw-r--r--. 1 root root 1166 Aug 3 15:31 tests_team_plugin_installation.yml -rw-r--r--. 1 root root 1808 Aug 3 15:31 tests_switch_provider.yml -rw-r--r--. 1 root root 4515 Aug 3 15:31 tests_states.yml -rw-r--r--. 1 root root 8117 Aug 3 15:31 tests_routing_rules.yml -rw-r--r--. 1 root root 4603 Aug 3 15:31 tests_route_table.yml -rw-r--r--. 1 root root 2468 Aug 3 15:31 tests_reapply.yml -rw-r--r--. 1 root root 1095 Aug 3 15:31 tests_provider.yml -rw-r--r--. 1 root root 6816 Aug 3 15:31 tests_network_state.yml drwxr-xr-x. 7 root root 1440 Aug 3 16:15 ../ -rw-r--r--. 1 root root 0 Aug 3 16:15 __init__.py drwxr-xr-x. 2 root root 900 Aug 3 16:15 ./ /tmp/lsrtest_0u0czoho/network/integration: total 8 -rw-r--r--. 1 root root 3243 Aug 3 15:31 test_ethernet.py -rw-r--r--. 1 root root 199 Aug 3 15:31 conftest.py drwxr-xr-x. 7 root root 1440 Aug 3 16:15 ../ -rw-r--r--. 1 root root 0 Aug 3 16:15 __init__.py drwxr-xr-x. 2 root root 100 Aug 3 16:15 ./ /tmp/lsrtest_0u0czoho/network/files: total 32 -rw-r--r--. 1 root root 1334 Aug 3 15:31 server.pem -rw-r--r--. 1 root root 1782 Aug 3 15:31 server.key -rw-r--r--. 1 root root 424 Aug 3 15:31 dh.pem -rw-r--r--. 1 root root 1334 Aug 3 15:31 client.pem -rw-r--r--. 1 root root 1675 Aug 3 15:31 client.key.nocrypt -rw-r--r--. 1 root root 1782 Aug 3 15:31 client.key -rw-r--r--. 1 root root 1289 Aug 3 15:31 cacert.pem -rw-r--r--. 1 root root 1766 Aug 3 15:31 cacert.key drwxr-xr-x. 7 root root 1440 Aug 3 16:15 ../ -rw-r--r--. 1 root root 0 Aug 3 16:15 __init__.py drwxr-xr-x. 2 root root 220 Aug 3 16:15 ./ TASK [Run pytest with nm] ****************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:120 Wednesday 03 August 2022 16:15:11 +0000 (0:00:00.427) 0:00:27.863 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_0u0czoho/network/integration/", "--provider=nm" ], "delta": "0:00:02.400986", "end": "2022-08-03 16:15:13.441652", "rc": 0, "start": "2022-08-03 16:15:11.040666" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0 rootdir: /tmp/lsrtest_0u0czoho/network/integration collected 1 item ../tmp/lsrtest_0u0czoho/network/integration/test_ethernet.py . [100%] ============================== 1 passed in 2.20s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:129 Wednesday 03 August 2022 16:15:14 +0000 (0:00:02.851) 0:00:30.714 ****** ok: [/cache/fedora-36.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_0u0czoho/network/integration", "collected 1 item", "", "../tmp/lsrtest_0u0czoho/network/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 2.20s ===============================" ] } TASK [install network-scripts when running pytest with initscripts] ************ task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:133 Wednesday 03 August 2022 16:15:14 +0000 (0:00:00.102) 0:00:30.817 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "rc": 0, "results": [ "Installed: chkconfig-1.19-2.fc36.x86_64", "Installed: initscripts-10.16-2.fc36.x86_64", "Installed: initscripts-rename-device-10.16-2.fc36.x86_64", "Installed: network-scripts-10.16-2.fc36.x86_64", "Installed: dbus-tools-1:1.14.0-1.fc36.x86_64", "Installed: bc-1.07.1-15.fc36.x86_64" ] } TASK [Run pytest with initscripts] ********************************************* task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:137 Wednesday 03 August 2022 16:15:17 +0000 (0:00:03.016) 0:00:33.834 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "pytest", "/tmp/lsrtest_0u0czoho/network/integration/", "--provider=initscripts" ], "delta": "0:00:03.431205", "end": "2022-08-03 16:15:20.437302", "rc": 0, "start": "2022-08-03 16:15:17.006097" } STDOUT: ============================= test session starts ============================== platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0 rootdir: /tmp/lsrtest_0u0czoho/network/integration collected 1 item ../tmp/lsrtest_0u0czoho/network/integration/test_ethernet.py . [100%] ============================== 1 passed in 3.23s =============================== TASK [debug] ******************************************************************* task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:146 Wednesday 03 August 2022 16:15:21 +0000 (0:00:03.874) 0:00:37.709 ****** ok: [/cache/fedora-36.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_0u0czoho/network/integration", "collected 1 item", "", "../tmp/lsrtest_0u0czoho/network/integration/test_ethernet.py . [100%]", "", "============================== 1 passed in 3.23s ===============================" ] } TASK [remove local tar file] *************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:149 Wednesday 03 August 2022 16:15:21 +0000 (0:00:00.055) 0:00:37.764 ****** changed: [/cache/fedora-36.qcow2.snap -> localhost] => { "changed": true, "path": "/tmp/lsrtest_izh_uroq.tar", "state": "absent" } TASK [remove tempdir] ********************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:155 Wednesday 03 August 2022 16:15:21 +0000 (0:00:00.221) 0:00:37.986 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "path": "/tmp/lsrtest_0u0czoho", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=55 changed=16 unreachable=0 failed=0 skipped=51 rescued=0 ignored=0 Wednesday 03 August 2022 16:15:22 +0000 (0:00:00.494) 0:00:38.480 ****** =============================================================================== Install rpm dependencies ------------------------------------------------ 6.09s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:12 ---- Run pytest with initscripts --------------------------------------------- 3.87s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:137 --- install network-scripts when running pytest with initscripts ------------ 3.02s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:133 --- Run pytest with nm ------------------------------------------------------ 2.85s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:120 --- fedora.linux_system_roles.network : Check which services are running ---- 2.15s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Install Pytest ---------------------------------------------------------- 2.06s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:17 ---- Copy testrepo.tar to the remote system ---------------------------------- 1.18s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:77 ---- Gathering Facts --------------------------------------------------------- 1.06s /tmp/tmpsh02am6p/tests/network/tests_integration_pytest.yml:3 ----------------- fedora.linux_system_roles.network : Check which packages are installed --- 1.03s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Gathering Facts --------------------------------------------------------- 0.85s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:31 ---- Gathering Facts --------------------------------------------------------- 0.85s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:3 ----- fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.84s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Gathering Facts --------------------------------------------------------- 0.83s /tmp/tmpsh02am6p/tests/network/tests_default_initscripts.yml:3 ---------------- Gathering Facts --------------------------------------------------------- 0.83s /tmp/tmpsh02am6p/tests/network/tests_default_nm.yml:3 ------------------------- fedora.linux_system_roles.network : Configure networking connection profiles --- 0.77s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 0.64s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Get stats of system files ----------------------------------------------- 0.63s /tmp/tmpsh02am6p/tests/network/_backup.yml:6 ---------------------------------- fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.57s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 create tempdir for code to test ----------------------------------------- 0.56s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:35 ---- Create /tmp/lsrtest_0u0czoho/ansible ------------------------------------ 0.55s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:88 ---- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpsh02am6p/tests/network/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpsh02am6p/tests/network/_restore.yml:4 Wednesday 03 August 2022 16:15:22 +0000 (0:00:00.047) 0:00:38.528 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.007890", "end": "2022-08-03 16:15:21.700992", "rc": 0, "start": "2022-08-03 16:15:21.693102" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=56 changed=17 unreachable=0 failed=0 skipped=51 rescued=0 ignored=0 Wednesday 03 August 2022 16:15:22 +0000 (0:00:00.462) 0:00:38.991 ****** =============================================================================== Install rpm dependencies ------------------------------------------------ 6.09s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:12 ---- Run pytest with initscripts --------------------------------------------- 3.87s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:137 --- install network-scripts when running pytest with initscripts ------------ 3.02s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:133 --- Run pytest with nm ------------------------------------------------------ 2.85s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:120 --- fedora.linux_system_roles.network : Check which services are running ---- 2.15s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Install Pytest ---------------------------------------------------------- 2.06s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:17 ---- Copy testrepo.tar to the remote system ---------------------------------- 1.18s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:77 ---- Gathering Facts --------------------------------------------------------- 1.06s /tmp/tmpsh02am6p/tests/network/tests_integration_pytest.yml:3 ----------------- fedora.linux_system_roles.network : Check which packages are installed --- 1.03s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Gathering Facts --------------------------------------------------------- 0.85s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:31 ---- Gathering Facts --------------------------------------------------------- 0.85s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:3 ----- fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.84s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Gathering Facts --------------------------------------------------------- 0.83s /tmp/tmpsh02am6p/tests/network/tests_default_initscripts.yml:3 ---------------- Gathering Facts --------------------------------------------------------- 0.83s /tmp/tmpsh02am6p/tests/network/tests_default_nm.yml:3 ------------------------- fedora.linux_system_roles.network : Configure networking connection profiles --- 0.77s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 0.64s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Get stats of system files ----------------------------------------------- 0.63s /tmp/tmpsh02am6p/tests/network/_backup.yml:6 ---------------------------------- fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.57s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 create tempdir for code to test ----------------------------------------- 0.56s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:35 ---- Create /tmp/lsrtest_0u0czoho/ansible ------------------------------------ 0.55s /tmp/tmpsh02am6p/tests/network/playbooks/integration_pytest_python3.yml:88 ----