Skip to content

Commit

Permalink
Added cisco config platform commands
Browse files Browse the repository at this point in the history
Signed-off-by: Yucai Gu <yucgu@cisco.com>
  • Loading branch information
yucgu committed Aug 16, 2022
1 parent 20bcc7e commit 2074c35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1634,6 +1634,7 @@ def setup_class(cls):

def test_config_platform(self, ctx, get_cmd_module, setup_single_cisco_asic):
expected_output = "cisco"
(config, show) = get_cmd_module
runner = CliRunner()
#result = runner.invoke(config.config.commands["platform"], ['--help'])
result = runner.invoke(config.config.commands['--help'])
Expand Down

0 comments on commit 2074c35

Please sign in to comment.