[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var 
naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This 
feature will be removed from ansible-core in version 2.19. Deprecation warnings
 can be disabled by setting deprecation_warnings=False in ansible.cfg.
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles

PLAY [Run playbook 'playbooks/integration_pytest_python3.yml'] *****************

TASK [Gathering Facts] *********************************************************
Monday 22 July 2024  12:16:21 -0400 (0:00:00.007)       0:00:00.007 *********** 
ok: [managed_node1]

TASK [Include the task 'el_repo_setup.yml'] ************************************
Monday 22 July 2024  12:16:22 -0400 (0:00:01.036)       0:00:01.044 *********** 
included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/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] ***
Monday 22 July 2024  12:16:22 -0400 (0:00:00.019)       0:00:01.063 *********** 
ok: [managed_node1]

TASK [Check if system is ostree] ***********************************************
Monday 22 July 2024  12:16:22 -0400 (0:00:00.493)       0:00:01.557 *********** 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
Monday 22 July 2024  12:16:23 -0400 (0:00:00.434)       0:00:01.992 *********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "__network_is_ostree": false
    },
    "changed": false
}

TASK [Fix CentOS6 Base repo] ***************************************************
Monday 22 July 2024  12:16:23 -0400 (0:00:00.023)       0:00:02.015 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '6'",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'enable_epel.yml'] **************************************
Monday 22 July 2024  12:16:23 -0400 (0:00:00.014)       0:00:02.030 *********** 
included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed_node1

TASK [Create EPEL 8] ***********************************************************
Monday 22 July 2024  12:16:23 -0400 (0:00:00.036)       0:00:02.067 *********** 
ok: [managed_node1] => {
    "attempts": 1,
    "changed": false,
    "cmd": [
        "rpm",
        "-iv",
        "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
    ],
    "delta": null,
    "end": null,
    "rc": 0,
    "start": null
}

STDOUT:

skipped, since /etc/yum.repos.d/epel.repo exists


MSG:

Did not run command since '/etc/yum.repos.d/epel.repo' exists

TASK [Install yum-utils package] ***********************************************
Monday 22 July 2024  12:16:23 -0400 (0:00:00.429)       0:00:02.497 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '7'",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
Monday 22 July 2024  12:16:23 -0400 (0:00:00.013)       0:00:02.510 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '7'",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
Monday 22 July 2024  12:16:23 -0400 (0:00:00.013)       0:00:02.523 *********** 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "epel"
    ],
    "delta": "0:00:00.234831",
    "end": "2024-07-22 12:16:24.456410",
    "rc": 0,
    "start": "2024-07-22 12:16:24.221579"
}

TASK [Enable EPEL 6] ***********************************************************
Monday 22 July 2024  12:16:24 -0400 (0:00:00.573)       0:00:03.097 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '6'",
    "skip_reason": "Conditional result was False"
}

PLAY [Install dependencies for integration tests] ******************************

TASK [Gathering Facts] *********************************************************
Monday 22 July 2024  12:16:24 -0400 (0:00:00.025)       0:00:03.122 *********** 
ok: [managed_node1]

TASK [Install rpm dependencies] ************************************************
Monday 22 July 2024  12:16:25 -0400 (0:00:00.753)       0:00:03.876 *********** 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Install Pytest] **********************************************************
Monday 22 July 2024  12:16:28 -0400 (0:00:02.891)       0:00:06.767 *********** 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "pip3",
        "install",
        "pytest"
    ],
    "delta": "0:00:04.186577",
    "end": "2024-07-22 12:16:32.651703",
    "rc": 0,
    "start": "2024-07-22 12:16:28.465126"
}

STDOUT:

Collecting pytest
  Downloading https://files.pythonhosted.org/packages/38/93/c7c0bd1e932b287fb948eb9ce5a3d6307c9fc619db1e199f8c8bc5dad95f/pytest-7.0.1-py3-none-any.whl (296kB)
Collecting tomli>=1.0.0 (from pytest)
  Downloading https://files.pythonhosted.org/packages/05/e4/74f9440db36734d7ba83c574c1e7024009ce849208a41f90e94a134dc6d1/tomli-1.2.3-py3-none-any.whl
Collecting pluggy<2.0,>=0.12 (from pytest)
  Downloading https://files.pythonhosted.org/packages/9e/01/f38e2ff29715251cf25532b9082a1589ab7e4f571ced434f98d0139336dc/pluggy-1.0.0-py2.py3-none-any.whl
Collecting py>=1.8.2 (from pytest)
  Downloading https://files.pythonhosted.org/packages/f6/f0/10642828a8dfb741e5f3fbaac830550a518a775c7fff6f04a007259b0548/py-1.11.0-py2.py3-none-any.whl (98kB)
Collecting attrs>=19.2.0 (from pytest)
  Downloading https://files.pythonhosted.org/packages/fb/6e/6f83bf616d2becdf333a1640f1d463fef3150e2e926b7010cb0f81c95e88/attrs-22.2.0-py3-none-any.whl (60kB)
Collecting importlib-metadata>=0.12; python_version < "3.8" (from pytest)
  Downloading https://files.pythonhosted.org/packages/a0/a1/b153a0a4caf7a7e3f15c2cd56c7702e2cf3d89b1b359d1f1c5e59d68f4ce/importlib_metadata-4.8.3-py3-none-any.whl
Collecting packaging (from pytest)
  Downloading https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl (40kB)
Collecting iniconfig (from pytest)
  Downloading https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.py3-none-any.whl
Collecting typing-extensions>=3.6.4; python_version < "3.8" (from importlib-metadata>=0.12; python_version < "3.8"->pytest)
  Downloading https://files.pythonhosted.org/packages/45/6b/44f7f8f1e110027cf88956b59f2fad776cca7e1704396d043f89effd3a0e/typing_extensions-4.1.1-py3-none-any.whl
Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pytest)
  Downloading https://files.pythonhosted.org/packages/bd/df/d4a4974a3e3957fd1c1fa3082366d7fff6e428ddb55f074bf64876f8e8ad/zipp-3.6.0-py3-none-any.whl
Collecting pyparsing!=3.0.5,>=2.0.2 (from packaging->pytest)
  Downloading https://files.pythonhosted.org/packages/9d/ea/6d76df31432a0e6fdf81681a895f009a4bb47b3c39036db3e1b528191d52/pyparsing-3.1.2-py3-none-any.whl (103kB)
Installing collected packages: tomli, typing-extensions, zipp, importlib-metadata, pluggy, py, attrs, pyparsing, packaging, iniconfig, pytest
Successfully installed attrs-22.2.0 importlib-metadata-4.8.3 iniconfig-1.1.1 packaging-21.3 pluggy-1.0.0 py-1.11.0 pyparsing-3.1.2 pytest-7.0.1 tomli-1.2.3 typing-extensions-4.1.1 zipp-3.6.0


STDERR:

WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.

PLAY [Run playbook 'tests_default.yml' with initscripts as provider] ***********

TASK [Gathering Facts] *********************************************************
Monday 22 July 2024  12:16:32 -0400 (0:00:04.537)       0:00:11.304 *********** 
ok: [managed_node1]

TASK [Include the task 'el_repo_setup.yml'] ************************************
Monday 22 July 2024  12:16:33 -0400 (0:00:00.751)       0:00:12.056 *********** 
included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/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] ***
Monday 22 July 2024  12:16:33 -0400 (0:00:00.019)       0:00:12.076 *********** 
ok: [managed_node1]

TASK [Check if system is ostree] ***********************************************
Monday 22 July 2024  12:16:33 -0400 (0:00:00.506)       0:00:12.583 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Set flag to indicate system is ostree] ***********************************
Monday 22 July 2024  12:16:34 -0400 (0:00:00.018)       0:00:12.601 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Fix CentOS6 Base repo] ***************************************************
Monday 22 July 2024  12:16:34 -0400 (0:00:00.018)       0:00:12.620 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '6'",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'enable_epel.yml'] **************************************
Monday 22 July 2024  12:16:34 -0400 (0:00:00.015)       0:00:12.636 *********** 
included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed_node1

TASK [Create EPEL 8] ***********************************************************
Monday 22 July 2024  12:16:34 -0400 (0:00:00.034)       0:00:12.670 *********** 
ok: [managed_node1] => {
    "attempts": 1,
    "changed": false,
    "cmd": [
        "rpm",
        "-iv",
        "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
    ],
    "delta": null,
    "end": null,
    "rc": 0,
    "start": null
}

STDOUT:

skipped, since /etc/yum.repos.d/epel.repo exists


MSG:

Did not run command since '/etc/yum.repos.d/epel.repo' exists

TASK [Install yum-utils package] ***********************************************
Monday 22 July 2024  12:16:34 -0400 (0:00:00.336)       0:00:13.006 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '7'",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
Monday 22 July 2024  12:16:34 -0400 (0:00:00.017)       0:00:13.024 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '7'",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
Monday 22 July 2024  12:16:34 -0400 (0:00:00.015)       0:00:13.039 *********** 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "epel"
    ],
    "delta": "0:00:01.228389",
    "end": "2024-07-22 12:16:35.967533",
    "rc": 0,
    "start": "2024-07-22 12:16:34.739144"
}

TASK [Enable EPEL 6] ***********************************************************
Monday 22 July 2024  12:16:36 -0400 (0:00:01.568)       0:00:14.608 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '6'",
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'initscripts'] ***********************************
Monday 22 July 2024  12:16:36 -0400 (0:00:00.014)       0:00:14.623 *********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "network_provider": "initscripts"
    },
    "changed": false
}

PLAY [Test executing the role with default parameters] *************************

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
Monday 22 July 2024  12:16:36 -0400 (0:00:00.035)       0:00:14.658 *********** 
included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
Monday 22 July 2024  12:16:36 -0400 (0:00:00.040)       0:00:14.699 *********** 
skipping: [managed_node1] => {
    "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 if system is ostree] ***********
Monday 22 July 2024  12:16:36 -0400 (0:00:00.039)       0:00:14.738 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
Monday 22 July 2024  12:16:36 -0400 (0:00:00.038)       0:00:14.777 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
Monday 22 July 2024  12:16:36 -0400 (0:00:00.038)       0:00:14.816 *********** 
ok: [managed_node1] => {
    "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] ***
Monday 22 July 2024  12:16:37 -0400 (0:00:01.715)       0:00:16.532 *********** 
ok: [managed_node1] => {
    "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] **************
Monday 22 July 2024  12:16:39 -0400 (0:00:01.706)       0:00:18.238 *********** 
ok: [managed_node1] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
Monday 22 July 2024  12:16:39 -0400 (0:00:00.052)       0:00:18.291 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state is defined",
    "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] ***
Monday 22 July 2024  12:16:39 -0400 (0:00:00.053)       0:00:18.344 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] ***
Monday 22 July 2024  12:16:39 -0400 (0:00:00.052)       0:00:18.396 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] ***
Monday 22 July 2024  12:16:39 -0400 (0:00:00.053)       0:00:18.449 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version | int < 8",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] ***
Monday 22 July 2024  12:16:39 -0400 (0:00:00.048)       0:00:18.498 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
Monday 22 July 2024  12:16:39 -0400 (0:00:00.052)       0:00:18.551 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not network_packages is subset(ansible_facts.packages.keys())",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
Monday 22 July 2024  12:16:40 -0400 (0:00:00.082)       0:00:18.634 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
Monday 22 July 2024  12:16:40 -0400 (0:00:00.081)       0:00:18.715 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
Monday 22 July 2024  12:16:40 -0400 (0:00:00.051)       0:00:18.766 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
Monday 22 July 2024  12:16:40 -0400 (0:00:00.052)       0:00:18.819 *********** 
skipping: [managed_node1] => {
    "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] *****
Monday 22 July 2024  12:16:40 -0400 (0:00:00.055)       0:00:18.874 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"nm\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
Monday 22 July 2024  12:16:40 -0400 (0:00:00.046)       0:00:18.921 *********** 
ok: [managed_node1] => {
    "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] ***
Monday 22 July 2024  12:16:41 -0400 (0:00:00.764)       0:00:19.686 *********** 
ok: [managed_node1] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-26925rnfsuxuy/tmpw2oyzggc"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
Monday 22 July 2024  12:16:41 -0400 (0:00:00.382)       0:00:20.068 *********** 
ok: [managed_node1] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
            "connections": [],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": false
}

STDERR:




TASK [fedora.linux_system_roles.network : Configure networking state] **********
Monday 22 July 2024  12:16:42 -0400 (0:00:00.631)       0:00:20.700 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
Monday 22 July 2024  12:16:42 -0400 (0:00:00.050)       0:00:20.750 *********** 
ok: [managed_node1] => {
    "__network_connections_result.stderr_lines": [
        ""
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
Monday 22 July 2024  12:16:42 -0400 (0:00:00.054)       0:00:20.804 *********** 
ok: [managed_node1] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
                "connections": [],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": false,
        "failed": false,
        "stderr": "\n",
        "stderr_lines": [
            ""
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
Monday 22 July 2024  12:16:42 -0400 (0:00:00.053)       0:00:20.858 *********** 
skipping: [managed_node1] => {
    "false_condition": "network_state is defined"
}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
Monday 22 July 2024  12:16:42 -0400 (0:00:00.049)       0:00:20.908 *********** 
ok: [managed_node1] => {
    "changed": false,
    "ping": "pong"
}

TASK [Include the task 'el_repo_setup.yml'] ************************************
Monday 22 July 2024  12:16:42 -0400 (0:00:00.485)       0:00:21.394 *********** 
included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/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] ***
Monday 22 July 2024  12:16:42 -0400 (0:00:00.064)       0:00:21.458 *********** 
ok: [managed_node1]

TASK [Check if system is ostree] ***********************************************
Monday 22 July 2024  12:16:43 -0400 (0:00:00.560)       0:00:22.019 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Set flag to indicate system is ostree] ***********************************
Monday 22 July 2024  12:16:43 -0400 (0:00:00.048)       0:00:22.067 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Fix CentOS6 Base repo] ***************************************************
Monday 22 July 2024  12:16:43 -0400 (0:00:00.051)       0:00:22.118 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '6'",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'enable_epel.yml'] **************************************
Monday 22 July 2024  12:16:43 -0400 (0:00:00.045)       0:00:22.163 *********** 
included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed_node1

TASK [Create EPEL 8] ***********************************************************
Monday 22 July 2024  12:16:43 -0400 (0:00:00.072)       0:00:22.235 *********** 
ok: [managed_node1] => {
    "attempts": 1,
    "changed": false,
    "cmd": [
        "rpm",
        "-iv",
        "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
    ],
    "delta": null,
    "end": null,
    "rc": 0,
    "start": null
}

STDOUT:

skipped, since /etc/yum.repos.d/epel.repo exists


MSG:

Did not run command since '/etc/yum.repos.d/epel.repo' exists

TASK [Install yum-utils package] ***********************************************
Monday 22 July 2024  12:16:44 -0400 (0:00:00.364)       0:00:22.600 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '7'",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
Monday 22 July 2024  12:16:44 -0400 (0:00:00.046)       0:00:22.647 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '7'",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
Monday 22 July 2024  12:16:44 -0400 (0:00:00.046)       0:00:22.693 *********** 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "epel"
    ],
    "delta": "0:00:00.229576",
    "end": "2024-07-22 12:16:44.629584",
    "rc": 0,
    "start": "2024-07-22 12:16:44.400008"
}

TASK [Enable EPEL 6] ***********************************************************
Monday 22 July 2024  12:16:44 -0400 (0:00:00.590)       0:00:23.284 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '6'",
    "skip_reason": "Conditional result was False"
}

TASK [Test warning and info logs] **********************************************
Monday 22 July 2024  12:16:44 -0400 (0:00:00.045)       0:00:23.329 *********** 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

PLAY [Run playbook 'tests_default.yml' with nm as provider] ********************

TASK [Gathering Facts] *********************************************************
Monday 22 July 2024  12:16:44 -0400 (0:00:00.117)       0:00:23.447 *********** 
ok: [managed_node1]

TASK [Include the task 'el_repo_setup.yml'] ************************************
Monday 22 July 2024  12:16:45 -0400 (0:00:00.832)       0:00:24.280 *********** 
included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/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] ***
Monday 22 July 2024  12:16:45 -0400 (0:00:00.051)       0:00:24.332 *********** 
ok: [managed_node1]

TASK [Check if system is ostree] ***********************************************
Monday 22 July 2024  12:16:46 -0400 (0:00:00.522)       0:00:24.854 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Set flag to indicate system is ostree] ***********************************
Monday 22 July 2024  12:16:46 -0400 (0:00:00.035)       0:00:24.890 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Fix CentOS6 Base repo] ***************************************************
Monday 22 July 2024  12:16:46 -0400 (0:00:00.037)       0:00:24.927 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '6'",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'enable_epel.yml'] **************************************
Monday 22 July 2024  12:16:46 -0400 (0:00:00.031)       0:00:24.958 *********** 
included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed_node1

TASK [Create EPEL 8] ***********************************************************
Monday 22 July 2024  12:16:46 -0400 (0:00:00.067)       0:00:25.026 *********** 
ok: [managed_node1] => {
    "attempts": 1,
    "changed": false,
    "cmd": [
        "rpm",
        "-iv",
        "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
    ],
    "delta": null,
    "end": null,
    "rc": 0,
    "start": null
}

STDOUT:

skipped, since /etc/yum.repos.d/epel.repo exists


MSG:

Did not run command since '/etc/yum.repos.d/epel.repo' exists

TASK [Install yum-utils package] ***********************************************
Monday 22 July 2024  12:16:46 -0400 (0:00:00.352)       0:00:25.379 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '7'",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
Monday 22 July 2024  12:16:46 -0400 (0:00:00.032)       0:00:25.411 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '7'",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
Monday 22 July 2024  12:16:46 -0400 (0:00:00.032)       0:00:25.444 *********** 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "epel"
    ],
    "delta": "0:00:00.224770",
    "end": "2024-07-22 12:16:47.365260",
    "rc": 0,
    "start": "2024-07-22 12:16:47.140490"
}

TASK [Enable EPEL 6] ***********************************************************
Monday 22 July 2024  12:16:47 -0400 (0:00:00.574)       0:00:26.018 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '6'",
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'nm'] ********************************************
Monday 22 July 2024  12:16:47 -0400 (0:00:00.030)       0:00:26.049 *********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "network_provider": "nm"
    },
    "changed": false
}

PLAY [Test executing the role with default parameters] *************************

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
Monday 22 July 2024  12:16:47 -0400 (0:00:00.176)       0:00:26.225 *********** 
included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed_node1

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
Monday 22 July 2024  12:16:47 -0400 (0:00:00.057)       0:00:26.283 *********** 
skipping: [managed_node1] => {
    "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 if system is ostree] ***********
Monday 22 July 2024  12:16:47 -0400 (0:00:00.059)       0:00:26.343 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] ***
Monday 22 July 2024  12:16:47 -0400 (0:00:00.043)       0:00:26.387 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check which services are running] ****
Monday 22 July 2024  12:16:47 -0400 (0:00:00.042)       0:00:26.429 *********** 
ok: [managed_node1] => {
    "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] ***
Monday 22 July 2024  12:16:49 -0400 (0:00:01.570)       0:00:28.000 *********** 
ok: [managed_node1] => {
    "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] **************
Monday 22 July 2024  12:16:50 -0400 (0:00:01.436)       0:00:29.437 *********** 
ok: [managed_node1] => {}

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] ***
Monday 22 July 2024  12:16:50 -0400 (0:00:00.036)       0:00:29.473 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state is defined",
    "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] ***
Monday 22 July 2024  12:16:50 -0400 (0:00:00.078)       0:00:29.552 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] ***
Monday 22 July 2024  12:16:50 -0400 (0:00:00.038)       0:00:29.590 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] ***
Monday 22 July 2024  12:16:51 -0400 (0:00:00.058)       0:00:29.649 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version | int < 8",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] ***
Monday 22 July 2024  12:16:51 -0400 (0:00:00.048)       0:00:29.698 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
Monday 22 July 2024  12:16:51 -0400 (0:00:00.051)       0:00:29.749 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not network_packages is subset(ansible_facts.packages.keys())",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] ***
Monday 22 July 2024  12:16:51 -0400 (0:00:00.084)       0:00:29.834 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] ***
Monday 22 July 2024  12:16:51 -0400 (0:00:00.041)       0:00:29.875 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] ***
Monday 22 July 2024  12:16:51 -0400 (0:00:00.038)       0:00:29.914 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
Monday 22 July 2024  12:16:51 -0400 (0:00:00.056)       0:00:29.970 *********** 
ok: [managed_node1] => {
    "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] *****
Monday 22 July 2024  12:16:51 -0400 (0:00:00.541)       0:00:30.511 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "__network_wpa_supplicant_required",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
Monday 22 July 2024  12:16:51 -0400 (0:00:00.053)       0:00:30.564 *********** 
skipping: [managed_node1] => {
    "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] ***
Monday 22 July 2024  12:16:52 -0400 (0:00:00.036)       0:00:30.600 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_provider == \"initscripts\"",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
Monday 22 July 2024  12:16:52 -0400 (0:00:00.034)       0:00:30.635 *********** 
ok: [managed_node1] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n# system_role:network\n",
            "connections": [],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "nm"
        }
    },
    "changed": false
}

STDERR:




TASK [fedora.linux_system_roles.network : Configure networking state] **********
Monday 22 July 2024  12:16:52 -0400 (0:00:00.491)       0:00:31.127 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "network_state is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
Monday 22 July 2024  12:16:52 -0400 (0:00:00.043)       0:00:31.170 *********** 
ok: [managed_node1] => {
    "__network_connections_result.stderr_lines": [
        ""
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
Monday 22 July 2024  12:16:52 -0400 (0:00:00.037)       0:00:31.208 *********** 
ok: [managed_node1] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n# system_role:network\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] ***
Monday 22 July 2024  12:16:52 -0400 (0:00:00.039)       0:00:31.247 *********** 
skipping: [managed_node1] => {
    "false_condition": "network_state is defined"
}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
Monday 22 July 2024  12:16:52 -0400 (0:00:00.076)       0:00:31.324 *********** 
ok: [managed_node1] => {
    "changed": false,
    "ping": "pong"
}

TASK [Include the task 'el_repo_setup.yml'] ************************************
Monday 22 July 2024  12:16:53 -0400 (0:00:00.374)       0:00:31.698 *********** 
included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/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] ***
Monday 22 July 2024  12:16:53 -0400 (0:00:00.054)       0:00:31.753 *********** 
ok: [managed_node1]

TASK [Check if system is ostree] ***********************************************
Monday 22 July 2024  12:16:53 -0400 (0:00:00.528)       0:00:32.281 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Set flag to indicate system is ostree] ***********************************
Monday 22 July 2024  12:16:53 -0400 (0:00:00.038)       0:00:32.320 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "not __network_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Fix CentOS6 Base repo] ***************************************************
Monday 22 July 2024  12:16:53 -0400 (0:00:00.036)       0:00:32.356 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '6'",
    "skip_reason": "Conditional result was False"
}

TASK [Include the task 'enable_epel.yml'] **************************************
Monday 22 July 2024  12:16:53 -0400 (0:00:00.033)       0:00:32.390 *********** 
included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/../tasks/enable_epel.yml for managed_node1

TASK [Create EPEL 8] ***********************************************************
Monday 22 July 2024  12:16:53 -0400 (0:00:00.069)       0:00:32.460 *********** 
ok: [managed_node1] => {
    "attempts": 1,
    "changed": false,
    "cmd": [
        "rpm",
        "-iv",
        "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
    ],
    "delta": null,
    "end": null,
    "rc": 0,
    "start": null
}

STDOUT:

skipped, since /etc/yum.repos.d/epel.repo exists


MSG:

Did not run command since '/etc/yum.repos.d/epel.repo' exists

TASK [Install yum-utils package] ***********************************************
Monday 22 July 2024  12:16:54 -0400 (0:00:00.358)       0:00:32.819 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '7'",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
Monday 22 July 2024  12:16:54 -0400 (0:00:00.034)       0:00:32.854 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '7'",
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
Monday 22 July 2024  12:16:54 -0400 (0:00:00.032)       0:00:32.886 *********** 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "epel"
    ],
    "delta": "0:00:00.232642",
    "end": "2024-07-22 12:16:54.821537",
    "rc": 0,
    "start": "2024-07-22 12:16:54.588895"
}

TASK [Enable EPEL 6] ***********************************************************
Monday 22 July 2024  12:16:54 -0400 (0:00:00.588)       0:00:33.475 *********** 
skipping: [managed_node1] => {
    "changed": false,
    "false_condition": "ansible_distribution_major_version == '6'",
    "skip_reason": "Conditional result was False"
}

