You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description sonic-mgmt/tests/tacacs/test_ro_user.py test is failing on the 202012 branch because there is no ipintutil CLI utility, this utility exists only on the master branch.
Steps to reproduce the issue:
Run the py.test tacacs/test_ro_user.py on the 202012 branch image
Describe the results you received:
for command in commands_direct + commands_indirect:
allowed = ssh_remote_allow_run(localhost, dutip, creds['tacacs_ro_user'], creds['tacacs_ro_user_passwd'], command)
> pytest_assert(allowed, "command '{}' not authorized".format(command))
E Failed: command 'sudo ipintutil' not authorized
Describe the results you expected:
The py.test tacacs/test_ro_user.py test should pass.
Description
sonic-mgmt/tests/tacacs/test_ro_user.py
test is failing on the202012
branch because there is noipintutil
CLI utility, this utility exists only on themaster
branch.Steps to reproduce the issue:
py.test tacacs/test_ro_user.py
on the202012
branch imageDescribe the results you received:
Describe the results you expected:
The
py.test tacacs/test_ro_user.py
test should pass.Additional information you deem important:
The output of
show version
:ro_user_run.txt
The text was updated successfully, but these errors were encountered: