Merge "correct patch for assertion of checking group"
diff --git a/TestON/tests/USECASE/SegmentRouting/dependencies/Testcaselib.py b/TestON/tests/USECASE/SegmentRouting/dependencies/Testcaselib.py
index 0d7dc4e..f7b9d2e 100644
--- a/TestON/tests/USECASE/SegmentRouting/dependencies/Testcaselib.py
+++ b/TestON/tests/USECASE/SegmentRouting/dependencies/Testcaselib.py
@@ -451,7 +451,7 @@
                                  attempts=5,
                                  sleep=sleep )
         if count == main.FALSE:
-            count = main.Cluseter.active( 0 ).CLI.checkGroupAddedCount( dpid )
+            count = main.Cluster.active( 0 ).CLI.checkGroupAddedCount( dpid )
         utilities.assertEquals(
                 expect=True,
                 actual=( count == groupCount ),