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 fadfbe6 commit c86e6ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1596,9 +1596,6 @@ def setup_class(cls):
importlib.reload(config.main)

def test_config_platform_cisco(self, get_cmd_module, setup_single_cisco_asic):
with mock.patch("utilities_common.cli.run_command", mock.MagicMock(side_effect=mock_run_command_side_effect)) as mock_run_command:
(config, show) = get_cmd_module

runner = CliRunner()
result = runner.invoke(config.config.commands["platform"], ["cisco"])

Expand Down

0 comments on commit c86e6ce

Please sign in to comment.