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