Skip to content

Commit 15d0793

Browse files
authored
[chassis] Changing show chassis-module cli command as per PR sonic-net/SONiC#805 (#3762)
What is the motivation for this PR? show chassis-modules command is now being changed to show chassis module please refer to PRs below: sonic-net/SONiC#805 sonic-net/SONiC#801 This PR has dependency on above PRs and can only be merged after they are merged How did you do it? tests/platform_tests/cli/test_show_chassis_module.py change cli command from show chassis-modules to show chassis modules
1 parent 0e2c029 commit 15d0793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/platform_tests/cli/test_show_chassis_module.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
pytest.mark.topology('t2')
1010
]
1111

12-
CMD_SHOW_CHASSIS_MODULE = "show chassis-module"
12+
CMD_SHOW_CHASSIS_MODULE = "show chassis modules"
1313

1414

1515
def parse_chassis_module(output, expected_headers):

0 commit comments

Comments
 (0)