mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
Improve node-multiple-sources.sh integration test
Signed-off-by: pipeacosta <pipeacosta@gmail.com>
This commit is contained in:
parent
c70cc06df1
commit
4806df99a1
1 changed files with 40 additions and 37 deletions
|
@ -9,9 +9,6 @@
|
||||||
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
echo "Test is broken"
|
|
||||||
exit 99
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
DIR=$(mktemp -d)
|
DIR=$(mktemp -d)
|
||||||
|
@ -46,11 +43,17 @@ cat > config.json <<EOF
|
||||||
"paths": [
|
"paths": [
|
||||||
{
|
{
|
||||||
"in": "sig_1",
|
"in": "sig_1",
|
||||||
"out": "file_1"
|
"out": "file_1",
|
||||||
|
"hooks": [
|
||||||
|
{"type": "print"}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"in": "sig_1",
|
"in": "sig_1",
|
||||||
"out": "file_2"
|
"out": "file_2",
|
||||||
|
"hooks": [
|
||||||
|
{"type": "print"}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"in": "sig_1"
|
"in": "sig_1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue