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 4, 2022
1 parent 0c24820 commit ef9eb7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1597,8 +1597,7 @@ def setup_class(cls):

def test_config_platform_cisco(self, get_cmd_module, setup_single_cisco_asic):
runner = CliRunner()
result = runner.invoke(config.config.commands["-h"])
result = runner.invoke(config.config.commands["platform"], ["-h"])
result = runner.invoke(config.config.commands["platform"], ['--help'])

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

0 comments on commit ef9eb7c

Please sign in to comment.