Merge "Add periodic csit job for performance testing BGP"
[releng/builder.git] / jjb / integration / include-raw-integration-deploy-controller.sh
index 6bff8acc7ffb79879d61fa02e0bd0d38d86afbf8..5a0e8debb05ebada1f54e263e50ccbafa74df8c9 100644 (file)
@@ -38,6 +38,9 @@ MEMCONF=/tmp/${BUNDLEFOLDER}/bin/setenv
 sed -ie 's/JAVA_MAX_MEM="2048m"/JAVA_MAX_MEM="${CONTROLLERMEM}"/g' \${MEMCONF}
 cat \${MEMCONF}
 
+echo "Listing all open ports on controller system"
+netstat -natu
+
 EOF
 
 ODL_SYSTEM_IPS=(${ODL_SYSTEM_1_IP} ${ODL_SYSTEM_2_IP} ${ODL_SYSTEM_3_IP})