Added new data and mofified old one for tests

This commit is contained in:
Alberto Soutullo 2023-03-08 18:22:59 +01:00 committed by Alberto Soutullo Rendo
parent 2e4f8e42a8
commit 462b3cbb87
4 changed files with 92 additions and 26 deletions

View File

@ -0,0 +1,5 @@
topics="test"
rpc-admin=true
keep-alive=true
metrics-server=true
nodekey="80fb8f9b71c808bc186bc8c6639a12446e667d031e8ac4896efad603e21728b4"

View File

@ -0,0 +1,5 @@
topics="test"
rpc-admin=true
keep-alive=true
metrics-server=true
nodekey="80fb8f9b71c808bc186bc8c6639a12446e667d031e8ac4896efad603e21728b5"

View File

@ -1,18 +1,58 @@
{
"nwaku_0": {
"static_nodes": [
"nwaku_1"
"containers": {
"container_0": [
"nwaku_0",
"nwaku_2"
],
"subnetwork": "subnetwork_0",
"image": "nim-waku",
"configuration": "nwaku_0.toml"
"container_1": [
"nwaku_1",
"nwaku_3"
]
},
"nwaku_1": {
"static_nodes": [
"nwaku_0"
],
"subnetwork": "subnetwork_0",
"image": "nim-waku",
"configuration": "nwaku_1.toml"
"nodes": {
"nwaku_0": {
"static_nodes": [
"nwaku_1"
],
"subnetwork": "subnetwork_0",
"image": "nim-waku",
"node_config": "nwaku_0.toml",
"node_log": "node_0.log",
"port_shift": 0,
"container_id": "container_0"
},
"nwaku_1": {
"static_nodes": [
"nwaku_0"
],
"subnetwork": "subnetwork_0",
"image": "nim-waku",
"node_config": "nwaku_1.toml",
"node_log": "node_1.log",
"port_shift": 0,
"container_id": "container_1"
},
"nwaku_2": {
"static_nodes": [
"nwaku_3"
],
"subnetwork": "subnetwork_0",
"image": "nim-waku",
"node_config": "nwaku_2.toml",
"node_log": "node_1.log",
"port_shift": 1,
"container_id": "container_0"
},
"nwaku_3": {
"static_nodes": [
"nwaku_2"
],
"subnetwork": "subnetwork_0",
"image": "nim-waku",
"node_config": "nwaku_3.toml",
"node_log": "node_3.log",
"port_shift": 1,
"container_id": "container_1"
}
}
}

View File

@ -1,18 +1,34 @@
{
"nwaku_0_2": {
"static_nodes": [
"nwaku_1_2"
],
"subnetwork": "subnetwork_0",
"image": "nim-waku",
"configuration": "nwaku_0_2.toml"
},
"nwaku_1_2": {
"static_nodes": [
"containers": {
"cid1": [
"nwaku_0_2"
],
"subnetwork": "subnetwork_0",
"image": "nim-waku",
"configuration": "nwaku_1_2.toml"
"cid2": [
"nwaku_1_2"
]
},
"nodes": {
"nwaku_0_2": {
"static_nodes": [
"nwaku_1_2"
],
"subnetwork": "subnetwork_0",
"image": "nim-waku",
"node_config": "nwaku_0_2.toml",
"node_log": "node_0_2.log",
"port_shift": 0,
"container_id": "cid1"
},
"nwaku_1_2": {
"static_nodes": [
"nwaku_0_2"
],
"subnetwork": "subnetwork_0",
"image": "nim-waku",
"node_config": "nwaku_1_2.toml",
"node_log": "node_1_2.log",
"port_shift": 0,
"container_id": "cid2"
}
}
}