File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -519,13 +519,14 @@ def test_cleanup(self):
519519 networkinterface .restore_from_backup ()
520520 except Exception :
521521 self .log .info ("backup file not availbale, could not restore file." )
522- try :
523- for interface in self .peer_interfaces :
524- peer_networkinterface = NetworkInterface (interface , self .remotehost )
525- peer_networkinterface .set_mtu ("1500" )
526- self .remotehost .remote_session .quit ()
527- except Exception :
528- self .log .debug ("Could not revert peer interface MTU to 1500" )
522+
523+ try :
524+ for interface in self .peer_interfaces :
525+ peer_networkinterface = NetworkInterface (interface , self .remotehost )
526+ peer_networkinterface .set_mtu ("1500" )
527+ self .remotehost .remote_session .quit ()
528+ except Exception :
529+ self .log .debug ("Could not revert peer interface MTU to 1500" )
529530
530531 def error_check (self ):
531532 if self .err :
You can’t perform that action at this time.
0 commit comments