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

Add the show ip/ipv6 bgp test ro user commands #4949

Merged
merged 2 commits into from
Jan 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/tacacs/test_ro_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,12 @@ def test_ro_user_allowed_command(localhost, duthosts, enum_rand_one_per_hwsku_ho
"show interface status",
"show interface portchannel",
"show ip bgp summary",
"show ip bgp neighbors",
"show ip bgp network",
"show ip interface",
"show ipv6 interface",
"show ipv6 bgp neighbors",
"show ipv6 bgp network",
"show lldp table",
],
}
Expand Down