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 9, 2022
1 parent 074e0eb commit d7d89cd
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 @@ -1643,7 +1643,7 @@ def test_config_platform(self, ctx, get_cmd_module, setup_single_cisco_asic):
#config.config(ctx)
#result = runner.invoke(config.config.commands["platform"], ['--help'])
#result = runner.invoke(config.config.commands["platform"].commands['cisco'].commands['interface'].commands['tx'].commands['enable'], ['Ethernet60'])
result = runner.invoke(config.config.commands["platform"].commands['firmware'].commands['update'].commands['chassis'], [])
result = runner.invoke(config.config.commands["platform"].commands['firmware'], ['--help'])

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

0 comments on commit d7d89cd

Please sign in to comment.