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: fix format names

This commit is contained in:
Steffen Vogel 2017-09-04 23:05:21 +02:00
parent 85da17577a
commit a45b39b07a
4 changed files with 4 additions and 4 deletions

View file

@ -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} && \

View 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"

View file

@ -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

View file

@ -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"