From 7a128003066cfe586ea8c01ca23e070eefb5dac5 Mon Sep 17 00:00:00 2001 From: Marvin Klimke Date: Wed, 13 Feb 2019 09:32:49 +0100 Subject: [PATCH] rtp: test script: enable trcp and call villas-signal with -n option --- tests/integration/pipe-loopback-rtp-dual.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/integration/pipe-loopback-rtp-dual.sh b/tests/integration/pipe-loopback-rtp-dual.sh index 5166aa070..aaceb3c00 100755 --- a/tests/integration/pipe-loopback-rtp-dual.sh +++ b/tests/integration/pipe-loopback-rtp-dual.sh @@ -40,7 +40,7 @@ OUTPUT_FILE=$(mktemp) FORMAT="villas.binary" VECTORIZE="1" -RATE=10000 +RATE=100 NUM_SAMPLES=100 cat > ${CONFIG_FILE_SRC} << EOF @@ -52,7 +52,7 @@ cat > ${CONFIG_FILE_SRC} << EOF "vectorize" : ${VECTORIZE}, "rate" : ${RATE}, "rtcp" : { - "enabled" : false, + "enabled" : true, "mode" : "aimd", "throttle_mode" : "decimate" }, @@ -84,7 +84,7 @@ cat > ${CONFIG_FILE_DEST} << EOF "vectorize" : ${VECTORIZE}, "rate" : ${RATE}, "rtcp": { - "enabled" : false, + "enabled" : true, "mode" : "aimd", "throttle_mode" : "decimate" }, @@ -107,7 +107,7 @@ cat > ${CONFIG_FILE_DEST} << EOF } EOF -villas-signal mixed -v 5 -l ${NUM_SAMPLES} > ${INPUT_FILE} +villas-signal mixed -v 5 -l ${NUM_SAMPLES} -n > ${INPUT_FILE} villas-pipe -l ${NUM_SAMPLES} ${CONFIG_FILE_DEST} rtp_node > ${OUTPUT_FILE} &