commit | 0a54379c2ab178949d268a8dd18725b0e1f9702b | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@onlab.us> | Mon Dec 14 11:00:26 2015 -0800 |
committer | Jon Hall <jhall@onlab.us> | Mon Dec 14 11:00:26 2015 -0800 |
tree | bba7724f4ff2304f273028bc6394838f14ef9680 | |
parent | 289c1b6020dc10961e803c880bbe3aeca80b1a81 [diff] |
Turn off debug by default for GetFlowTable Change-Id: I71f3cbf51d5b53d69cc612ee8c049c5c16613cde
diff --git a/TestON/drivers/common/cli/emulator/mininetclidriver.py b/TestON/drivers/common/cli/emulator/mininetclidriver.py index b1c55de..6426e62 100644 --- a/TestON/drivers/common/cli/emulator/mininetclidriver.py +++ b/TestON/drivers/common/cli/emulator/mininetclidriver.py
@@ -2004,7 +2004,7 @@ return jsonFlowTable - def getFlowTable( self, sw, version="", debug=True): + def getFlowTable( self, sw, version="", debug=False): ''' Discription: Returns the flow table(s) on a switch or switches in a list. Each element is a flow.