Added default debug level
Also, just one test port for bcm_indigo for now
diff --git a/src/python/oftest/oft_config.py b/src/python/oftest/oft_config.py
index af82455..e7311e0 100644
--- a/src/python/oftest/oft_config.py
+++ b/src/python/oftest/oft_config.py
@@ -101,10 +101,10 @@
elif platform == "bcm_indigo":
interface_ofport_map = {
- 1 : "eth2",
- 2 : "eth3",
+# 1 : "eth2",
+# 2 : "eth3",
3 : "eth4",
- 4 : "eth5"
+# 4 : "eth5"
}
# For SSH connections to switch
switch_cxn_type = "ssh"
@@ -116,7 +116,7 @@
switch_disconnect = None # TBD
controller_host = "192.168.2.2"
# controller_host = "172.27.74.26"
- controller_port = 7000
+ controller_port = 6634
# Debug levels
@@ -128,6 +128,8 @@
DEBUG_CRITICAL = 5
DEBUG_NONE = 6 # For current setting only; not for string level
+debug_level_default = DEBUG_WARN
+
dbg_string = [
"DBG ALL ",
"VERBOSE ",