Travis-CI: Debug networking capabilities
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
495325dc51
commit
ba9e494db2
@ -4,10 +4,13 @@ set -ex
|
||||
|
||||
MSG="kilroy"
|
||||
|
||||
/sbin/ifconfig -a
|
||||
|
||||
tshark -Qni lo -w ${CAP} port ${PORT} 2>/dev/null &
|
||||
#tcpdump -qlni lo -w ${CAP} port ${PORT} 2>/dev/null &
|
||||
PID="$!"
|
||||
sleep 5
|
||||
ps fax |grep -A3 tshark
|
||||
|
||||
../src/logger -u ${SOCK} ${MSG}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user