Coverage - SalFlowServiceImpl.
[openflowplugin.git] / test-scripts / odl_crud_tests.py
index 9af58283b31c6b2e53187b92f208e33378fa6bf9..86528d66f0fb4f1493034187806a1f4500daf4fa 100644 (file)
@@ -93,8 +93,8 @@ if __name__ == "__main__":
                          '(default = 0 second) Increase this value is important for a weaker controller machine' )
     parser.add_argument( '--operresp', type = int, default = 3, help = 'delay to the Operational Data Store ' \
                          '(default = 3 second) Increase this value is important for a weaker controller machine' )
-    parser.add_argument( '--coloring', type = int, default = 1, help = 'coloring output '
-                        'definition (coloring enabled = 1 | coloring disabled = 0 )  (default = 1)' )
+    parser.add_argument( '--coloring', type = int, default = 0, help = 'coloring output '
+                        'definition (coloring enabled = 1 | coloring disabled = 0 )  (default = 0)' )
 
     in_args = parser.parse_args()