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: reduce the number of test cases in order to avoid running into timeouts

This commit is contained in:
Steffen Vogel 2019-02-12 14:31:54 +01:00
parent a7cdc63036
commit a756b41cdc

View file

@ -37,7 +37,7 @@ NUM_VALUES=${NUM_VALUES:-4}
# Generate test data
villas-signal -v ${NUM_VALUES} -l ${NUM_SAMPLES} -n random > ${INPUT_FILE}
for FORMAT in villas.human villas.binary villas.web csv json gtnet.fake raw.32.le raw.64.be protobuf; do
for FORMAT in villas.human gtnet.fake protobuf; do
for LAYER in udp ip eth unix; do
for VERIFY_SOURCE in true false; do