Added BGP_PORT and BGP_TOOL_PORT
[integration/test.git] / csit / variables / Variables.py
index a646240efeb80f48a27ec5c1104c656e3ee64f3c..6c136016cb76a7eb9734019201bc04aaa95f8dfb 100644 (file)
@@ -38,6 +38,10 @@ KARAF_PROMPT = 'opendaylight-user'
 KARAF_USER = 'karaf'
 KARAF_PASSWORD = 'karaf'
 
+# BGP variables
+ODL_BGP_PORT = '1790'
+BGP_TOOL_PORT = '17900'
+
 # VM Environment Variables
 DEFAULT_LINUX_PROMPT = '>'