ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_unit.yml ******************************************************* 2 plays in /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml PLAY [Setup for test running] ************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:3 Saturday 10 January 2026 07:58:00 -0500 (0:00:00.082) 0:00:00.082 ****** ok: [managed-node1] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:6 Saturday 10 January 2026 07:58:03 -0500 (0:00:02.238) 0:00:02.320 ****** included: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 10 January 2026 07:58:03 -0500 (0:00:00.103) 0:00:02.423 ****** ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 10 January 2026 07:58:04 -0500 (0:00:01.039) 0:00:03.463 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 10 January 2026 07:58:05 -0500 (0:00:01.052) 0:00:04.516 ****** ok: [managed-node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 10 January 2026 07:58:05 -0500 (0:00:00.181) 0:00:04.698 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install dependencies] **************************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:9 Saturday 10 January 2026 07:58:05 -0500 (0:00:00.150) 0:00:04.848 ****** ok: [managed-node1] => (item=NetworkManager-libnm) => { "ansible_loop_var": "item", "changed": false, "item": "NetworkManager-libnm", "rc": 0, "results": [] } MSG: Nothing to do failed: [managed-node1] (item=python2-gobject-base) => { "ansible_loop_var": "item", "changed": false, "failures": [ "No package python2-gobject-base available." ], "item": "python2-gobject-base", "rc": 1, "results": [] } MSG: Failed to install some of the specified packages ok: [managed-node1] => (item=python3-gobject-base) => { "ansible_loop_var": "item", "changed": false, "item": "python3-gobject-base", "rc": 0, "results": [] } MSG: Nothing to do failed: [managed-node1] (item=python-gobject-base) => { "ansible_loop_var": "item", "changed": false, "failures": [ "No package python-gobject-base available." ], "item": "python-gobject-base", "rc": 1, "results": [] } MSG: Failed to install some of the specified packages changed: [managed-node1] => (item=python2-mock) => { "ansible_loop_var": "item", "changed": true, "item": "python2-mock", "rc": 0, "results": [ "Installed: python2-six-1.11.0-6.module_el8+299+aa6e9afa.noarch", "Installed: python2-funcsigs-1.0.2-13.module_el8+570+db61b4f9.noarch", "Installed: python2-pip-9.0.3-19.module_el8+570+db61b4f9.noarch", "Installed: python2-pip-wheel-9.0.3-19.module_el8+570+db61b4f9.noarch", "Installed: python2-mock-2.0.0-13.module_el8+570+db61b4f9.noarch", "Installed: python2-2.7.18-17.module_el8+770+d35395c9.x86_64", "Installed: python2-setuptools-39.0.1-14.module_el8+733+876ccfdb.noarch", "Installed: python2-libs-2.7.18-17.module_el8+770+d35395c9.x86_64", "Installed: python2-setuptools-wheel-39.0.1-14.module_el8+733+876ccfdb.noarch" ] } ...ignoring META: ran handlers META: ran handlers PLAY [Execute python unit tests] *********************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:23 Saturday 10 January 2026 07:58:24 -0500 (0:00:18.421) 0:00:23.270 ****** ok: [managed-node1] META: ran handlers TASK [Create tempdir for code to test] ***************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:28 Saturday 10 January 2026 07:58:24 -0500 (0:00:00.803) 0:00:24.074 ****** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsrtest_2pw2i6y1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Get tempfile for tar] **************************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:34 Saturday 10 January 2026 07:58:25 -0500 (0:00:01.159) 0:00:25.234 ****** changed: [managed-node1 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsrtest_f8tasvc0.tar", "size": 0, "state": "file", "uid": 0 } TASK [Include the task 'get_modules_and_utils_paths.yml'] ********************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:41 Saturday 10 January 2026 07:58:26 -0500 (0:00:00.994) 0:00:26.228 ****** included: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml for managed-node1 TASK [Set collection paths] **************************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:3 Saturday 10 January 2026 07:58:27 -0500 (0:00:00.028) 0:00:26.257 ****** ok: [managed-node1] => { "ansible_facts": { "collection_paths": [ "/tmp/collections-m4h", "/tmp/collections-m4h" ] }, "changed": false } TASK [Set search paths] ******************************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:13 Saturday 10 January 2026 07:58:27 -0500 (0:00:00.066) 0:00:26.324 ****** ok: [managed-node1] => { "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/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:42 Saturday 10 January 2026 07:58:27 -0500 (0:00:00.121) 0:00:26.445 ****** ok: [managed-node1 -> 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/collections-m4h /tmp/collections-m4h; 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.005898", "end": "2026-01-10 07:58:27.672494", "rc": 0, "start": "2026-01-10 07:58:27.666596" } STDOUT: /tmp/collections-m4h 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/collections-m4h /tmp/collections-m4h + '[' '!' -d /tmp/collections-m4h ']' + cd /tmp/collections-m4h + for subdir in ansible_collections/*/*/plugins/modules + '[' -f ansible_collections/ansible/posix/plugins/modules/network_connections.py ']' + for subdir in ansible_collections/*/*/plugins/modules + '[' -f ansible_collections/fedora/linux_system_roles/plugins/modules/network_connections.py ']' + echo /tmp/collections-m4h + echo ansible_collections/fedora/linux_system_roles/plugins/modules + exit 0 TASK [Find parent directory and path of module_utils] ************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:71 Saturday 10 January 2026 07:58:27 -0500 (0:00:00.582) 0:00:27.027 ****** ok: [managed-node1 -> 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/collections-m4h /tmp/collections-m4h; 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.009381", "end": "2026-01-10 07:58:28.735342", "rc": 0, "start": "2026-01-10 07:58:28.725961" } STDOUT: /tmp/collections-m4h 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/collections-m4h /tmp/collections-m4h + '[' '!' -d /tmp/collections-m4h ']' + cd /tmp/collections-m4h + for subdir in ansible_collections/*/*/plugins/module_utils + '[' -d ansible_collections/ansible/posix/plugins/module_utils/network_lsr ']' + for subdir in ansible_collections/*/*/plugins/module_utils + '[' -d ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr ']' + echo /tmp/collections-m4h + echo ansible_collections/fedora/linux_system_roles/plugins/module_utils + exit 0 TASK [Create Tar file] ********************************************************* task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:48 Saturday 10 January 2026 07:58:28 -0500 (0:00:01.094) 0:00:28.122 ****** [WARNING]: Consider using the unarchive module rather than running 'tar'. If you need to use command because unarchive is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ok: [managed-node1 -> localhost] => { "changed": false, "cmd": [ "tar", "-cvf", "/tmp/lsrtest_f8tasvc0.tar", "--exclude", "*.pyc", "--exclude", "__pycache__", "-C", "/tmp/collections-m4h", "ansible_collections/fedora/linux_system_roles/plugins/modules", "-C", "/tmp/collections-m4h", "ansible_collections/fedora/linux_system_roles/plugins/module_utils" ], "delta": "0:00:00.016820", "end": "2026-01-10 07:58:29.826226", "rc": 0, "start": "2026-01-10 07:58:29.809406" } STDOUT: 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/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:60 Saturday 10 January 2026 07:58:29 -0500 (0:00:01.019) 0:00:29.142 ****** changed: [managed-node1] => { "changed": true, "checksum": "97c5597cd50cca636c332f120e23b6f0d3a0cd2a", "dest": "/tmp/lsrtest_2pw2i6y1/lsrtest_f8tasvc0.tar", "gid": 0, "group": "root", "md5sum": "f025b5c55412cc5297942da30e129b28", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 276480, "src": "/root/.ansible/tmp/ansible-tmp-1768049910.1359365-59805-18255116877211/source", "state": "file", "uid": 0 } TASK [Untar testrepo.tar] ****************************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:66 Saturday 10 January 2026 07:58:32 -0500 (0:00:02.264) 0:00:31.407 ****** changed: [managed-node1] => { "changed": true, "dest": "/tmp/lsrtest_2pw2i6y1", "extract_results": { "cmd": [ "/usr/bin/gtar", "--extract", "-C", "/tmp/lsrtest_2pw2i6y1", "-f", "/tmp/lsrtest_2pw2i6y1/lsrtest_f8tasvc0.tar" ], "err": "", "out": "", "rc": 0 }, "gid": 0, "group": "root", "handler": "TarArchive", "mode": "0700", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 61, "src": "/tmp/lsrtest_2pw2i6y1/lsrtest_f8tasvc0.tar", "state": "directory", "uid": 0 } TASK [Create subdirectory '/ansible/module_utils' under '/tmp/lsrtest_2pw2i6y1'] *** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:72 Saturday 10 January 2026 07:58:34 -0500 (0:00:02.001) 0:00:33.408 ****** changed: [managed-node1] => (item=/tmp/lsrtest_2pw2i6y1/ansible) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsrtest_2pw2i6y1/ansible", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_2pw2i6y1/ansible", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } changed: [managed-node1] => (item=/tmp/lsrtest_2pw2i6y1/ansible/module_utils) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsrtest_2pw2i6y1/ansible/module_utils", "mode": "0755", "owner": "root", "path": "/tmp/lsrtest_2pw2i6y1/ansible/module_utils", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Move module_utils to ansible directory] ********************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:81 Saturday 10 January 2026 07:58:35 -0500 (0:00:01.757) 0:00:35.166 ****** ok: [managed-node1] => { "changed": false, "cmd": "if [ -d /tmp/lsrtest_2pw2i6y1/module_utils ]; then\n mv /tmp/lsrtest_2pw2i6y1/module_utils /tmp/lsrtest_2pw2i6y1/ansible\nfi\n", "delta": "0:00:00.003622", "end": "2026-01-10 07:58:36.594870", "rc": 0, "start": "2026-01-10 07:58:36.591248" } TASK [Fake out python module directories, primarily for python2] *************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:88 Saturday 10 January 2026 07:58:36 -0500 (0:00:00.799) 0:00:35.966 ****** ok: [managed-node1] => { "changed": false, "cmd": "for dir in $(find /tmp/lsrtest_2pw2i6y1 -type d -print); do\n if [ ! -f \"$dir/__init__.py\" ]; then\n touch \"$dir/__init__.py\"\n fi\ndone\n", "delta": "0:00:00.011338", "end": "2026-01-10 07:58:37.371759", "rc": 0, "start": "2026-01-10 07:58:37.360421" } TASK [Copy unit test to remote system] ***************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:97 Saturday 10 January 2026 07:58:37 -0500 (0:00:00.765) 0:00:36.731 ****** changed: [managed-node1] => { "changed": true, "checksum": "cfb88c714a88ed32c74a0f1cde50070b4284d8d8", "dest": "/tmp/lsrtest_2pw2i6y1/test_network_connections.py", "gid": 0, "group": "root", "md5sum": "9ad79f0d1da2c912af9bd15333f604f9", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 211121, "src": "/root/.ansible/tmp/ansible-tmp-1768049917.670013-60342-252689661335963/source", "state": "file", "uid": 0 } TASK [Set _lsr_python_path] **************************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:103 Saturday 10 January 2026 07:58:39 -0500 (0:00:01.731) 0:00:38.463 ****** ok: [managed-node1] => { "ansible_facts": { "_lsr_python_path": "/tmp/lsrtest_2pw2i6y1/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_2pw2i6y1/ansible/ansible_collections/fedora/linux_system_roles/plugins/module_utils:/tmp/lsrtest_2pw2i6y1/ansible_collections/fedora/linux_system_roles/plugins/module_utils:/tmp/lsrtest_2pw2i6y1" }, "changed": false } TASK [List the files in /tmp/lsrtest_2pw2i6y1] ********************************* task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:107 Saturday 10 January 2026 07:58:39 -0500 (0:00:00.049) 0:00:38.513 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "ls", "-alrtFR", "/tmp/lsrtest_2pw2i6y1" ], "delta": "0:00:00.003764", "end": "2026-01-10 07:58:39.837223", "rc": 0, "start": "2026-01-10 07:58:39.833459" } STDOUT: /tmp/lsrtest_2pw2i6y1: total 480 -rw-------. 1 root root 276480 Jan 10 07:58 lsrtest_f8tasvc0.tar -rw-r--r--. 1 root root 0 Jan 10 07:58 __init__.py drwxr-xr-x. 3 root root 39 Jan 10 07:58 ansible_collections/ drwxr-xr-x. 3 root root 45 Jan 10 07:58 ansible/ -rw-r--r--. 1 root root 211121 Jan 10 07:58 test_network_connections.py drwx------. 4 root root 130 Jan 10 07:58 ./ drwxrwxrwt. 5 root root 149 Jan 10 07:58 ../ /tmp/lsrtest_2pw2i6y1/ansible_collections: total 0 -rw-r--r--. 1 root root 0 Jan 10 07:58 __init__.py drwxr-xr-x. 3 root root 39 Jan 10 07:58 ./ drwxr-xr-x. 3 root root 51 Jan 10 07:58 fedora/ drwx------. 4 root root 130 Jan 10 07:58 ../ /tmp/lsrtest_2pw2i6y1/ansible_collections/fedora: total 0 drwxr-xr-x. 3 root root 39 Jan 10 07:58 ../ -rw-r--r--. 1 root root 0 Jan 10 07:58 __init__.py drwxr-xr-x. 3 root root 51 Jan 10 07:58 ./ drwxr-xr-x. 3 root root 40 Jan 10 07:58 linux_system_roles/ /tmp/lsrtest_2pw2i6y1/ansible_collections/fedora/linux_system_roles: total 0 drwxr-xr-x. 3 root root 51 Jan 10 07:58 ../ -rw-r--r--. 1 root root 0 Jan 10 07:58 __init__.py drwxr-xr-x. 3 root root 40 Jan 10 07:58 ./ drwxr-xr-x. 4 root root 60 Jan 10 07:58 plugins/ /tmp/lsrtest_2pw2i6y1/ansible_collections/fedora/linux_system_roles/plugins: total 0 drwxr-xr-x. 2 root root 79 Jan 10 07:47 modules/ drwxr-xr-x. 3 root root 40 Jan 10 07:58 ../ drwxr-xr-x. 3 root root 44 Jan 10 07:58 module_utils/ -rw-r--r--. 1 root root 0 Jan 10 07:58 __init__.py drwxr-xr-x. 4 root root 60 Jan 10 07:58 ./ /tmp/lsrtest_2pw2i6y1/ansible_collections/fedora/linux_system_roles/plugins/modules: total 112 -rw-r--r--. 1 root root 2736 Jan 10 07:47 network_state.py -rw-r--r--. 1 root root 0 Jan 10 07:47 __init__.py drwxr-xr-x. 2 root root 79 Jan 10 07:47 ./ -rw-r--r--. 1 root root 109145 Jan 10 07:47 network_connections.py drwxr-xr-x. 4 root root 60 Jan 10 07:58 ../ /tmp/lsrtest_2pw2i6y1/ansible_collections/fedora/linux_system_roles/plugins/module_utils: total 0 drwxr-xr-x. 3 root root 138 Jan 10 07:47 network_lsr/ -rw-r--r--. 1 root root 0 Jan 10 07:58 __init__.py drwxr-xr-x. 4 root root 60 Jan 10 07:58 ../ drwxr-xr-x. 3 root root 44 Jan 10 07:58 ./ /tmp/lsrtest_2pw2i6y1/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr: total 136 drwxr-xr-x. 2 root root 126 Jan 10 07:47 nm/ -rw-r--r--. 1 root root 190 Jan 10 07:47 myerror.py -rw-r--r--. 1 root root 0 Jan 10 07:47 __init__.py -rw-r--r--. 1 root root 1839 Jan 10 07:47 ethtool.py drwxr-xr-x. 3 root root 138 Jan 10 07:47 ./ -rw-r--r--. 1 root root 11433 Jan 10 07:47 utils.py -rw-r--r--. 1 root root 1638 Jan 10 07:47 nm_provider.py -rw-r--r--. 1 root root 112024 Jan 10 07:47 argument_validator.py drwxr-xr-x. 3 root root 44 Jan 10 07:58 ../ /tmp/lsrtest_2pw2i6y1/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm: total 24 -rw-r--r--. 1 root root 0 Jan 10 07:47 __init__.py -rw-r--r--. 1 root root 175 Jan 10 07:47 error.py drwxr-xr-x. 3 root root 138 Jan 10 07:47 ../ drwxr-xr-x. 2 root root 126 Jan 10 07:47 ./ -rw-r--r--. 1 root root 3292 Jan 10 07:47 provider.py -rw-r--r--. 1 root root 3638 Jan 10 07:47 connection.py -rw-r--r--. 1 root root 3072 Jan 10 07:47 client.py -rw-r--r--. 1 root root 4104 Jan 10 07:47 active_connection.py /tmp/lsrtest_2pw2i6y1/ansible: total 0 -rw-r--r--. 1 root root 0 Jan 10 07:58 __init__.py drwxr-xr-x. 3 root root 45 Jan 10 07:58 ./ drwxr-xr-x. 2 root root 25 Jan 10 07:58 module_utils/ drwx------. 4 root root 130 Jan 10 07:58 ../ /tmp/lsrtest_2pw2i6y1/ansible/module_utils: total 0 drwxr-xr-x. 3 root root 45 Jan 10 07:58 ../ -rw-r--r--. 1 root root 0 Jan 10 07:58 __init__.py drwxr-xr-x. 2 root root 25 Jan 10 07:58 ./ TASK [Debug the lsr Python path] *********************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:110 Saturday 10 January 2026 07:58:40 -0500 (0:00:00.740) 0:00:39.253 ****** ok: [managed-node1] => {} MSG: path /tmp/lsrtest_2pw2i6y1/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_2pw2i6y1/ansible/ansible_collections/fedora/linux_system_roles/plugins/module_utils:/tmp/lsrtest_2pw2i6y1/ansible_collections/fedora/linux_system_roles/plugins/module_utils:/tmp/lsrtest_2pw2i6y1 TASK [Check if python2 is available] ******************************************* task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:114 Saturday 10 January 2026 07:58:40 -0500 (0:00:00.069) 0:00:39.322 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "python2", "--version" ], "delta": "0:00:00.002997", "end": "2026-01-10 07:58:40.702996", "rc": 0, "start": "2026-01-10 07:58:40.699999" } STDERR: Python 2.7.18 TASK [Run python2 unit tests] ************************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:121 Saturday 10 January 2026 07:58:40 -0500 (0:00:00.735) 0:00:40.058 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "python2", "/tmp/lsrtest_2pw2i6y1/test_network_connections.py", "--verbose" ], "delta": "0:00:00.193712", "end": "2026-01-10 07:58:41.588338", "rc": 0, "start": "2026-01-10 07:58:41.394626" } STDERR: test_connection_ensure_setting (__main__.TestNM) ... skipped 'no support for NM (libnm via pygobject)' test_connection_list (__main__.TestNM) ... skipped 'no support for NM (libnm via pygobject)' test_path_to_glib_bytes (__main__.TestNM) ... skipped 'no support for NM (libnm via pygobject)' test_link_read_permaddress (__main__.TestSysUtils) ... ok test_convert_passwd_flags_nm (__main__.TestUtils) ... ok test_mac_ntoa (__main__.TestUtils) ... ok test_802_1x_1 (__main__.TestValidator) ... ok test_802_1x_2 (__main__.TestValidator) ... ok test_802_1x_3 (__main__.TestValidator) ... ok test_802_1x_ca_path_and_system_ca_certs (__main__.TestValidator) ... ok test_802_1x_initscripts (__main__.TestValidator) ... ok test_802_1x_unsupported_type (__main__.TestValidator) ... ok test_absent (__main__.TestValidator) ... ok test_auto6_enabled_ipv6_disabled (__main__.TestValidator) ... ok test_auto_gateway_false (__main__.TestValidator) ... ok test_auto_gateway_no_gateway (__main__.TestValidator) ... ok test_auto_gateway_true (__main__.TestValidator) ... ok test_bond (__main__.TestValidator) ... ok test_bond_active_backup (__main__.TestValidator) ... ok test_bridge2 (__main__.TestValidator) ... ok test_bridge_no_dhcp4_auto6 (__main__.TestValidator) ... ok test_default_states (__main__.TestValidator) ... ok test_default_states_type (__main__.TestValidator) ... ok test_deprecated_ethtool_names (__main__.TestValidator) ... ok test_dns_options_argvalidator (__main__.TestValidator) ... ok test_dns_search_without_ipv4_and_ipv6_configuration (__main__.TestValidator) ... ok test_empty (__main__.TestValidator) ... ok test_ethernet_mac_address (__main__.TestValidator) ... ok test_ethernet_speed_settings (__main__.TestValidator) ... ok test_ethernet_two_defaults (__main__.TestValidator) ... ok test_full_state_absent_defaults (__main__.TestValidator) ... ok test_full_state_absent_no_type (__main__.TestValidator) ... ok test_full_state_present_no_type (__main__.TestValidator) ... ok test_full_state_present_type_defaults (__main__.TestValidator) ... ok test_gateway6_configured_ipv6_disabled (__main__.TestValidator) ... ok test_infiniband (__main__.TestValidator) ... ok test_infiniband2 (__main__.TestValidator) ... ok test_infiniband3 (__main__.TestValidator) ... ok test_interface_name_bond_empty_interface_name (__main__.TestValidator) ... ok test_interface_name_bond_profile_as_interface_name (__main__.TestValidator) ... ok test_interface_name_ethernet_None (__main__.TestValidator) Check that interface_name cannot be None ... ok test_interface_name_ethernet_default (__main__.TestValidator) Use the profile name as interface_name for ethernet profiles ... ok test_interface_name_ethernet_empty (__main__.TestValidator) Allow not to restrict the profile to an interface ... ok test_interface_name_ethernet_explicit (__main__.TestValidator) Use the explicitly provided interface name ... ok test_interface_name_ethernet_invalid_interface_name (__main__.TestValidator) ... ok test_interface_name_ethernet_invalid_profile (__main__.TestValidator) Require explicit interface_name when the profile name is not a ... ok test_interface_name_ethernet_mac (__main__.TestValidator) Do not set interface_name when mac is specified ... ok test_invalid_autoconnect (__main__.TestValidator) ... ok test_invalid_cert_path (__main__.TestValidator) ... ok test_invalid_ethtool_settings (__main__.TestValidator) ... ok test_invalid_mac (__main__.TestValidator) ... ok test_invalid_password_flag (__main__.TestValidator) ... ok test_invalid_persistent_state_down (__main__.TestValidator) ... ok test_invalid_persistent_state_up (__main__.TestValidator) ... ok test_invalid_state_test (__main__.TestValidator) ... ok test_invalid_values (__main__.TestValidator) ... ok test_ipv4_dns_without_ipv4_config (__main__.TestValidator) ... ok test_ipv6_dns_options_without_ipv6_config (__main__.TestValidator) ... ok test_ipv6_dns_with_ipv6_disabled (__main__.TestValidator) ... ok test_ipv6_dns_with_static_ipv6_configuration (__main__.TestValidator) ... ok test_ipv6_dns_without_ipv6_configuration (__main__.TestValidator) ... ok test_ipv6_static (__main__.TestValidator) ... ok test_macvlan (__main__.TestValidator) ... ok test_persistent_state_absent (__main__.TestValidator) ... ok test_persistent_state_present (__main__.TestValidator) ... ok test_route_metric6_configured_ipv6_disabled (__main__.TestValidator) ... ok test_route_metric_prefix (__main__.TestValidator) ... ok test_route_v6 (__main__.TestValidator) ... ok test_route_without_interface_name (__main__.TestValidator) ... ok test_routes (__main__.TestValidator) ... ok test_set_deprecated_ethtool_feature (__main__.TestValidator) ... ok test_set_deprecated_master (__main__.TestValidator) ... ok test_set_deprecated_slave_type (__main__.TestValidator) ... ok test_set_ethtool_feature (__main__.TestValidator) ... ok test_state_absent (__main__.TestValidator) ... ok test_state_absent_down (__main__.TestValidator) ... ok test_state_absent_up_no_type (__main__.TestValidator) ... ok test_state_absent_up_type (__main__.TestValidator) ... ok test_state_down_no_type (__main__.TestValidator) ... ok test_state_present (__main__.TestValidator) ... ok test_state_present_down (__main__.TestValidator) ... ok test_state_present_up (__main__.TestValidator) ... ok test_state_up_no_type (__main__.TestValidator) ... ok test_state_up_type (__main__.TestValidator) ... ok test_static_ipv6_configured_ipv6_disabled (__main__.TestValidator) ... ok test_up_ethernet (__main__.TestValidator) ... ok test_up_ethernet_mac_mtu_static_ip (__main__.TestValidator) ... ok test_up_ethernet_no_autoconnect (__main__.TestValidator) ... ok test_up_single_v4_dns (__main__.TestValidator) ... ok test_valid_persistent_state (__main__.TestValidator) ... ok test_validate_allow_empty_string_in_list (__main__.TestValidator) ... ok test_validate_bool (__main__.TestValidator) ... ok test_validate_dict (__main__.TestValidator) ... ok test_validate_disallow_none_in_list (__main__.TestValidator) ... ok test_validate_ignore_auto_dns (__main__.TestValidator) ... ok test_validate_int (__main__.TestValidator) ... ok test_validate_list (__main__.TestValidator) ... ok test_validate_list_remove_none_or_empty (__main__.TestValidator) ... ok test_validate_range (__main__.TestValidator) ... ok test_validate_str (__main__.TestValidator) ... ok test_vlan (__main__.TestValidator) ... ok test_wireless_eap (__main__.TestValidator) ... ok test_wireless_initscripts (__main__.TestValidator) ... ok test_wireless_no_802_1x_for_wpa_eap (__main__.TestValidator) ... ok test_wireless_no_options_defined (__main__.TestValidator) ... ok test_wireless_no_password (__main__.TestValidator) ... ok test_wireless_password_too_long (__main__.TestValidator) ... ok test_wireless_psk (__main__.TestValidator) ... ok test_wireless_ssid_too_long (__main__.TestValidator) ... ok test_wireless_unsupported_type (__main__.TestValidator) ... ok test_invalid_bond_option_ad (__main__.TestValidatorDictBond) ... ok test_invalid_bond_option_arp (__main__.TestValidatorDictBond) ... ok test_invalid_bond_option_downdelay_updelay (__main__.TestValidatorDictBond) ... ok test_invalid_bond_option_infiniband_port (__main__.TestValidatorDictBond) ... ok test_invalid_bond_option_packets_per_port (__main__.TestValidatorDictBond) ... ok test_invalid_bond_option_peer_arp_ip_target_arp_interval (__main__.TestValidatorDictBond) ... ok test_invalid_bond_option_peer_notif_delay (__main__.TestValidatorDictBond) ... ok test_invalid_bond_option_primary (__main__.TestValidatorDictBond) ... ok test_invalid_bond_option_tlb_dynamic_lb (__main__.TestValidatorDictBond) ... ok test_invalid_pkey_values (__main__.TestValidatorDictInfiniband) ... ok test_interface_name_and_match_when_match_is_None (__main__.TestValidatorMatch) ... ok test_interface_name_when_match_not_specified (__main__.TestValidatorMatch) ... ok test_interface_name_when_match_path_is_empty_list (__main__.TestValidatorMatch) ... ok test_interface_name_when_match_path_is_valid (__main__.TestValidatorMatch) ... ok test_match_path_empty_list (__main__.TestValidatorMatch) ... ok test_match_path_invalid_connection_type (__main__.TestValidatorMatch) ... ok test_match_path_invalid_setting (__main__.TestValidatorMatch) ... ok test_match_path_setting_normalization (__main__.TestValidatorMatch) ... ok test_match_path_valid_setting (__main__.TestValidatorMatch) ... ok test_empty_route_table_name (__main__.TestValidatorRouteTable) ... ok test_invalid_numeric_route_tables (__main__.TestValidatorRouteTable) ... ok test_invalid_route_table_names (__main__.TestValidatorRouteTable) ... ok test_invalid_value_types_for_route_tables (__main__.TestValidatorRouteTable) ... ok test_parse_rt_tables (__main__.TestValidatorRouteTable) ... ok test_route_with_source_address (__main__.TestValidatorRouteTable) ... ok test_table_found_when_validate_route_tables (__main__.TestValidatorRouteTable) ... ok test_table_not_found_when_validate_route_tables (__main__.TestValidatorRouteTable) ... ok test_type_route_with_gateway (__main__.TestValidatorRouteTable) ... ok test_valid_numeric_route_tables (__main__.TestValidatorRouteTable) ... ok test_routing_rule_invalid_from_prefix_length (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_invalid_incoming_interface_name (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_invalid_outgoing_interface_name (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_invalid_to_prefix_length (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_missing_address_family (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_missing_table (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_validate_address_family (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_validate_fwmark (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_validate_fwmask (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_validate_suppress_prefixlength (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_validate_uid (__main__.TestValidatorRoutingRules) ... ok test_table_found_when_lookup_named_table (__main__.TestValidatorRoutingRules) ... ok ---------------------------------------------------------------------- Ran 151 tests in 0.077s OK (skipped=3) TASK [Check if python3 is available] ******************************************* task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:131 Saturday 10 January 2026 07:58:41 -0500 (0:00:00.957) 0:00:41.016 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "python3", "--version" ], "delta": "0:00:00.003413", "end": "2026-01-10 07:58:42.478541", "rc": 0, "start": "2026-01-10 07:58:42.475128" } STDOUT: Python 3.6.8 TASK [Run python3 unit tests] ************************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:138 Saturday 10 January 2026 07:58:42 -0500 (0:00:00.774) 0:00:41.791 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "python3", "/tmp/lsrtest_2pw2i6y1/test_network_connections.py", "--verbose" ], "delta": "0:00:00.241227", "end": "2026-01-10 07:58:43.549849", "rc": 0, "start": "2026-01-10 07:58:43.308622" } STDERR: test_connection_ensure_setting (__main__.TestNM) ... ok test_connection_list (__main__.TestNM) ... ok test_path_to_glib_bytes (__main__.TestNM) ... ok test_link_read_permaddress (__main__.TestSysUtils) ... ok test_convert_passwd_flags_nm (__main__.TestUtils) ... ok test_mac_ntoa (__main__.TestUtils) ... ok test_802_1x_1 (__main__.TestValidator) ... ok test_802_1x_2 (__main__.TestValidator) ... ok test_802_1x_3 (__main__.TestValidator) ... ok test_802_1x_ca_path_and_system_ca_certs (__main__.TestValidator) ... ok test_802_1x_initscripts (__main__.TestValidator) ... ok test_802_1x_unsupported_type (__main__.TestValidator) ... ok test_absent (__main__.TestValidator) ... ok test_auto6_enabled_ipv6_disabled (__main__.TestValidator) ... ok test_auto_gateway_false (__main__.TestValidator) ... ok test_auto_gateway_no_gateway (__main__.TestValidator) ... ok test_auto_gateway_true (__main__.TestValidator) ... ok test_bond (__main__.TestValidator) ... ok test_bond_active_backup (__main__.TestValidator) ... ok test_bridge2 (__main__.TestValidator) ... ok test_bridge_no_dhcp4_auto6 (__main__.TestValidator) ... ok test_default_states (__main__.TestValidator) ... ok test_default_states_type (__main__.TestValidator) ... ok test_deprecated_ethtool_names (__main__.TestValidator) ... ok test_dns_options_argvalidator (__main__.TestValidator) ... ok test_dns_search_without_ipv4_and_ipv6_configuration (__main__.TestValidator) ... ok test_empty (__main__.TestValidator) ... ok test_ethernet_mac_address (__main__.TestValidator) ... ok test_ethernet_speed_settings (__main__.TestValidator) ... ok test_ethernet_two_defaults (__main__.TestValidator) ... ok test_full_state_absent_defaults (__main__.TestValidator) ... ok test_full_state_absent_no_type (__main__.TestValidator) ... ok test_full_state_present_no_type (__main__.TestValidator) ... ok test_full_state_present_type_defaults (__main__.TestValidator) ... ok test_gateway6_configured_ipv6_disabled (__main__.TestValidator) ... ok test_infiniband (__main__.TestValidator) ... ok test_infiniband2 (__main__.TestValidator) ... ok test_infiniband3 (__main__.TestValidator) ... ok test_interface_name_bond_empty_interface_name (__main__.TestValidator) ... ok test_interface_name_bond_profile_as_interface_name (__main__.TestValidator) ... ok test_interface_name_ethernet_None (__main__.TestValidator) Check that interface_name cannot be None ... ok test_interface_name_ethernet_default (__main__.TestValidator) Use the profile name as interface_name for ethernet profiles ... ok test_interface_name_ethernet_empty (__main__.TestValidator) Allow not to restrict the profile to an interface ... ok test_interface_name_ethernet_explicit (__main__.TestValidator) Use the explicitly provided interface name ... ok test_interface_name_ethernet_invalid_interface_name (__main__.TestValidator) ... ok test_interface_name_ethernet_invalid_profile (__main__.TestValidator) Require explicit interface_name when the profile name is not a ... ok test_interface_name_ethernet_mac (__main__.TestValidator) Do not set interface_name when mac is specified ... ok test_invalid_autoconnect (__main__.TestValidator) ... ok test_invalid_cert_path (__main__.TestValidator) ... ok test_invalid_ethtool_settings (__main__.TestValidator) ... ok test_invalid_mac (__main__.TestValidator) ... ok test_invalid_password_flag (__main__.TestValidator) ... ok test_invalid_persistent_state_down (__main__.TestValidator) ... ok test_invalid_persistent_state_up (__main__.TestValidator) ... ok test_invalid_state_test (__main__.TestValidator) ... ok test_invalid_values (__main__.TestValidator) ... ok test_ipv4_dns_without_ipv4_config (__main__.TestValidator) ... ok test_ipv6_dns_options_without_ipv6_config (__main__.TestValidator) ... ok test_ipv6_dns_with_ipv6_disabled (__main__.TestValidator) ... ok test_ipv6_dns_with_static_ipv6_configuration (__main__.TestValidator) ... ok test_ipv6_dns_without_ipv6_configuration (__main__.TestValidator) ... ok test_ipv6_static (__main__.TestValidator) ... ok test_macvlan (__main__.TestValidator) ... ok test_persistent_state_absent (__main__.TestValidator) ... ok test_persistent_state_present (__main__.TestValidator) ... ok test_route_metric6_configured_ipv6_disabled (__main__.TestValidator) ... ok test_route_metric_prefix (__main__.TestValidator) ... ok test_route_v6 (__main__.TestValidator) ... ok test_route_without_interface_name (__main__.TestValidator) ... ok test_routes (__main__.TestValidator) ... ok test_set_deprecated_ethtool_feature (__main__.TestValidator) ... ok test_set_deprecated_master (__main__.TestValidator) ... ok test_set_deprecated_slave_type (__main__.TestValidator) ... ok test_set_ethtool_feature (__main__.TestValidator) ... ok test_state_absent (__main__.TestValidator) ... ok test_state_absent_down (__main__.TestValidator) ... ok test_state_absent_up_no_type (__main__.TestValidator) ... ok test_state_absent_up_type (__main__.TestValidator) ... ok test_state_down_no_type (__main__.TestValidator) ... ok test_state_present (__main__.TestValidator) ... ok test_state_present_down (__main__.TestValidator) ... ok test_state_present_up (__main__.TestValidator) ... ok test_state_up_no_type (__main__.TestValidator) ... ok test_state_up_type (__main__.TestValidator) ... ok test_static_ipv6_configured_ipv6_disabled (__main__.TestValidator) ... ok test_up_ethernet (__main__.TestValidator) ... ok test_up_ethernet_mac_mtu_static_ip (__main__.TestValidator) ... ok test_up_ethernet_no_autoconnect (__main__.TestValidator) ... ok test_up_single_v4_dns (__main__.TestValidator) ... ok test_valid_persistent_state (__main__.TestValidator) ... ok test_validate_allow_empty_string_in_list (__main__.TestValidator) ... ok test_validate_bool (__main__.TestValidator) ... ok test_validate_dict (__main__.TestValidator) ... ok test_validate_disallow_none_in_list (__main__.TestValidator) ... ok test_validate_ignore_auto_dns (__main__.TestValidator) ... ok test_validate_int (__main__.TestValidator) ... ok test_validate_list (__main__.TestValidator) ... ok test_validate_list_remove_none_or_empty (__main__.TestValidator) ... ok test_validate_range (__main__.TestValidator) ... ok test_validate_str (__main__.TestValidator) ... ok test_vlan (__main__.TestValidator) ... ok test_wireless_eap (__main__.TestValidator) ... ok test_wireless_initscripts (__main__.TestValidator) ... ok test_wireless_no_802_1x_for_wpa_eap (__main__.TestValidator) ... ok test_wireless_no_options_defined (__main__.TestValidator) ... ok test_wireless_no_password (__main__.TestValidator) ... ok test_wireless_password_too_long (__main__.TestValidator) ... ok test_wireless_psk (__main__.TestValidator) ... ok test_wireless_ssid_too_long (__main__.TestValidator) ... ok test_wireless_unsupported_type (__main__.TestValidator) ... ok test_invalid_bond_option_ad (__main__.TestValidatorDictBond) ... ok test_invalid_bond_option_arp (__main__.TestValidatorDictBond) ... ok test_invalid_bond_option_downdelay_updelay (__main__.TestValidatorDictBond) ... ok test_invalid_bond_option_infiniband_port (__main__.TestValidatorDictBond) ... ok test_invalid_bond_option_packets_per_port (__main__.TestValidatorDictBond) ... ok test_invalid_bond_option_peer_arp_ip_target_arp_interval (__main__.TestValidatorDictBond) ... ok test_invalid_bond_option_peer_notif_delay (__main__.TestValidatorDictBond) ... ok test_invalid_bond_option_primary (__main__.TestValidatorDictBond) ... ok test_invalid_bond_option_tlb_dynamic_lb (__main__.TestValidatorDictBond) ... ok test_invalid_pkey_values (__main__.TestValidatorDictInfiniband) ... ok test_interface_name_and_match_when_match_is_None (__main__.TestValidatorMatch) ... ok test_interface_name_when_match_not_specified (__main__.TestValidatorMatch) ... ok test_interface_name_when_match_path_is_empty_list (__main__.TestValidatorMatch) ... ok test_interface_name_when_match_path_is_valid (__main__.TestValidatorMatch) ... ok test_match_path_empty_list (__main__.TestValidatorMatch) ... ok test_match_path_invalid_connection_type (__main__.TestValidatorMatch) ... ok test_match_path_invalid_setting (__main__.TestValidatorMatch) ... ok test_match_path_setting_normalization (__main__.TestValidatorMatch) ... ok test_match_path_valid_setting (__main__.TestValidatorMatch) ... ok test_empty_route_table_name (__main__.TestValidatorRouteTable) ... ok test_invalid_numeric_route_tables (__main__.TestValidatorRouteTable) ... ok test_invalid_route_table_names (__main__.TestValidatorRouteTable) ... ok test_invalid_value_types_for_route_tables (__main__.TestValidatorRouteTable) ... ok test_parse_rt_tables (__main__.TestValidatorRouteTable) ... ok test_route_with_source_address (__main__.TestValidatorRouteTable) ... ok test_table_found_when_validate_route_tables (__main__.TestValidatorRouteTable) ... ok test_table_not_found_when_validate_route_tables (__main__.TestValidatorRouteTable) ... ok test_type_route_with_gateway (__main__.TestValidatorRouteTable) ... ok test_valid_numeric_route_tables (__main__.TestValidatorRouteTable) ... ok test_routing_rule_invalid_from_prefix_length (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_invalid_incoming_interface_name (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_invalid_outgoing_interface_name (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_invalid_to_prefix_length (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_missing_address_family (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_missing_table (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_validate_address_family (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_validate_fwmark (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_validate_fwmask (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_validate_suppress_prefixlength (__main__.TestValidatorRoutingRules) ... ok test_routing_rule_validate_uid (__main__.TestValidatorRoutingRules) ... ok test_table_found_when_lookup_named_table (__main__.TestValidatorRoutingRules) ... ok ---------------------------------------------------------------------- Ran 151 tests in 0.084s OK TASK [Show python2 unit test results] ****************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:147 Saturday 10 January 2026 07:58:43 -0500 (0:00:01.144) 0:00:42.935 ****** ok: [managed-node1] => { "python2_result.stderr_lines": [ "test_connection_ensure_setting (__main__.TestNM) ... skipped 'no support for NM (libnm via pygobject)'", "test_connection_list (__main__.TestNM) ... skipped 'no support for NM (libnm via pygobject)'", "test_path_to_glib_bytes (__main__.TestNM) ... skipped 'no support for NM (libnm via pygobject)'", "test_link_read_permaddress (__main__.TestSysUtils) ... ok", "test_convert_passwd_flags_nm (__main__.TestUtils) ... ok", "test_mac_ntoa (__main__.TestUtils) ... ok", "test_802_1x_1 (__main__.TestValidator) ... ok", "test_802_1x_2 (__main__.TestValidator) ... ok", "test_802_1x_3 (__main__.TestValidator) ... ok", "test_802_1x_ca_path_and_system_ca_certs (__main__.TestValidator) ... ok", "test_802_1x_initscripts (__main__.TestValidator) ... ok", "test_802_1x_unsupported_type (__main__.TestValidator) ... ok", "test_absent (__main__.TestValidator) ... ok", "test_auto6_enabled_ipv6_disabled (__main__.TestValidator) ... ok", "test_auto_gateway_false (__main__.TestValidator) ... ok", "test_auto_gateway_no_gateway (__main__.TestValidator) ... ok", "test_auto_gateway_true (__main__.TestValidator) ... ok", "test_bond (__main__.TestValidator) ... ok", "test_bond_active_backup (__main__.TestValidator) ... ok", "test_bridge2 (__main__.TestValidator) ... ok", "test_bridge_no_dhcp4_auto6 (__main__.TestValidator) ... ok", "test_default_states (__main__.TestValidator) ... ok", "test_default_states_type (__main__.TestValidator) ... ok", "test_deprecated_ethtool_names (__main__.TestValidator) ... ok", "test_dns_options_argvalidator (__main__.TestValidator) ... ok", "test_dns_search_without_ipv4_and_ipv6_configuration (__main__.TestValidator) ... ok", "test_empty (__main__.TestValidator) ... ok", "test_ethernet_mac_address (__main__.TestValidator) ... ok", "test_ethernet_speed_settings (__main__.TestValidator) ... ok", "test_ethernet_two_defaults (__main__.TestValidator) ... ok", "test_full_state_absent_defaults (__main__.TestValidator) ... ok", "test_full_state_absent_no_type (__main__.TestValidator) ... ok", "test_full_state_present_no_type (__main__.TestValidator) ... ok", "test_full_state_present_type_defaults (__main__.TestValidator) ... ok", "test_gateway6_configured_ipv6_disabled (__main__.TestValidator) ... ok", "test_infiniband (__main__.TestValidator) ... ok", "test_infiniband2 (__main__.TestValidator) ... ok", "test_infiniband3 (__main__.TestValidator) ... ok", "test_interface_name_bond_empty_interface_name (__main__.TestValidator) ... ok", "test_interface_name_bond_profile_as_interface_name (__main__.TestValidator) ... ok", "test_interface_name_ethernet_None (__main__.TestValidator)", "Check that interface_name cannot be None ... ok", "test_interface_name_ethernet_default (__main__.TestValidator)", "Use the profile name as interface_name for ethernet profiles ... ok", "test_interface_name_ethernet_empty (__main__.TestValidator)", "Allow not to restrict the profile to an interface ... ok", "test_interface_name_ethernet_explicit (__main__.TestValidator)", "Use the explicitly provided interface name ... ok", "test_interface_name_ethernet_invalid_interface_name (__main__.TestValidator) ... ok", "test_interface_name_ethernet_invalid_profile (__main__.TestValidator)", "Require explicit interface_name when the profile name is not a ... ok", "test_interface_name_ethernet_mac (__main__.TestValidator)", "Do not set interface_name when mac is specified ... ok", "test_invalid_autoconnect (__main__.TestValidator) ... ok", "test_invalid_cert_path (__main__.TestValidator) ... ok", "test_invalid_ethtool_settings (__main__.TestValidator) ... ok", "test_invalid_mac (__main__.TestValidator) ... ok", "test_invalid_password_flag (__main__.TestValidator) ... ok", "test_invalid_persistent_state_down (__main__.TestValidator) ... ok", "test_invalid_persistent_state_up (__main__.TestValidator) ... ok", "test_invalid_state_test (__main__.TestValidator) ... ok", "test_invalid_values (__main__.TestValidator) ... ok", "test_ipv4_dns_without_ipv4_config (__main__.TestValidator) ... ok", "test_ipv6_dns_options_without_ipv6_config (__main__.TestValidator) ... ok", "test_ipv6_dns_with_ipv6_disabled (__main__.TestValidator) ... ok", "test_ipv6_dns_with_static_ipv6_configuration (__main__.TestValidator) ... ok", "test_ipv6_dns_without_ipv6_configuration (__main__.TestValidator) ... ok", "test_ipv6_static (__main__.TestValidator) ... ok", "test_macvlan (__main__.TestValidator) ... ok", "test_persistent_state_absent (__main__.TestValidator) ... ok", "test_persistent_state_present (__main__.TestValidator) ... ok", "test_route_metric6_configured_ipv6_disabled (__main__.TestValidator) ... ok", "test_route_metric_prefix (__main__.TestValidator) ... ok", "test_route_v6 (__main__.TestValidator) ... ok", "test_route_without_interface_name (__main__.TestValidator) ... ok", "test_routes (__main__.TestValidator) ... ok", "test_set_deprecated_ethtool_feature (__main__.TestValidator) ... ok", "test_set_deprecated_master (__main__.TestValidator) ... ok", "test_set_deprecated_slave_type (__main__.TestValidator) ... ok", "test_set_ethtool_feature (__main__.TestValidator) ... ok", "test_state_absent (__main__.TestValidator) ... ok", "test_state_absent_down (__main__.TestValidator) ... ok", "test_state_absent_up_no_type (__main__.TestValidator) ... ok", "test_state_absent_up_type (__main__.TestValidator) ... ok", "test_state_down_no_type (__main__.TestValidator) ... ok", "test_state_present (__main__.TestValidator) ... ok", "test_state_present_down (__main__.TestValidator) ... ok", "test_state_present_up (__main__.TestValidator) ... ok", "test_state_up_no_type (__main__.TestValidator) ... ok", "test_state_up_type (__main__.TestValidator) ... ok", "test_static_ipv6_configured_ipv6_disabled (__main__.TestValidator) ... ok", "test_up_ethernet (__main__.TestValidator) ... ok", "test_up_ethernet_mac_mtu_static_ip (__main__.TestValidator) ... ok", "test_up_ethernet_no_autoconnect (__main__.TestValidator) ... ok", "test_up_single_v4_dns (__main__.TestValidator) ... ok", "test_valid_persistent_state (__main__.TestValidator) ... ok", "test_validate_allow_empty_string_in_list (__main__.TestValidator) ... ok", "test_validate_bool (__main__.TestValidator) ... ok", "test_validate_dict (__main__.TestValidator) ... ok", "test_validate_disallow_none_in_list (__main__.TestValidator) ... ok", "test_validate_ignore_auto_dns (__main__.TestValidator) ... ok", "test_validate_int (__main__.TestValidator) ... ok", "test_validate_list (__main__.TestValidator) ... ok", "test_validate_list_remove_none_or_empty (__main__.TestValidator) ... ok", "test_validate_range (__main__.TestValidator) ... ok", "test_validate_str (__main__.TestValidator) ... ok", "test_vlan (__main__.TestValidator) ... ok", "test_wireless_eap (__main__.TestValidator) ... ok", "test_wireless_initscripts (__main__.TestValidator) ... ok", "test_wireless_no_802_1x_for_wpa_eap (__main__.TestValidator) ... ok", "test_wireless_no_options_defined (__main__.TestValidator) ... ok", "test_wireless_no_password (__main__.TestValidator) ... ok", "test_wireless_password_too_long (__main__.TestValidator) ... ok", "test_wireless_psk (__main__.TestValidator) ... ok", "test_wireless_ssid_too_long (__main__.TestValidator) ... ok", "test_wireless_unsupported_type (__main__.TestValidator) ... ok", "test_invalid_bond_option_ad (__main__.TestValidatorDictBond) ... ok", "test_invalid_bond_option_arp (__main__.TestValidatorDictBond) ... ok", "test_invalid_bond_option_downdelay_updelay (__main__.TestValidatorDictBond) ... ok", "test_invalid_bond_option_infiniband_port (__main__.TestValidatorDictBond) ... ok", "test_invalid_bond_option_packets_per_port (__main__.TestValidatorDictBond) ... ok", "test_invalid_bond_option_peer_arp_ip_target_arp_interval (__main__.TestValidatorDictBond) ... ok", "test_invalid_bond_option_peer_notif_delay (__main__.TestValidatorDictBond) ... ok", "test_invalid_bond_option_primary (__main__.TestValidatorDictBond) ... ok", "test_invalid_bond_option_tlb_dynamic_lb (__main__.TestValidatorDictBond) ... ok", "test_invalid_pkey_values (__main__.TestValidatorDictInfiniband) ... ok", "test_interface_name_and_match_when_match_is_None (__main__.TestValidatorMatch) ... ok", "test_interface_name_when_match_not_specified (__main__.TestValidatorMatch) ... ok", "test_interface_name_when_match_path_is_empty_list (__main__.TestValidatorMatch) ... ok", "test_interface_name_when_match_path_is_valid (__main__.TestValidatorMatch) ... ok", "test_match_path_empty_list (__main__.TestValidatorMatch) ... ok", "test_match_path_invalid_connection_type (__main__.TestValidatorMatch) ... ok", "test_match_path_invalid_setting (__main__.TestValidatorMatch) ... ok", "test_match_path_setting_normalization (__main__.TestValidatorMatch) ... ok", "test_match_path_valid_setting (__main__.TestValidatorMatch) ... ok", "test_empty_route_table_name (__main__.TestValidatorRouteTable) ... ok", "test_invalid_numeric_route_tables (__main__.TestValidatorRouteTable) ... ok", "test_invalid_route_table_names (__main__.TestValidatorRouteTable) ... ok", "test_invalid_value_types_for_route_tables (__main__.TestValidatorRouteTable) ... ok", "test_parse_rt_tables (__main__.TestValidatorRouteTable) ... ok", "test_route_with_source_address (__main__.TestValidatorRouteTable) ... ok", "test_table_found_when_validate_route_tables (__main__.TestValidatorRouteTable) ... ok", "test_table_not_found_when_validate_route_tables (__main__.TestValidatorRouteTable) ... ok", "test_type_route_with_gateway (__main__.TestValidatorRouteTable) ... ok", "test_valid_numeric_route_tables (__main__.TestValidatorRouteTable) ... ok", "test_routing_rule_invalid_from_prefix_length (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_invalid_incoming_interface_name (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_invalid_outgoing_interface_name (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_invalid_to_prefix_length (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_missing_address_family (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_missing_table (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_validate_address_family (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_validate_fwmark (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_validate_fwmask (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_validate_suppress_prefixlength (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_validate_uid (__main__.TestValidatorRoutingRules) ... ok", "test_table_found_when_lookup_named_table (__main__.TestValidatorRoutingRules) ... ok", "", "----------------------------------------------------------------------", "Ran 151 tests in 0.077s", "", "OK (skipped=3)" ] } TASK [Show python3 unit test results] ****************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:152 Saturday 10 January 2026 07:58:43 -0500 (0:00:00.111) 0:00:43.046 ****** ok: [managed-node1] => { "python3_result.stderr_lines": [ "test_connection_ensure_setting (__main__.TestNM) ... ok", "test_connection_list (__main__.TestNM) ... ok", "test_path_to_glib_bytes (__main__.TestNM) ... ok", "test_link_read_permaddress (__main__.TestSysUtils) ... ok", "test_convert_passwd_flags_nm (__main__.TestUtils) ... ok", "test_mac_ntoa (__main__.TestUtils) ... ok", "test_802_1x_1 (__main__.TestValidator) ... ok", "test_802_1x_2 (__main__.TestValidator) ... ok", "test_802_1x_3 (__main__.TestValidator) ... ok", "test_802_1x_ca_path_and_system_ca_certs (__main__.TestValidator) ... ok", "test_802_1x_initscripts (__main__.TestValidator) ... ok", "test_802_1x_unsupported_type (__main__.TestValidator) ... ok", "test_absent (__main__.TestValidator) ... ok", "test_auto6_enabled_ipv6_disabled (__main__.TestValidator) ... ok", "test_auto_gateway_false (__main__.TestValidator) ... ok", "test_auto_gateway_no_gateway (__main__.TestValidator) ... ok", "test_auto_gateway_true (__main__.TestValidator) ... ok", "test_bond (__main__.TestValidator) ... ok", "test_bond_active_backup (__main__.TestValidator) ... ok", "test_bridge2 (__main__.TestValidator) ... ok", "test_bridge_no_dhcp4_auto6 (__main__.TestValidator) ... ok", "test_default_states (__main__.TestValidator) ... ok", "test_default_states_type (__main__.TestValidator) ... ok", "test_deprecated_ethtool_names (__main__.TestValidator) ... ok", "test_dns_options_argvalidator (__main__.TestValidator) ... ok", "test_dns_search_without_ipv4_and_ipv6_configuration (__main__.TestValidator) ... ok", "test_empty (__main__.TestValidator) ... ok", "test_ethernet_mac_address (__main__.TestValidator) ... ok", "test_ethernet_speed_settings (__main__.TestValidator) ... ok", "test_ethernet_two_defaults (__main__.TestValidator) ... ok", "test_full_state_absent_defaults (__main__.TestValidator) ... ok", "test_full_state_absent_no_type (__main__.TestValidator) ... ok", "test_full_state_present_no_type (__main__.TestValidator) ... ok", "test_full_state_present_type_defaults (__main__.TestValidator) ... ok", "test_gateway6_configured_ipv6_disabled (__main__.TestValidator) ... ok", "test_infiniband (__main__.TestValidator) ... ok", "test_infiniband2 (__main__.TestValidator) ... ok", "test_infiniband3 (__main__.TestValidator) ... ok", "test_interface_name_bond_empty_interface_name (__main__.TestValidator) ... ok", "test_interface_name_bond_profile_as_interface_name (__main__.TestValidator) ... ok", "test_interface_name_ethernet_None (__main__.TestValidator)", "Check that interface_name cannot be None ... ok", "test_interface_name_ethernet_default (__main__.TestValidator)", "Use the profile name as interface_name for ethernet profiles ... ok", "test_interface_name_ethernet_empty (__main__.TestValidator)", "Allow not to restrict the profile to an interface ... ok", "test_interface_name_ethernet_explicit (__main__.TestValidator)", "Use the explicitly provided interface name ... ok", "test_interface_name_ethernet_invalid_interface_name (__main__.TestValidator) ... ok", "test_interface_name_ethernet_invalid_profile (__main__.TestValidator)", "Require explicit interface_name when the profile name is not a ... ok", "test_interface_name_ethernet_mac (__main__.TestValidator)", "Do not set interface_name when mac is specified ... ok", "test_invalid_autoconnect (__main__.TestValidator) ... ok", "test_invalid_cert_path (__main__.TestValidator) ... ok", "test_invalid_ethtool_settings (__main__.TestValidator) ... ok", "test_invalid_mac (__main__.TestValidator) ... ok", "test_invalid_password_flag (__main__.TestValidator) ... ok", "test_invalid_persistent_state_down (__main__.TestValidator) ... ok", "test_invalid_persistent_state_up (__main__.TestValidator) ... ok", "test_invalid_state_test (__main__.TestValidator) ... ok", "test_invalid_values (__main__.TestValidator) ... ok", "test_ipv4_dns_without_ipv4_config (__main__.TestValidator) ... ok", "test_ipv6_dns_options_without_ipv6_config (__main__.TestValidator) ... ok", "test_ipv6_dns_with_ipv6_disabled (__main__.TestValidator) ... ok", "test_ipv6_dns_with_static_ipv6_configuration (__main__.TestValidator) ... ok", "test_ipv6_dns_without_ipv6_configuration (__main__.TestValidator) ... ok", "test_ipv6_static (__main__.TestValidator) ... ok", "test_macvlan (__main__.TestValidator) ... ok", "test_persistent_state_absent (__main__.TestValidator) ... ok", "test_persistent_state_present (__main__.TestValidator) ... ok", "test_route_metric6_configured_ipv6_disabled (__main__.TestValidator) ... ok", "test_route_metric_prefix (__main__.TestValidator) ... ok", "test_route_v6 (__main__.TestValidator) ... ok", "test_route_without_interface_name (__main__.TestValidator) ... ok", "test_routes (__main__.TestValidator) ... ok", "test_set_deprecated_ethtool_feature (__main__.TestValidator) ... ok", "test_set_deprecated_master (__main__.TestValidator) ... ok", "test_set_deprecated_slave_type (__main__.TestValidator) ... ok", "test_set_ethtool_feature (__main__.TestValidator) ... ok", "test_state_absent (__main__.TestValidator) ... ok", "test_state_absent_down (__main__.TestValidator) ... ok", "test_state_absent_up_no_type (__main__.TestValidator) ... ok", "test_state_absent_up_type (__main__.TestValidator) ... ok", "test_state_down_no_type (__main__.TestValidator) ... ok", "test_state_present (__main__.TestValidator) ... ok", "test_state_present_down (__main__.TestValidator) ... ok", "test_state_present_up (__main__.TestValidator) ... ok", "test_state_up_no_type (__main__.TestValidator) ... ok", "test_state_up_type (__main__.TestValidator) ... ok", "test_static_ipv6_configured_ipv6_disabled (__main__.TestValidator) ... ok", "test_up_ethernet (__main__.TestValidator) ... ok", "test_up_ethernet_mac_mtu_static_ip (__main__.TestValidator) ... ok", "test_up_ethernet_no_autoconnect (__main__.TestValidator) ... ok", "test_up_single_v4_dns (__main__.TestValidator) ... ok", "test_valid_persistent_state (__main__.TestValidator) ... ok", "test_validate_allow_empty_string_in_list (__main__.TestValidator) ... ok", "test_validate_bool (__main__.TestValidator) ... ok", "test_validate_dict (__main__.TestValidator) ... ok", "test_validate_disallow_none_in_list (__main__.TestValidator) ... ok", "test_validate_ignore_auto_dns (__main__.TestValidator) ... ok", "test_validate_int (__main__.TestValidator) ... ok", "test_validate_list (__main__.TestValidator) ... ok", "test_validate_list_remove_none_or_empty (__main__.TestValidator) ... ok", "test_validate_range (__main__.TestValidator) ... ok", "test_validate_str (__main__.TestValidator) ... ok", "test_vlan (__main__.TestValidator) ... ok", "test_wireless_eap (__main__.TestValidator) ... ok", "test_wireless_initscripts (__main__.TestValidator) ... ok", "test_wireless_no_802_1x_for_wpa_eap (__main__.TestValidator) ... ok", "test_wireless_no_options_defined (__main__.TestValidator) ... ok", "test_wireless_no_password (__main__.TestValidator) ... ok", "test_wireless_password_too_long (__main__.TestValidator) ... ok", "test_wireless_psk (__main__.TestValidator) ... ok", "test_wireless_ssid_too_long (__main__.TestValidator) ... ok", "test_wireless_unsupported_type (__main__.TestValidator) ... ok", "test_invalid_bond_option_ad (__main__.TestValidatorDictBond) ... ok", "test_invalid_bond_option_arp (__main__.TestValidatorDictBond) ... ok", "test_invalid_bond_option_downdelay_updelay (__main__.TestValidatorDictBond) ... ok", "test_invalid_bond_option_infiniband_port (__main__.TestValidatorDictBond) ... ok", "test_invalid_bond_option_packets_per_port (__main__.TestValidatorDictBond) ... ok", "test_invalid_bond_option_peer_arp_ip_target_arp_interval (__main__.TestValidatorDictBond) ... ok", "test_invalid_bond_option_peer_notif_delay (__main__.TestValidatorDictBond) ... ok", "test_invalid_bond_option_primary (__main__.TestValidatorDictBond) ... ok", "test_invalid_bond_option_tlb_dynamic_lb (__main__.TestValidatorDictBond) ... ok", "test_invalid_pkey_values (__main__.TestValidatorDictInfiniband) ... ok", "test_interface_name_and_match_when_match_is_None (__main__.TestValidatorMatch) ... ok", "test_interface_name_when_match_not_specified (__main__.TestValidatorMatch) ... ok", "test_interface_name_when_match_path_is_empty_list (__main__.TestValidatorMatch) ... ok", "test_interface_name_when_match_path_is_valid (__main__.TestValidatorMatch) ... ok", "test_match_path_empty_list (__main__.TestValidatorMatch) ... ok", "test_match_path_invalid_connection_type (__main__.TestValidatorMatch) ... ok", "test_match_path_invalid_setting (__main__.TestValidatorMatch) ... ok", "test_match_path_setting_normalization (__main__.TestValidatorMatch) ... ok", "test_match_path_valid_setting (__main__.TestValidatorMatch) ... ok", "test_empty_route_table_name (__main__.TestValidatorRouteTable) ... ok", "test_invalid_numeric_route_tables (__main__.TestValidatorRouteTable) ... ok", "test_invalid_route_table_names (__main__.TestValidatorRouteTable) ... ok", "test_invalid_value_types_for_route_tables (__main__.TestValidatorRouteTable) ... ok", "test_parse_rt_tables (__main__.TestValidatorRouteTable) ... ok", "test_route_with_source_address (__main__.TestValidatorRouteTable) ... ok", "test_table_found_when_validate_route_tables (__main__.TestValidatorRouteTable) ... ok", "test_table_not_found_when_validate_route_tables (__main__.TestValidatorRouteTable) ... ok", "test_type_route_with_gateway (__main__.TestValidatorRouteTable) ... ok", "test_valid_numeric_route_tables (__main__.TestValidatorRouteTable) ... ok", "test_routing_rule_invalid_from_prefix_length (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_invalid_incoming_interface_name (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_invalid_outgoing_interface_name (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_invalid_to_prefix_length (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_missing_address_family (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_missing_table (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_validate_address_family (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_validate_fwmark (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_validate_fwmask (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_validate_suppress_prefixlength (__main__.TestValidatorRoutingRules) ... ok", "test_routing_rule_validate_uid (__main__.TestValidatorRoutingRules) ... ok", "test_table_found_when_lookup_named_table (__main__.TestValidatorRoutingRules) ... ok", "", "----------------------------------------------------------------------", "Ran 151 tests in 0.084s", "", "OK" ] } TASK [Remove local tar file] *************************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:158 Saturday 10 January 2026 07:58:43 -0500 (0:00:00.101) 0:00:43.148 ****** changed: [managed-node1 -> localhost] => { "changed": true, "path": "/tmp/lsrtest_f8tasvc0.tar", "state": "absent" } TASK [Remove tempdir] ********************************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:164 Saturday 10 January 2026 07:58:44 -0500 (0:00:00.914) 0:00:44.063 ****** changed: [managed-node1] => { "changed": true, "path": "/tmp/lsrtest_2pw2i6y1", "state": "absent" } TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:169 Saturday 10 January 2026 07:58:45 -0500 (0:00:00.723) 0:00:44.786 ****** included: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml for managed-node1 TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml:6 Saturday 10 January 2026 07:58:45 -0500 (0:00:00.145) 0:00:44.932 ****** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.007926", "end": "2026-01-10 07:58:46.384011", "rc": 0, "start": "2026-01-10 07:58:46.376085" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 12:83:54:8c:a9:db brd ff:ff:ff:ff:ff:ff inet 10.31.8.146/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 2683sec preferred_lft 2683sec inet6 fe80::1083:54ff:fe8c:a9db/64 scope link valid_lft forever preferred_lft forever 3: eth1: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 12:62:25:cb:ef:11 brd ff:ff:ff:ff:ff:ff inet 10.31.11.65/22 brd 10.31.11.255 scope global dynamic noprefixroute eth1 valid_lft 2683sec preferred_lft 2683sec inet6 fe80::1062:25ff:fecb:ef11/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.8.146 metric 100 default via 10.31.8.1 dev eth1 proto dhcp src 10.31.11.65 metric 101 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.146 metric 100 10.31.8.0/22 dev eth1 proto kernel scope link src 10.31.11.65 metric 101 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev eth1 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search testing-farm.us-east-1.aws.redhat.com nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml:24 Saturday 10 January 2026 07:58:46 -0500 (0:00:00.843) 0:00:45.776 ****** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.140722", "end": "2026-01-10 07:58:47.321203", "rc": 0, "start": "2026-01-10 07:58:47.180481" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:1f14:fad:5c02:eb33:e938:35cc:965b wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:eb33:e938:35cc:965b wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 345 100 345 0 0 6509 0 --:--:-- --:--:-- --:--:-- 6509 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 331 100 331 0 0 5171 0 --:--:-- --:--:-- --:--:-- 5171 TASK [Ensure that at least one python unit test ran] *************************** task path: /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:172 Saturday 10 January 2026 07:58:47 -0500 (0:00:00.844) 0:00:46.620 ****** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=35 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=1 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 10 January 2026 07:58:47 -0500 (0:00:00.052) 0:00:46.672 ****** =============================================================================== Install dependencies --------------------------------------------------- 18.42s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:9 Copy testrepo.tar to the remote system ---------------------------------- 2.26s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:60 Gathering Facts --------------------------------------------------------- 2.24s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:3 Untar testrepo.tar ------------------------------------------------------ 2.00s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:66 Create subdirectory '/ansible/module_utils' under '/tmp/lsrtest_2pw2i6y1' --- 1.76s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:72 Copy unit test to remote system ----------------------------------------- 1.73s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:97 Create tempdir for code to test ----------------------------------------- 1.16s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:28 Run python3 unit tests -------------------------------------------------- 1.14s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:138 Find parent directory and path of module_utils -------------------------- 1.09s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml:71 Check if system is ostree ----------------------------------------------- 1.05s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Gather the minimum subset of ansible_facts required by the network role test --- 1.04s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Create Tar file --------------------------------------------------------- 1.02s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:48 Get tempfile for tar ---------------------------------------------------- 0.99s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:34 Run python2 unit tests -------------------------------------------------- 0.96s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:121 Remove local tar file --------------------------------------------------- 0.91s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:158 Verify DNS and network connectivity ------------------------------------- 0.84s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml:24 Check routes and DNS ---------------------------------------------------- 0.84s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tasks/check_network_dns.yml:6 Gathering Facts --------------------------------------------------------- 0.80s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:23 Move module_utils to ansible directory ---------------------------------- 0.80s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:81 Check if python3 is available ------------------------------------------- 0.77s /tmp/collections-m4h/ansible_collections/fedora/linux_system_roles/tests/network/tests_unit.yml:131