TASK [Test warning and info logs] **********************************************
Monday 22 July 2024  12:16:54 -0400 (0:00:00.033)       0:00:33.508 *********** 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed

PLAY [Run Pytest tests] ********************************************************

TASK [Gathering Facts] *********************************************************
Monday 22 July 2024  12:16:55 -0400 (0:00:00.139)       0:00:33.648 *********** 
ok: [managed_node1]

TASK [Create tempdir for code to test] *****************************************
Monday 22 July 2024  12:16:55 -0400 (0:00:00.811)       0:00:34.459 *********** 
changed: [managed_node1] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0700",
    "owner": "root",
    "path": "/tmp/lsrtest_9mc0820a",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [Get tempfile for tar] ****************************************************
Monday 22 July 2024  12:16:56 -0400 (0:00:00.444)       0:00:34.904 *********** 
changed: [managed_node1 -> localhost] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/tmp/lsrtest_h87nrm7l.tar",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [Include the task '../tasks/get_modules_and_utils_paths.yml'] *************
Monday 22 July 2024  12:16:56 -0400 (0:00:00.226)       0:00:35.130 *********** 
included: /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_modules_and_utils_paths.yml for managed_node1

TASK [Set collection paths] ****************************************************
Monday 22 July 2024  12:16:56 -0400 (0:00:00.052)       0:00:35.182 *********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "collection_paths": [
            "/var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql",
            "/var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql"
        ]
    },
    "changed": false
}

TASK [Set search paths] ********************************************************
Monday 22 July 2024  12:16:56 -0400 (0:00:00.053)       0:00:35.236 *********** 
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] *******************************
Monday 22 July 2024  12:16:56 -0400 (0:00:00.055)       0:00:35.291 *********** 
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 /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql; 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.003822",
    "end": "2024-07-22 12:16:56.906351",
    "rc": 0,
    "start": "2024-07-22 12:16:56.902529"
}

STDOUT:

/var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql
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 /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql
+ '[' '!' -d /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql ']'
+ cd /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql
+ 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 /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql
+ echo ansible_collections/fedora/linux_system_roles/plugins/modules
+ exit 0

TASK [Find parent directory and path of module_utils] **************************
Monday 22 July 2024  12:16:56 -0400 (0:00:00.249)       0:00:35.541 *********** 
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 /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql; 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.003689",
    "end": "2024-07-22 12:16:57.153956",
    "rc": 0,
    "start": "2024-07-22 12:16:57.150267"
}

STDOUT:

/var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql
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 /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql
+ '[' '!' -d /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql ']'
+ cd /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql
+ 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 /var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql
+ echo ansible_collections/fedora/linux_system_roles/plugins/module_utils
+ exit 0

TASK [Get tests directory] *****************************************************
Monday 22 July 2024  12:16:57 -0400 (0:00:00.247)       0:00:35.789 *********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "tests_directory": "/var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/files/../../network"
    },
    "changed": false
}

TASK [Create Tar file] *********************************************************
Monday 22 July 2024  12:16:57 -0400 (0:00:00.036)       0:00:35.825 *********** 
ok: [managed_node1 -> localhost] => {
    "changed": false,
    "cmd": [
        "tar",
        "-cvf",
        "/tmp/lsrtest_h87nrm7l.tar",
        "--exclude",
        "*.pyc",
        "--exclude",
        "__pycache__",
        "-C",
        "/var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql/ansible_collections/fedora/linux_system_roles/tests",
        "network",
        "-C",
        "/var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql",
        "ansible_collections/fedora/linux_system_roles/plugins/modules",
        "-C",
        "/var/ARTIFACTS/work-generaly3i9cwcr/plans/general/tree/tmp.lGaAsXqXql",
        "ansible_collections/fedora/linux_system_roles/plugins/module_utils"
    ],
    "delta": "0:00:00.009826",
    "end": "2024-07-22 12:16:57.444464",
    "rc": 0,
    "start": "2024-07-22 12:16:57.434638"
}

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_cloned_mac.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_bridge_cloned_mac.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_ignore_auto_dns.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_device.yml
network/playbooks/tests_route_table.yml
network/playbooks/tests_route_type.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_and_network_restart.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_IPv4_present.yml
network/tasks/assert_IPv6_present.yml
network/tasks/assert_bond_options.yml
network/tasks/assert_bond_port_profile_present.yml
network/tasks/assert_controller_device_present.yml
network/tasks/assert_device_absent.yml
network/tasks/assert_device_present.yml
network/tasks/assert_dhcp_device_present.yml
network/tasks/assert_network_connections_failed.yml
network/tasks/assert_output_in_stderr_without_warnings.yml
network/tasks/assert_package_installed.yml
network/tasks/assert_profile_absent.yml
network/tasks/assert_profile_present.yml
network/tasks/check_network_dns.yml
network/tasks/cleanup_802_1x_server.yml
network/tasks/cleanup_bond_profile+device.yml
network/tasks/cleanup_mock_wifi.yml
network/tasks/cleanup_profile+device.yml
network/tasks/create_and_remove_interface.yml
network/tasks/create_bond_profile.yml
network/tasks/create_bond_profile_reconfigure.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/create_wireless_profile_restart_network.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/ostree_systems_check.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_package.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_cloned_mac_initscripts.yml
network/tests_bond_cloned_mac_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_cloned_mac_initscripts.yml
network/tests_bridge_cloned_mac_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_ignore_auto_dns_nm.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_device_initscripts.yml
network/tests_route_device_nm.yml
network/tests_route_table_nm.yml
network/tests_route_type_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_and_network_restart_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
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] **********************************
Monday 22 July 2024  12:16:57 -0400 (0:00:00.295)       0:00:36.120 *********** 
changed: [managed_node1] => {
    "changed": true,
    "checksum": "874db5bfc4b8f10d12492b54cff088b636abb872",
    "dest": "/tmp/lsrtest_9mc0820a/lsrtest_h87nrm7l.tar",
    "gid": 0,
    "group": "root",
    "md5sum": "931b0f1865f4ee2bbb4e4f8262d1969e",
    "mode": "0600",
    "owner": "root",
    "secontext": "unconfined_u:object_r:admin_home_t:s0",
    "size": 942080,
    "src": "/root/.ansible/tmp/ansible-tmp-1721665017.5715444-27367-58258395708765/source",
    "state": "file",
    "uid": 0
}

TASK [Untar testrepo.tar] ******************************************************
Monday 22 July 2024  12:16:58 -0400 (0:00:01.019)       0:00:37.139 *********** 
changed: [managed_node1] => {
    "changed": true,
    "dest": "/tmp/lsrtest_9mc0820a",
    "extract_results": {
        "cmd": [
            "/usr/bin/gtar",
            "--extract",
            "-C",
            "/tmp/lsrtest_9mc0820a",
            "-f",
            "/tmp/lsrtest_9mc0820a/lsrtest_h87nrm7l.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": 76,
    "src": "/tmp/lsrtest_9mc0820a/lsrtest_h87nrm7l.tar",
    "state": "directory",
    "uid": 0
}

TASK [Create subdirectory './ansible' under '/tmp/lsrtest_9mc0820a'] ***********
Monday 22 July 2024  12:16:59 -0400 (0:00:01.006)       0:00:38.145 *********** 
changed: [managed_node1] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/tmp/lsrtest_9mc0820a/ansible",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 6,
    "state": "directory",
    "uid": 0
}

TASK [Move module_utils to ansible directory] **********************************
Monday 22 July 2024  12:17:00 -0400 (0:00:00.462)       0:00:38.608 *********** 
ok: [managed_node1] => {
    "changed": false,
    "cmd": "if [ -d /tmp/lsrtest_9mc0820a/module_utils ]; then\n  mv /tmp/lsrtest_9mc0820a/module_utils /tmp/lsrtest_9mc0820a/ansible\nfi\n",
    "delta": "0:00:00.003302",
    "end": "2024-07-22 12:17:00.303002",
    "rc": 0,
    "start": "2024-07-22 12:17:00.299700"
}

TASK [Fake out python module directories, primarily for python2] ***************
Monday 22 July 2024  12:17:00 -0400 (0:00:00.352)       0:00:38.960 *********** 
ok: [managed_node1] => {
    "changed": false,
    "cmd": "for dir in $(find /tmp/lsrtest_9mc0820a -type d -print); do\n  if [ ! -f \"$dir/__init__.py\" ]; then\n    touch \"$dir/__init__.py\"\n  fi\ndone\n",
    "delta": "0:00:00.017433",
    "end": "2024-07-22 12:17:00.672406",
    "rc": 0,
    "start": "2024-07-22 12:17:00.654973"
}

TASK [Set _lsr_python_path] ****************************************************
Monday 22 July 2024  12:17:00 -0400 (0:00:00.366)       0:00:39.326 *********** 
ok: [managed_node1] => {
    "ansible_facts": {
        "_lsr_python_path": "/tmp/lsrtest_9mc0820a/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_9mc0820a"
    },
    "changed": false
}

TASK [Show _lsr_python_path] ***************************************************
Monday 22 July 2024  12:17:00 -0400 (0:00:00.033)       0:00:39.360 *********** 
ok: [managed_node1] => {}

MSG:

path /tmp/lsrtest_9mc0820a/ansible_collections/fedora/linux_system_roles/plugins/modules:/tmp/lsrtest_9mc0820a

TASK [List the files in /tmp/lsrtest_9mc0820a] *********************************
Monday 22 July 2024  12:17:00 -0400 (0:00:00.034)       0:00:39.395 *********** 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "ls",
        "-alrtFR",
        "/tmp/lsrtest_9mc0820a"
    ],
    "delta": "0:00:00.005500",
    "end": "2024-07-22 12:17:01.099904",
    "rc": 0,
    "start": "2024-07-22 12:17:01.094404"
}

STDOUT:

/tmp/lsrtest_9mc0820a:
total 924
-rw-------. 1 root root 942080 Jul 22 12:16 lsrtest_h87nrm7l.tar
drwxr-xr-x. 7 root root   4096 Jul 22 12:17 network/
-rw-r--r--. 1 root root      0 Jul 22 12:17 __init__.py
drwx------. 5 root root    110 Jul 22 12:17 ./
drwxr-xr-x. 3 root root     39 Jul 22 12:17 ansible_collections/
drwxr-xr-x. 2 root root     25 Jul 22 12:17 ansible/
drwxrwxrwt. 5 root root    164 Jul 22 12:17 ../

/tmp/lsrtest_9mc0820a/network:
total 308
-rwxr-xr-x. 1 root root   888 Jul 22 11:50 merge_coverage.sh*
-rwxr-xr-x. 1 root root   365 Jul 22 11:50 git-pre-commit.sh*
-rwxr-xr-x. 1 root root   690 Jul 22 11:50 git-post-commit.sh*
-rwxr-xr-x. 1 root root   937 Jul 22 11:50 get_total_coverage.sh*
-rwxr-xr-x. 1 root root  2502 Jul 22 11:50 get_coverage.sh*
-rwxr-xr-x. 1 root root 10629 Jul 22 11:50 ensure_provider_tests.py*
-rwxr-xr-x. 1 root root   351 Jul 22 11:50 covstats*
-rw-r--r--. 1 root root   958 Jul 22 11:50 tests_wireless_wpa3_sae_nm.yml
-rw-r--r--. 1 root root  1049 Jul 22 11:50 tests_wireless_wpa3_owe_nm.yml
-rw-r--r--. 1 root root   800 Jul 22 11:50 tests_wireless_plugin_installation_nm.yml
-rw-r--r--. 1 root root   788 Jul 22 11:50 tests_wireless_nm.yml
-rw-r--r--. 1 root root   800 Jul 22 11:50 tests_wireless_and_network_restart_nm.yml
-rw-r--r--. 1 root root   740 Jul 22 11:50 tests_vlan_mtu_nm.yml
-rw-r--r--. 1 root root   675 Jul 22 11:50 tests_vlan_mtu_initscripts.yml
-rw-r--r--. 1 root root  5997 Jul 22 11:50 tests_unit.yml
-rw-r--r--. 1 root root   788 Jul 22 11:50 tests_team_plugin_installation_nm.yml
-rw-r--r--. 1 root root   728 Jul 22 11:50 tests_team_nm.yml
-rw-r--r--. 1 root root   580 Jul 22 11:50 tests_switch_provider.yml
-rw-r--r--. 1 root root   734 Jul 22 11:50 tests_states_nm.yml
-rw-r--r--. 1 root root   669 Jul 22 11:50 tests_states_initscripts.yml
-rw-r--r--. 1 root root   755 Jul 22 11:50 tests_routing_rules_nm.yml
-rw-r--r--. 1 root root  1520 Jul 22 11:50 tests_route_type_nm.yml
-rw-r--r--. 1 root root   749 Jul 22 11:50 tests_route_table_nm.yml
-rw-r--r--. 1 root root   752 Jul 22 11:50 tests_route_device_nm.yml
-rw-r--r--. 1 root root   687 Jul 22 11:50 tests_route_device_initscripts.yml
-rw-r--r--. 1 root root  1498 Jul 22 11:50 tests_regression_nm.yml
-rw-r--r--. 1 root root   737 Jul 22 11:50 tests_reapply_nm.yml
-rw-r--r--. 1 root root  1580 Jul 22 11:50 tests_provider_nm.yml
-rw-r--r--. 1 root root   806 Jul 22 11:50 tests_network_state_nm.yml
-rw-r--r--. 1 root root   728 Jul 22 11:50 tests_ipv6_nm.yml
-rw-r--r--. 1 root root   663 Jul 22 11:50 tests_ipv6_initscripts.yml
-rw-r--r--. 1 root root   761 Jul 22 11:50 tests_ipv6_dns_search_nm.yml
-rw-r--r--. 1 root root   755 Jul 22 11:50 tests_ipv6_disabled_nm.yml
-rw-r--r--. 1 root root   493 Jul 22 11:50 tests_integration_pytest.yml
-rw-r--r--. 1 root root   746 Jul 22 11:50 tests_infiniband_nm.yml
-rw-r--r--. 1 root root   761 Jul 22 11:50 tests_ignore_auto_dns_nm.yml
-rw-r--r--. 1 root root  1028 Jul 22 11:50 tests_helpers_and_asserts.yml
-rw-r--r--. 1 root root  1483 Jul 22 11:50 tests_ethtool_ring_nm.yml
-rw-r--r--. 1 root root   687 Jul 22 11:50 tests_ethtool_ring_initscripts.yml
-rw-r--r--. 1 root root  1499 Jul 22 11:50 tests_ethtool_features_nm.yml
-rw-r--r--. 1 root root   699 Jul 22 11:50 tests_ethtool_features_initscripts.yml
-rw-r--r--. 1 root root  1499 Jul 22 11:50 tests_ethtool_coalesce_nm.yml
-rw-r--r--. 1 root root   699 Jul 22 11:50 tests_ethtool_coalesce_initscripts.yml
-rw-r--r--. 1 root root  1515 Jul 22 11:50 tests_eth_pci_address_match_nm.yml
-rw-r--r--. 1 root root   740 Jul 22 11:50 tests_ethernet_nm.yml
-rw-r--r--. 1 root root   675 Jul 22 11:50 tests_ethernet_initscripts.yml
-rw-r--r--. 1 root root   761 Jul 22 11:50 tests_eth_dns_support_nm.yml
-rw-r--r--. 1 root root   731 Jul 22 11:50 tests_dummy_nm.yml
-rw-r--r--. 1 root root   449 Jul 22 11:50 tests_default.yml
-rw-r--r--. 1 root root   535 Jul 22 11:50 tests_default_nm.yml
-rw-r--r--. 1 root root   523 Jul 22 11:50 tests_default_initscripts.yml
-rw-r--r--. 1 root root  3482 Jul 22 11:50 tests_change_indication_on_repeat_run.yml
-rw-r--r--. 1 root root   734 Jul 22 11:50 tests_bridge_nm.yml
-rw-r--r--. 1 root root   669 Jul 22 11:50 tests_bridge_initscripts.yml
-rw-r--r--. 1 root root   767 Jul 22 11:50 tests_bridge_cloned_mac_nm.yml
-rw-r--r--. 1 root root   702 Jul 22 11:50 tests_bridge_cloned_mac_initscripts.yml
-rw-r--r--. 1 root root   752 Jul 22 11:50 tests_bond_removal_nm.yml
-rw-r--r--. 1 root root   687 Jul 22 11:50 tests_bond_removal_initscripts.yml
-rw-r--r--. 1 root root   752 Jul 22 11:50 tests_bond_options_nm.yml
-rw-r--r--. 1 root root   728 Jul 22 11:50 tests_bond_nm.yml
-rw-r--r--. 1 root root   663 Jul 22 11:50 tests_bond_initscripts.yml
-rw-r--r--. 1 root root   761 Jul 22 11:50 tests_bond_deprecated_nm.yml
-rw-r--r--. 1 root root   696 Jul 22 11:50 tests_bond_deprecated_initscripts.yml
-rw-r--r--. 1 root root   761 Jul 22 11:50 tests_bond_cloned_mac_nm.yml
-rw-r--r--. 1 root root   696 Jul 22 11:50 tests_bond_cloned_mac_initscripts.yml
-rw-r--r--. 1 root root   752 Jul 22 11:50 tests_auto_gateway_nm.yml
-rw-r--r--. 1 root root   687 Jul 22 11:50 tests_auto_gateway_initscripts.yml
-rw-r--r--. 1 root root   845 Jul 22 11:50 tests_802_1x_updated_nm.yml
-rw-r--r--. 1 root root   821 Jul 22 11:50 tests_802_1x_nm.yml
-rw-r--r--. 1 root root   334 Jul 22 11:50 setup-snapshot.yml
-rw-r--r--. 1 root root  2382 Jul 22 11:50 get_coverage.yml
-rw-r--r--. 1 root root     0 Jul 22 12:17 __init__.py
drwx------. 5 root root   110 Jul 22 12:17 ../
drwxr-xr-x. 7 root root  4096 Jul 22 12:17 ./
drwxr-xr-x. 2 root root   173 Jul 22 12:17 files/
drwxr-xr-x. 2 root root    68 Jul 22 12:17 integration/
drwxr-xr-x. 3 root root  4096 Jul 22 12:17 tasks/
drwxr-xr-x. 2 root root  4096 Jul 22 12:17 playbooks/
drwxr-xr-x. 2 root root    87 Jul 22 12:17 unit/

