Skip to content

Commit

Permalink
Fixed UT
Browse files Browse the repository at this point in the history
Signed-off-by: Vadym Hlushko <vadymh@nvidia.com>
  • Loading branch information
vadymhlushko-mlnx committed Mar 16, 2022
1 parent ac73791 commit 74dad09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nvgre_tunnel_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def test_nvgre_tunnel_map_add_invalid_vlan(self):
# add
result = runner.invoke(
config.config.commands["nvgre-tunnel-map"].commands["add"],
["tunnel_1", "Vlan1500", "--vlan-id", "1500", "--vsid", "5000"], obj=db
["tunnel_1", "Vlan5000", "--vlan-id", "5000", "--vsid", "5000"], obj=db
)

logger.debug("\n" + result.output)
Expand Down

0 comments on commit 74dad09

Please sign in to comment.