mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tests: avoid errors about non-matching address families
This commit is contained in:
parent
ccd53ab350
commit
eef7420579
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ cat > ${CONFIG_FILE} <<EOF
|
|||
"address": "127.0.0.1:12001"
|
||||
},
|
||||
"in" : {
|
||||
"address": "*:12000",
|
||||
"address": "127.0.0.1:12000",
|
||||
"signals" : {
|
||||
"type" : "float",
|
||||
"count" : 1
|
||||
|
@ -55,7 +55,7 @@ cat > ${CONFIG_FILE} <<EOF
|
|||
"address": "127.0.0.1:12000"
|
||||
},
|
||||
"in" : {
|
||||
"address" : "*:12001",
|
||||
"address" : "127.0.0.1:12001",
|
||||
"signals" : {
|
||||
"type" : "float",
|
||||
"count" : 1
|
||||
|
|
Loading…
Add table
Reference in a new issue