Merge "Images with pre-loaded devstack pips and yums"
[releng/builder.git] / jjb / integration / include-raw-integration-start-cluster-run-test.sh
index 1f54c60d4c617e072c1cd6b500d6b853d0ced553..2907832f7d296e5eb127042e98f2cfc7d0a08fe3 100644 (file)
@@ -30,7 +30,7 @@ while true; do
         echo "Dumping last 500K bytes of karaf log..."
         tail --bytes=500K "/tmp/${BUNDLEFOLDER}/data/log/karaf.log"
         echo "Listing all open ports on controller system"
-        netstat -natu
+        netstat -pnatu
         exit 1
     else
         COUNT=\$(( \${COUNT} + 5 ))
@@ -40,7 +40,7 @@ while true; do
 done
 
 echo "Listing all open ports on controller system.."
-netstat -natu
+netstat -pnatu
 
 function exit_on_log_file_message {
     echo "looking for \"\$1\" in log file"