Changes for SRBridging tests through test-station

Change-Id: Ifb6600f244885e94be3444eb18889c564b7b0b1a
diff --git a/TestON/drivers/common/cli/onosdriver.py b/TestON/drivers/common/cli/onosdriver.py
index 06caa7c..6e3a7d3 100755
--- a/TestON/drivers/common/cli/onosdriver.py
+++ b/TestON/drivers/common/cli/onosdriver.py
@@ -1409,7 +1409,7 @@
             main.log.debug( "%s: %s" % ( self.name, handle ) )
             assert handle is not None, "Error in sendline"
             assert "Command not found:" not in handle, handle
-            assert "error" not in handle, handle
+            # assert "error" not in handle, handle
             assert "usage:" not in handle, handle
             return main.TRUE
         except AssertionError: