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 d7d89cd commit 3dcb1cf
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 @@ -1634,7 +1634,7 @@ def setup_class(cls):

def test_config_platform(self, ctx, get_cmd_module, setup_single_cisco_asic):
#expected_output = "Enabling TX"
expected_output = "component"
expected_output = "update"
(config, show) = get_cmd_module
db = Db()
runner = CliRunner()
Expand Down

0 comments on commit 3dcb1cf

Please sign in to comment.