1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

rtp: small fixes to remote test script, still need to resolve broken pipe problem

This commit is contained in:
Marvin Klimke 2019-03-12 17:00:23 +01:00
parent 3873847de0
commit 0d4ab5949b

6
tests/integration/pipe-loopback-rtp-remote.sh Normal file → Executable file
View file

@ -31,10 +31,10 @@ fi
LOCAL_ADDR=137.226.133.195
REMOTE_ADDR=157.230.251.200
REMOTE_USER=root
REMOTE=ssh ${REMOTE_USER}@${REMOTE_ADDR}
REMOTE="ssh ${REMOTE_USER}@${REMOTE_ADDR}"
PATH=/projects/villas/node/build/src:${PATH}
REMOTE PATH=/projects/villas/node/build/src:${PATH}
${REMOTE} PATH=/projects/villas/node/build/src:${PATH}
SCRIPT=$(realpath $0)
SCRIPTPATH=$(dirname ${SCRIPT})
@ -131,7 +131,7 @@ PID=$!
sleep 1
villas-signal mixed -v 5 -r ${RATE} -l ${NUM_SAMPLES} | tee ${INPUT_FILE} | \
villas-pipe ${CONFIG_FILE_SRC} rtp_node
villas-pipe ${CONFIG_FILE_SRC} rtp_node
scp ${REMOTE_USER}@${REMOTE_ADDR}:${OUTPUT_FILE} ${OUTPUT_FILE}