mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tests: fix integration/pipe-loopback-iec61850-9-2
This commit is contained in:
parent
a2a321e084
commit
69212f7cc5
1 changed files with 1 additions and 3 deletions
|
@ -65,12 +65,10 @@ cat > ${CONFIG_FILE} << EOF
|
|||
}
|
||||
EOF
|
||||
|
||||
cat ${CONFIG_FILE}
|
||||
|
||||
villas-pipe -l ${NUM_SAMPLES} ${CONFIG_FILE} node1 > ${OUTPUT_FILE} < ${INPUT_FILE}
|
||||
|
||||
# Compare data
|
||||
villas-test-cmp -t ${INPUT_FILE} ${OUTPUT_FILE}
|
||||
villas-test-cmp -T ${INPUT_FILE} ${OUTPUT_FILE}
|
||||
RC=$?
|
||||
|
||||
rm ${OUTPUT_FILE} ${INPUT_FILE} ${CONFIG_FILE}
|
||||
|
|
Loading…
Add table
Reference in a new issue