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:
parent
86285bf922
commit
d80289a5a3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue