mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tests: fix format names
This commit is contained in:
parent
85da17577a
commit
a45b39b07a
4 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@ NUM_SAMPLES=${NUM_SAMPLES:-100}
|
|||
# Prepare some test data
|
||||
villas-signal random -v 1 -r 10 -l ${NUM_SAMPLES} -n > ${INPUT_FILE}
|
||||
|
||||
villas-hook print -o format=villas -o output=${OUTPUT_FILE1} < ${INPUT_FILE} > ${OUTPUT_FILE2}
|
||||
villas-hook print -o format=villas-human -o output=${OUTPUT_FILE1} < ${INPUT_FILE} > ${OUTPUT_FILE2}
|
||||
|
||||
# Compare only the data values
|
||||
villas-test-cmp ${OUTPUT_FILE1} ${INPUT_FILE} && \
|
||||
|
|
|
@ -35,7 +35,7 @@ NUM_SAMPLES=${NUM_SAMPLES:-100}
|
|||
# Generate test data
|
||||
villas-signal random -l ${NUM_SAMPLES} -n > ${INPUT_FILE}
|
||||
|
||||
for FORMAT in csv json villas csv msg gtnet-fake raw-flt32 gtnet-fake; do
|
||||
for FORMAT in villas-human villas-binary villas-web csv json gtnet-fake raw-flt32; do
|
||||
|
||||
VECTORIZES="1"
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ NUM_SAMPLES=${NUM_SAMPLES:-100}
|
|||
# Generate test data
|
||||
villas-signal random -l ${NUM_SAMPLES} -n > ${INPUT_FILE}
|
||||
|
||||
for FORMAT in csv json villas csv msg gtnet-fake raw-flt32 gtnet-fake; do
|
||||
for FORMAT in villas-human villas-binary villas-web csv json gtnet-fake raw-flt32; do
|
||||
for LAYER in udp ip eth; do
|
||||
for ENDIAN in big little; do
|
||||
for VERIFY_SOURCE in true false; do
|
||||
|
|
|
@ -35,7 +35,7 @@ NUM_SAMPLES=${NUM_SAMPLES:-10}
|
|||
# Generate test data
|
||||
villas-signal random -l ${NUM_SAMPLES} -n -v 10 > ${INPUT_FILE}
|
||||
|
||||
for FORMAT in csv json villas csv msg gtnet-fake raw-flt32 gtnet-fake; do
|
||||
for FORMAT in villas-human villas-binary villas-web csv json gtnet-fake raw-flt32; do
|
||||
|
||||
VECTORIZES="1"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue