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:
parent
3873847de0
commit
0d4ab5949b
1 changed files with 3 additions and 3 deletions
6
tests/integration/pipe-loopback-rtp-remote.sh
Normal file → Executable file
6
tests/integration/pipe-loopback-rtp-remote.sh
Normal file → Executable 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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue