Skip to content

Commit

Permalink
[test]: Fix clean up wrong interface IP (sonic-net#673)
Browse files Browse the repository at this point in the history
Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
  • Loading branch information
Shuotian Cheng committed Nov 5, 2018
1 parent aeceaca commit aede5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def test_InterfaceSetMtu(self, dvs, testlog):
assert fv[1] == "8910"

# remove IP from interface
self.remove_ip_address("Ethernet16", "40.0.0.8/29")
self.remove_ip_address("PortChannel002", "40.0.0.8/29")

# remove port channel members
self.remove_port_channel_members(dvs, "PortChannel002", ["Ethernet0", "Ethernet4"])
Expand Down

0 comments on commit aede5d4

Please sign in to comment.