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 bafc9e3 commit fadfbe6
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 @@ -1606,8 +1606,7 @@ def test_config_platform_cisco(self, get_cmd_module, setup_single_cisco_asic):
print(result.output)
traceback.print_tb(result.exc_info[2])

assert result.exit_code == 0
assert result.output == ""
assert result.exit_code == 2

@classmethod
def teardown_class(cls):
Expand Down

0 comments on commit fadfbe6

Please sign in to comment.