Remove extra recoverSwitch call
Change-Id: I02b8730ad9faeb9f74e0043eb343e4a0b22dadea
diff --git a/TestON/tests/USECASE/SegmentRouting/SRRouting/SRRouting.py b/TestON/tests/USECASE/SegmentRouting/SRRouting/SRRouting.py
index 1f09dfe..204bfb8 100644
--- a/TestON/tests/USECASE/SegmentRouting/SRRouting/SRRouting.py
+++ b/TestON/tests/USECASE/SegmentRouting/SRRouting/SRRouting.py
@@ -1181,8 +1181,6 @@
# verify functionality
main.log.debug( main.Cluster.next().summary() )
- lib.recoverSwitch( main, switches, totalSwitches, totalLinks, rediscoverHosts=True )
- main.log.debug( main.Cluster.next().summary() )
lib.verifyTopology( main, totalSwitches, totalLinks, main.Cluster.numCtrls - 1 )
lib.verifyNodes( main )
verify( main, disconnected=False, external=False )