Skip to content

Commit

Permalink
updated mclag test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
gitsabari committed Jun 15, 2021
1 parent b468b81 commit 80bdcfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/mclag_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ def test_add_mclag_with_invalid_peer_link(self):
result = runner.invoke(config.config.commands["mclag"].commands["add"], [MCLAG_DOMAIN_ID, MCLAG_SRC_IP, MCLAG_PEER_IP, MCLAG_INVALID_PEER_LINK5], obj=obj)
assert result.exit_code != 0, "mclag invalid peer link test caase with code {}:{} Output:{}".format(type(result.exit_code), result.exit_code, result.output)

#
def test_add_invalid_mclag_domain(self):
runner = CliRunner()
db = Db()
Expand Down

0 comments on commit 80bdcfc

Please sign in to comment.