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

tests: do socket loopback test with more than 1 value per sample

This commit is contained in:
Steffen Vogel 2017-10-27 19:17:11 +02:00
parent 86285bf922
commit d80289a5a3

View file

@ -32,9 +32,10 @@ OUTPUT_FILE=$(mktemp)
THEORIES=$(mktemp)
NUM_SAMPLES=${NUM_SAMPLES:-100}
NUM_VALUES=${NUM_VALUES:-4}
# Generate test data
villas-signal random -l ${NUM_SAMPLES} -n > ${INPUT_FILE}
villas-signal random -v ${NUM_VALUES} -l ${NUM_SAMPLES} -n > ${INPUT_FILE}
for FORMAT in villas-human villas-binary villas-web csv json gtnet-fake raw-flt32 protobuf; do
for LAYER in udp ip eth unix; do