Skip to content

Commit aede5d4

Browse files
author
Shuotian Cheng
authored
[test]: Fix clean up wrong interface IP (#673)
Signed-off-by: Shu0T1an ChenG <[email protected]>
1 parent aeceaca commit aede5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_interface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def test_InterfaceSetMtu(self, dvs, testlog):
299299
assert fv[1] == "8910"
300300

301301
# remove IP from interface
302-
self.remove_ip_address("Ethernet16", "40.0.0.8/29")
302+
self.remove_ip_address("PortChannel002", "40.0.0.8/29")
303303

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

0 commit comments

Comments
 (0)