X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=test-scripts%2Fodl_crud_tests.py;h=86528d66f0fb4f1493034187806a1f4500daf4fa;hb=21a60b8fc0475b3031805690d39da80c46936d10;hp=9af58283b31c6b2e53187b92f208e33378fa6bf9;hpb=524344b0ad74be0fff931744aac1d1b3d3dc9999;p=openflowplugin.git diff --git a/test-scripts/odl_crud_tests.py b/test-scripts/odl_crud_tests.py index 9af58283b3..86528d66f0 100644 --- a/test-scripts/odl_crud_tests.py +++ b/test-scripts/odl_crud_tests.py @@ -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()