Add missing cleanup steps to SRRouting test case 651,652,653

Change-Id: I8c3f7cbf393b9c0facf4c90c1422f83b8c21ea73
diff --git a/TestON/tests/USECASE/SegmentRouting/SRRouting/SRRouting.py b/TestON/tests/USECASE/SegmentRouting/SRRouting/SRRouting.py
index deed4f6..ca1ff80 100644
--- a/TestON/tests/USECASE/SegmentRouting/SRRouting/SRRouting.py
+++ b/TestON/tests/USECASE/SegmentRouting/SRRouting/SRRouting.py
@@ -1324,6 +1324,7 @@
         verify( main )
 
         # TODO: test vlan tagged hosts
+        lib.cleanup( main, copyKarafLog=False, removeHostComponent=True )
 
     def CASE652( self, main ):
         """
@@ -1356,6 +1357,7 @@
 
         # TODO: test static routes that point to the moved host
         # TODO: test vlan tagged hosts
+        lib.cleanup( main, copyKarafLog=False, removeHostComponent=True )
 
     def CASE653( self, main ):
         """
@@ -1388,3 +1390,4 @@
 
         # TODO: test static routes that point to the moved host
         # TODO: test vlan tagged hosts
+        lib.cleanup( main, copyKarafLog=False, removeHostComponent=True )