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 10, 2022
1 parent abf4c47 commit 0b26371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,8 @@ def test_config_platform(self, ctx, get_cmd_module, setup_single_cisco_asic):
expected_output = "cisco"
config.config(ctx)
runner = CliRunner()
result = runner.invoke(config.config.commands["platform"], ['--help'])
#result = runner.invoke(config.config.commands["platform"], ['--help'])
result = runner.invoke(config.config.commands['--help'])

print(result.exit_code)
print(result.output)
Expand Down

0 comments on commit 0b26371

Please sign in to comment.