/tmp/lsrtest_9mc0820a/network/files:
total 36
-rw-r--r--. 1 root root 1334 Jul 22 11:50 server.pem
-rw-r--r--. 1 root root 1782 Jul 22 11:50 server.key
-rw-r--r--. 1 root root  424 Jul 22 11:50 dh.pem
-rw-r--r--. 1 root root 1334 Jul 22 11:50 client.pem
-rw-r--r--. 1 root root 1675 Jul 22 11:50 client.key.nocrypt
-rw-r--r--. 1 root root 1782 Jul 22 11:50 client.key
-rw-r--r--. 1 root root 1289 Jul 22 11:50 cacert.pem
-rw-r--r--. 1 root root 1766 Jul 22 11:50 cacert.key
drwxr-xr-x. 7 root root 4096 Jul 22 12:17 ../
-rw-r--r--. 1 root root    0 Jul 22 12:17 __init__.py
drwxr-xr-x. 2 root root  173 Jul 22 12:17 ./

/tmp/lsrtest_9mc0820a/network/integration:
total 12
-rw-r--r--. 1 root root 3243 Jul 22 11:50 test_ethernet.py
-rw-r--r--. 1 root root  199 Jul 22 11:50 conftest.py
drwxr-xr-x. 7 root root 4096 Jul 22 12:17 ../
-rw-r--r--. 1 root root    0 Jul 22 12:17 __init__.py
drwxr-xr-x. 2 root root   68 Jul 22 12:17 ./

/tmp/lsrtest_9mc0820a/network/tasks:
total 220
-rw-r--r--. 1 root root 3800 Jul 22 11:50 test_802.1x_capath.yml
-rw-r--r--. 1 root root  777 Jul 22 11:50 start_mock_wifi.yml
-rw-r--r--. 1 root root  239 Jul 22 11:50 show_interfaces.yml
-rw-r--r--. 1 root root  192 Jul 22 11:50 setup_test_interface.yml
-rw-r--r--. 1 root root 2238 Jul 22 11:50 setup_mock_wifi.yml
-rw-r--r--. 1 root root 2962 Jul 22 11:50 setup_mock_wifi_wpa3_sae.yml
-rw-r--r--. 1 root root 2761 Jul 22 11:50 setup_mock_wifi_wpa3_owe.yml
-rw-r--r--. 1 root root  301 Jul 22 11:50 setup_802.1x.yml
-rw-r--r--. 1 root root 2673 Jul 22 11:50 setup_802_1x_server.yml
-rw-r--r--. 1 root root 1688 Jul 22 11:50 run_test.yml
-rw-r--r--. 1 root root 1016 Jul 22 11:50 remove_test_interfaces_with_dhcp.yml
-rw-r--r--. 1 root root  235 Jul 22 11:50 remove_profile.yml
-rw-r--r--. 1 root root  144 Jul 22 11:50 remove_package.yml
-rw-r--r--. 1 root root  255 Jul 22 11:50 remove+down_profile.yml
-rw-r--r--. 1 root root  204 Jul 22 11:50 ostree_systems_check.yml
-rw-r--r--. 1 root root 2427 Jul 22 11:50 manage_test_interface.yml
-rw-r--r--. 1 root root 2353 Jul 22 11:50 get_profile_stat.yml
-rw-r--r--. 1 root root  558 Jul 22 11:50 get_NetworkManager_NVR.yml
-rw-r--r--. 1 root root 2813 Jul 22 11:50 get_modules_and_utils_paths.yml
-rw-r--r--. 1 root root  241 Jul 22 11:50 get_interface_stat.yml
-rw-r--r--. 1 root root  295 Jul 22 11:50 get_current_interfaces.yml
-rw-r--r--. 1 root root 1759 Jul 22 11:50 enable_epel.yml
-rw-r--r--. 1 root root 1677 Jul 22 11:50 el_repo_setup.yml
-rw-r--r--. 1 root root  197 Jul 22 11:50 delete_interface.yml
-rw-r--r--. 1 root root  600 Jul 22 11:50 create_wireless_profile_restart_network.yml
-rw-r--r--. 1 root root 4725 Jul 22 11:50 create_test_interfaces_with_dhcp.yml
-rw-r--r--. 1 root root  412 Jul 22 11:50 create_team_profile.yml
-rw-r--r--. 1 root root  368 Jul 22 11:50 create_dummy_profile.yml
-rw-r--r--. 1 root root  382 Jul 22 11:50 create_bridge_profile.yml
-rw-r--r--. 1 root root  409 Jul 22 11:50 create_bridge_profile_no_autoconnect.yml
-rw-r--r--. 1 root root 1366 Jul 22 11:50 create_bond_profile.yml
-rw-r--r--. 1 root root 1044 Jul 22 11:50 create_bond_profile_reconfigure.yml
-rw-r--r--. 1 root root 1033 Jul 22 11:50 create_and_remove_interface.yml
-rw-r--r--. 1 root root  363 Jul 22 11:50 cleanup_profile+device.yml
-rw-r--r--. 1 root root  218 Jul 22 11:50 cleanup_mock_wifi.yml
-rw-r--r--. 1 root root  781 Jul 22 11:50 cleanup_bond_profile+device.yml
-rw-r--r--. 1 root root  517 Jul 22 11:50 cleanup_802_1x_server.yml
-rw-r--r--. 1 root root 1049 Jul 22 11:50 check_network_dns.yml
-rw-r--r--. 1 root root  684 Jul 22 11:50 assert_profile_present.yml
-rw-r--r--. 1 root root  283 Jul 22 11:50 assert_profile_absent.yml
-rw-r--r--. 1 root root  275 Jul 22 11:50 assert_package_installed.yml
-rw-r--r--. 1 root root  364 Jul 22 11:50 assert_output_in_stderr_without_warnings.yml
-rw-r--r--. 1 root root  377 Jul 22 11:50 assert_network_connections_failed.yml
-rw-r--r--. 1 root root  228 Jul 22 11:50 assert_IPv6_present.yml
-rw-r--r--. 1 root root  220 Jul 22 11:50 assert_IPv4_present.yml
-rw-r--r--. 1 root root  338 Jul 22 11:50 assert_dhcp_device_present.yml
-rw-r--r--. 1 root root  290 Jul 22 11:50 assert_device_present.yml
-rw-r--r--. 1 root root  285 Jul 22 11:50 assert_device_absent.yml
-rw-r--r--. 1 root root  193 Jul 22 11:50 assert_controller_device_present.yml
-rw-r--r--. 1 root root  279 Jul 22 11:50 assert_bond_port_profile_present.yml
-rw-r--r--. 1 root root  613 Jul 22 11:50 assert_bond_options.yml
-rw-r--r--. 1 root root  220 Jul 22 11:50 activate_profile.yml
drwxr-xr-x. 7 root root 4096 Jul 22 12:17 ../
-rw-r--r--. 1 root root    0 Jul 22 12:17 __init__.py
drwxr-xr-x. 3 root root 4096 Jul 22 12:17 ./
drwxr-xr-x. 2 root root  124 Jul 22 12:17 provider/

/tmp/lsrtest_9mc0820a/network/tasks/provider:
total 16
-rw-r--r--. 1 root root  198 Jul 22 11:50 default_with_nm.yml
-rw-r--r--. 1 root root  372 Jul 22 11:50 create_with_nm.yml
-rw-r--r--. 1 root root  622 Jul 22 11:50 create_and_remove_with_initscripts.yml
drwxr-xr-x. 3 root root 4096 Jul 22 12:17 ../
-rw-r--r--. 1 root root    0 Jul 22 12:17 __init__.py
drwxr-xr-x. 2 root root  124 Jul 22 12:17 ./

/tmp/lsrtest_9mc0820a/network/playbooks:
total 280
lrwxrwxrwx. 1 root root     9 Jul 22 11:50 tasks -> ../tasks//
lrwxrwxrwx. 1 root root     8 Jul 22 11:50 files -> ../files/
-rw-r--r--. 1 root root  1802 Jul 22 11:50 tests_bridge.yml
-rw-r--r--. 1 root root  1998 Jul 22 11:50 tests_bridge_cloned_mac.yml
-rw-r--r--. 1 root root  4932 Jul 22 11:50 tests_bond.yml
-rw-r--r--. 1 root root  9729 Jul 22 11:50 tests_bond_removal.yml
-rw-r--r--. 1 root root  3435 Jul 22 11:50 tests_bond_options.yml
-rw-r--r--. 1 root root  5033 Jul 22 11:50 tests_bond_deprecated.yml
-rw-r--r--. 1 root root  5425 Jul 22 11:50 tests_bond_cloned_mac.yml
-rw-r--r--. 1 root root  5186 Jul 22 11:50 tests_auto_gateway.yml
-rw-r--r--. 1 root root  5359 Jul 22 11:50 tests_802_1x.yml
-rw-r--r--. 1 root root   564 Jul 22 11:50 tests_802_1x_updated.yml
-rw-r--r--. 1 root root   178 Jul 22 11:50 run_tasks.yml
-rw-r--r--. 1 root root   231 Jul 22 11:50 remove_profile.yml
-rw-r--r--. 1 root root  4840 Jul 22 11:50 manual_test_ethtool_coalesce.yml
-rw-r--r--. 1 root root  5873 Jul 22 11:50 integration_pytest_python3.yml
-rw-r--r--. 1 root root   220 Jul 22 11:50 down_profile.yml
-rw-r--r--. 1 root root   278 Jul 22 11:50 down_profile+delete_interface.yml
-rw-r--r--. 1 root root  3395 Jul 22 11:50 tests_wireless.yml
-rw-r--r--. 1 root root  1542 Jul 22 11:50 tests_wireless_plugin_installation.yml
-rw-r--r--. 1 root root  2879 Jul 22 11:50 tests_wireless_and_network_restart.yml
-rw-r--r--. 1 root root  2474 Jul 22 11:50 tests_vlan_mtu.yml
-rw-r--r--. 1 root root  1045 Jul 22 11:50 tests_team.yml
-rw-r--r--. 1 root root  1509 Jul 22 11:50 tests_team_plugin_installation.yml
-rw-r--r--. 1 root root  2374 Jul 22 11:50 tests_switch_provider.yml
-rw-r--r--. 1 root root  5295 Jul 22 11:50 tests_states.yml
-rw-r--r--. 1 root root 10273 Jul 22 11:50 tests_routing_rules.yml
-rw-r--r--. 1 root root  6810 Jul 22 11:50 tests_route_type.yml
-rw-r--r--. 1 root root  5101 Jul 22 11:50 tests_route_table.yml
-rw-r--r--. 1 root root  7153 Jul 22 11:50 tests_route_device.yml
-rw-r--r--. 1 root root  3166 Jul 22 11:50 tests_reapply.yml
-rw-r--r--. 1 root root  1325 Jul 22 11:50 tests_provider.yml
-rw-r--r--. 1 root root  6659 Jul 22 11:50 tests_network_state.yml
-rw-r--r--. 1 root root  4123 Jul 22 11:50 tests_ipv6.yml
-rw-r--r--. 1 root root  5945 Jul 22 11:50 tests_ipv6_dns_search.yml
-rw-r--r--. 1 root root  3254 Jul 22 11:50 tests_ipv6_disabled.yml
-rw-r--r--. 1 root root  3086 Jul 22 11:50 tests_infiniband.yml
-rw-r--r--. 1 root root  3105 Jul 22 11:50 tests_ignore_auto_dns.yml
-rw-r--r--. 1 root root  7626 Jul 22 11:50 tests_ethtool_ring.yml
-rw-r--r--. 1 root root  8010 Jul 22 11:50 tests_ethtool_features.yml
-rw-r--r--. 1 root root  6237 Jul 22 11:50 tests_ethtool_coalesce.yml
-rw-r--r--. 1 root root  2988 Jul 22 11:50 tests_eth_pci_address_match.yml
-rw-r--r--. 1 root root  2446 Jul 22 11:50 tests_ethernet.yml
-rw-r--r--. 1 root root  4502 Jul 22 11:50 tests_eth_dns_support.yml
-rw-r--r--. 1 root root  1026 Jul 22 11:50 tests_dummy.yml
-rw-r--r--. 1 root root  4076 Jul 22 11:50 tests_checkpoint_cleanup.yml
-rw-r--r--. 1 root root  2331 Jul 22 11:50 tests_wireless_wpa3_sae.yml
-rw-r--r--. 1 root root  2232 Jul 22 11:50 tests_wireless_wpa3_owe.yml
drwxr-xr-x. 7 root root  4096 Jul 22 12:17 ../
-rw-r--r--. 1 root root     0 Jul 22 12:17 __init__.py
drwxr-xr-x. 2 root root  4096 Jul 22 12:17 ./

/tmp/lsrtest_9mc0820a/network/unit:
total 212
-rw-r--r--. 1 root root   1416 Jul 22 11:50 test_nm_provider.py
-rw-r--r--. 1 root root 206326 Jul 22 11:50 test_network_connections.py
drwxr-xr-x. 7 root root   4096 Jul 22 12:17 ../
-rw-r--r--. 1 root root      0 Jul 22 12:17 __init__.py
drwxr-xr-x. 2 root root     87 Jul 22 12:17 ./

/tmp/lsrtest_9mc0820a/ansible_collections:
total 0
drwx------. 5 root root 110 Jul 22 12:17 ../
-rw-r--r--. 1 root root   0 Jul 22 12:17 __init__.py
drwxr-xr-x. 3 root root  39 Jul 22 12:17 ./
drwxr-xr-x. 3 root root  51 Jul 22 12:17 fedora/

/tmp/lsrtest_9mc0820a/ansible_collections/fedora:
total 0
drwxr-xr-x. 3 root root 39 Jul 22 12:17 ../
-rw-r--r--. 1 root root  0 Jul 22 12:17 __init__.py
drwxr-xr-x. 3 root root 51 Jul 22 12:17 ./
drwxr-xr-x. 3 root root 40 Jul 22 12:17 linux_system_roles/

/tmp/lsrtest_9mc0820a/ansible_collections/fedora/linux_system_roles:
total 0
drwxr-xr-x. 3 root root 51 Jul 22 12:17 ../
-rw-r--r--. 1 root root  0 Jul 22 12:17 __init__.py
drwxr-xr-x. 3 root root 40 Jul 22 12:17 ./
drwxr-xr-x. 4 root root 60 Jul 22 12:17 plugins/

/tmp/lsrtest_9mc0820a/ansible_collections/fedora/linux_system_roles/plugins:
total 0
drwxr-xr-x. 2 root root 79 Jul 22 11:50 modules/
drwxr-xr-x. 3 root root 40 Jul 22 12:17 ../
drwxr-xr-x. 3 root root 44 Jul 22 12:17 module_utils/
-rw-r--r--. 1 root root  0 Jul 22 12:17 __init__.py
drwxr-xr-x. 4 root root 60 Jul 22 12:17 ./

/tmp/lsrtest_9mc0820a/ansible_collections/fedora/linux_system_roles/plugins/modules:
total 112
-rw-r--r--. 1 root root   2736 Jul 22 11:50 network_state.py
-rw-r--r--. 1 root root      0 Jul 22 11:50 __init__.py
drwxr-xr-x. 2 root root     79 Jul 22 11:50 ./
-rw-r--r--. 1 root root 107368 Jul 22 11:50 network_connections.py
drwxr-xr-x. 4 root root     60 Jul 22 12:17 ../

/tmp/lsrtest_9mc0820a/ansible_collections/fedora/linux_system_roles/plugins/module_utils:
total 0
drwxr-xr-x. 3 root root 138 Jul 22 11:50 network_lsr/
-rw-r--r--. 1 root root   0 Jul 22 12:17 __init__.py
drwxr-xr-x. 4 root root  60 Jul 22 12:17 ../
drwxr-xr-x. 3 root root  44 Jul 22 12:17 ./

/tmp/lsrtest_9mc0820a/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr:
total 132
drwxr-xr-x. 2 root root    126 Jul 22 11:50 nm/
-rw-r--r--. 1 root root    190 Jul 22 11:50 myerror.py
-rw-r--r--. 1 root root      0 Jul 22 11:50 __init__.py
-rw-r--r--. 1 root root   1839 Jul 22 11:50 ethtool.py
drwxr-xr-x. 3 root root    138 Jul 22 11:50 ./
-rw-r--r--. 1 root root  11433 Jul 22 11:50 utils.py
-rw-r--r--. 1 root root   1640 Jul 22 11:50 nm_provider.py
-rw-r--r--. 1 root root 110266 Jul 22 11:50 argument_validator.py
drwxr-xr-x. 3 root root     44 Jul 22 12:17 ../

/tmp/lsrtest_9mc0820a/ansible_collections/fedora/linux_system_roles/plugins/module_utils/network_lsr/nm:
total 24
-rw-r--r--. 1 root root    0 Jul 22 11:50 __init__.py
-rw-r--r--. 1 root root  175 Jul 22 11:50 error.py
drwxr-xr-x. 3 root root  138 Jul 22 11:50 ../
drwxr-xr-x. 2 root root  126 Jul 22 11:50 ./
-rw-r--r--. 1 root root 3292 Jul 22 11:50 provider.py
-rw-r--r--. 1 root root 3638 Jul 22 11:50 connection.py
-rw-r--r--. 1 root root 3071 Jul 22 11:50 client.py
-rw-r--r--. 1 root root 4104 Jul 22 11:50 active_connection.py

/tmp/lsrtest_9mc0820a/ansible:
total 0
drwx------. 5 root root 110 Jul 22 12:17 ../
-rw-r--r--. 1 root root   0 Jul 22 12:17 __init__.py
drwxr-xr-x. 2 root root  25 Jul 22 12:17 ./

TASK [Run pytest with nm] ******************************************************
Monday 22 July 2024  12:17:01 -0400 (0:00:00.360)       0:00:39.756 *********** 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "pytest",
        "/tmp/lsrtest_9mc0820a/network/integration/",
        "--provider=nm"
    ],
    "delta": "0:00:02.528916",
    "end": "2024-07-22 12:17:04.002238",
    "rc": 0,
    "start": "2024-07-22 12:17:01.473322"
}

STDOUT:

============================= test session starts ==============================
platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0
rootdir: /tmp/lsrtest_9mc0820a/network/integration
collected 1 item

../tmp/lsrtest_9mc0820a/network/integration/test_ethernet.py .           [100%]

============================== 1 passed in 2.26s ===============================

TASK [Debug stdout_lines of the running playbook with nm] **********************
Monday 22 July 2024  12:17:04 -0400 (0:00:02.901)       0:00:42.658 *********** 
ok: [managed_node1] => {
    "playbook_run.stdout_lines": [
        "============================= test session starts ==============================",
        "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0",
        "rootdir: /tmp/lsrtest_9mc0820a/network/integration",
        "collected 1 item",
        "",
        "../tmp/lsrtest_9mc0820a/network/integration/test_ethernet.py .           [100%]",
        "",
        "============================== 1 passed in 2.26s ==============================="
    ]
}

TASK [Install network-scripts when running pytest with initscripts] ************
Monday 22 July 2024  12:17:04 -0400 (0:00:00.036)       0:00:42.694 *********** 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Run pytest with initscripts] *********************************************
Monday 22 July 2024  12:17:06 -0400 (0:00:02.888)       0:00:45.583 *********** 
ok: [managed_node1] => {
    "changed": false,
    "cmd": [
        "pytest",
        "/tmp/lsrtest_9mc0820a/network/integration/",
        "--provider=initscripts"
    ],
    "delta": "0:00:04.516163",
    "end": "2024-07-22 12:17:11.819638",
    "rc": 0,
    "start": "2024-07-22 12:17:07.303475"
}

STDOUT:

============================= test session starts ==============================
platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0
rootdir: /tmp/lsrtest_9mc0820a/network/integration
collected 1 item

../tmp/lsrtest_9mc0820a/network/integration/test_ethernet.py .           [100%]

============================== 1 passed in 4.26s ===============================

TASK [Debug stdout_lines of the running playbook with initscripts] *************
Monday 22 July 2024  12:17:11 -0400 (0:00:04.890)       0:00:50.474 *********** 
ok: [managed_node1] => {
    "playbook_run.stdout_lines": [
        "============================= test session starts ==============================",
        "platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0",
        "rootdir: /tmp/lsrtest_9mc0820a/network/integration",
        "collected 1 item",
        "",
        "../tmp/lsrtest_9mc0820a/network/integration/test_ethernet.py .           [100%]",
        "",
        "============================== 1 passed in 4.26s ==============================="
    ]
}

TASK [Remove local tar file] ***************************************************
Monday 22 July 2024  12:17:11 -0400 (0:00:00.033)       0:00:50.508 *********** 
changed: [managed_node1 -> localhost] => {
    "changed": true,
    "path": "/tmp/lsrtest_h87nrm7l.tar",
    "state": "absent"
}

TASK [Remove tempdir] **********************************************************
Monday 22 July 2024  12:17:12 -0400 (0:00:00.228)       0:00:50.737 *********** 
changed: [managed_node1] => {
    "changed": true,
    "path": "/tmp/lsrtest_9mc0820a",
    "state": "absent"
}

PLAY RECAP *********************************************************************
managed_node1              : ok=81   changed=7    unreachable=0    failed=0    skipped=61   rescued=0    ignored=0   

Monday 22 July 2024  12:17:12 -0400 (0:00:00.460)       0:00:51.197 *********** 
=============================================================================== 
Run pytest with initscripts --------------------------------------------- 4.89s
Install Pytest ---------------------------------------------------------- 4.54s
Run pytest with nm ------------------------------------------------------ 2.90s
Install rpm dependencies ------------------------------------------------ 2.89s
Install network-scripts when running pytest with initscripts ------------ 2.89s
fedora.linux_system_roles.network : Check which services are running ---- 1.72s
fedora.linux_system_roles.network : Check which packages are installed --- 1.71s
fedora.linux_system_roles.network : Check which services are running ---- 1.57s
Enable EPEL 8 ----------------------------------------------------------- 1.57s
fedora.linux_system_roles.network : Check which packages are installed --- 1.44s
Gathering Facts --------------------------------------------------------- 1.04s
Copy testrepo.tar to the remote system ---------------------------------- 1.02s
Untar testrepo.tar ------------------------------------------------------ 1.01s
Gathering Facts --------------------------------------------------------- 0.83s
Gathering Facts --------------------------------------------------------- 0.81s
fedora.linux_system_roles.network : Enable network service -------------- 0.76s
Gathering Facts --------------------------------------------------------- 0.75s
Gathering Facts --------------------------------------------------------- 0.75s
fedora.linux_system_roles.network : Configure networking connection profiles --- 0.63s
Enable EPEL 8 ----------------------------------------------------------- 0.59s