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 Sep 8, 2022
1 parent 0021429 commit 54690d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1638,7 +1638,7 @@ def test_config_platform(self, ctx, get_cmd_module, setup_single_cisco_asic):
db = Db()
runner = CliRunner()
obj = {'config_db': db.cfgdb}
config.config(obj)
config.config(ctx)
result = runner.invoke(config.config.commands["platform"], ['--help'])

print(result.exit_code)
Expand Down

0 comments on commit 54690d5

Please sign in to comment.