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 6d15d15 commit 0c24820
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 @@ -1596,9 +1596,8 @@ def setup_class(cls):
importlib.reload(config.main)

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

print(result.exit_code)
Expand Down

0 comments on commit 0c24820

Please sign in to comment.