From e5fb0f5a4208402b7f3466f684e072d5369b7bc4 Mon Sep 17 00:00:00 2001 From: Joe LeVeque Date: Thu, 4 Feb 2021 19:09:50 +0000 Subject: [PATCH] [TACACS] Test that 'sudo pcieutil check' works for read-only user --- tests/tacacs/test_ro_user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tacacs/test_ro_user.py b/tests/tacacs/test_ro_user.py index 04d8b6f81ef..2d52739ec4b 100644 --- a/tests/tacacs/test_ro_user.py +++ b/tests/tacacs/test_ro_user.py @@ -59,6 +59,7 @@ def test_ro_user_allowed_command(localhost, duthosts, rand_one_dut_hostname, cre 'sudo decode-syseeprom', 'sudo generate_dump', 'sudo lldpshow', + 'sudo pcieutil check', # 'sudo psuutil *', 'sudo sonic-installer list', # 'sudo sfputil show *',