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 8, 2022
1 parent 8d83faa commit 70d86d3
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 @@ -1605,7 +1605,7 @@ def setup_class(cls):

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

Expand Down

0 comments on commit 70d86d3

Please sign in to comment.