1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Fix missing idle_stop setting in integration tests

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel 2024-05-29 03:31:47 +02:00 committed by pipeacosta
parent d6c04f4cb1
commit c168838773
3 changed files with 7 additions and 3 deletions

View file

@ -27,6 +27,7 @@ EOF
cat > config.json <<EOF
{
"idle_stop": true,
"nodes": {
"sig": {
"type": "signal",

View file

@ -25,6 +25,7 @@ EOF
cat > config.json <<EOF
{
"idle_stop": true,
"nodes": {
"sig_1": {
"type": "signal.v2",
@ -58,7 +59,8 @@ cat > config.json <<EOF
},
"file_1": {
"type": "file",
"uri": "output.dat"
"uri": "output.dat",
"in": {"hooks": ["print"]}
}
},
"paths": [
@ -76,6 +78,6 @@ cat > config.json <<EOF
}
EOF
villas node config.json
villas node -d debug config.json
villas compare output.dat expect.dat

View file

@ -65,7 +65,8 @@ for MODE in all any; do
cat > config.json <<EOF
{
"nodes": {
"idle_stop": true,
"nodes": {
"sig_1": {
"type": "signal",