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:
- Execute test_mgmtvrf.py
- Test fails on wait_for() function saying 'Host Unreachable'.
Describe the results you received:
'Host Unreachable'.
Describe the results you expected:
Test should pass.
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:
Describe the results you received:
'Host Unreachable'.
Describe the results you expected:
Test should pass.