Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Error in ip/test_mgmt_ipv6_only.py::test_ntp_ipv6_only #14581

Open
sdszhang opened this issue Sep 13, 2024 · 0 comments
Open

[Bug]: Error in ip/test_mgmt_ipv6_only.py::test_ntp_ipv6_only #14581

sdszhang opened this issue Sep 13, 2024 · 0 comments
Assignees

Comments

@sdszhang
Copy link
Contributor

sdszhang commented Sep 13, 2024

Issue Description

Following error was noticed while running test case:

ip/test_mgmt_ipv6_only.py::test_ntp_ipv6_only[True] ERROR [100%]

        if callback.unreachable:
>           raise AnsibleConnectionFailure(
                "Host unreachable in the inventory",
                dark=callback.unreachable,
                contacted=callback.contacted,
            )
E           pytest_ansible.errors.AnsibleConnectionFailure: Host unreachable in the inventory

ERROR ip/test_mgmt_ipv6_only.py::test_ntp_ipv6_only[True] - pytest_ansible.er...

Results you see

ERROR ip/test_mgmt_ipv6_only.py::test_ntp_ipv6_only[True] - pytest_ansible.er...

        # Raise exception if host(s) unreachable
        # FIXME - if multiple hosts were involved, should an exception be raised?
        if callback.unreachable:
>           raise AnsibleConnectionFailure(
                "Host unreachable in the inventory",
                dark=callback.unreachable,
                contacted=callback.contacted,
            )
E           pytest_ansible.errors.AnsibleConnectionFailure: Host unreachable in the inventory

Results you expected to see

PASS

Is it platform specific

generic

Relevant log output

No response

Output of show version

generic issue, doesn't seem to be image related.

Attach files (if any)

No response

@sdszhang sdszhang self-assigned this Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant