Skip to content

Mgmtvrf test fails with 'Host Unreachable' error #1615

@noaOrMlnx

Description

@noaOrMlnx

Description

test_mgmtvrf.py fails on setup_mvrf() function when tries to execute:
localhost.wait_for(host=var['dut_ip'], port=22, state='started', search_regex=SONIC_SSH_REGEX, timeout=90)

NOTE: mgmt vrf becomes enabled after this function execution.

When ignoring the wait_for() function on setup_mvrf() function, the test fails on test_service_acl() test case - also on wait_for() function.

Steps to reproduce the issue:

  1. Execute test_mgmtvrf.py
  2. Test fails on wait_for() function saying 'Host Unreachable'.

Describe the results you received:
'Host Unreachable'.

Describe the results you expected:
Test should pass.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions