mirror of
https://github.com/logos-co/nomos-e2e-tests.git
synced 2025-02-23 19:58:25 +00:00
test: change to test image name
This commit is contained in:
parent
b4ce59583e
commit
8a846fd450
@ -1,18 +1,18 @@
|
|||||||
nomos_nodes = {
|
nomos_nodes = {
|
||||||
"nomos": {
|
"nomos": {
|
||||||
"image": "ghcr.io/logos-co/nomos-node:testnet",
|
"image": "nomos:latest",
|
||||||
"volumes": ["cl_config:/etc/nomos", "./kzgrs/kzgrs_test_params.bin:/kzgrs_test_params:z"],
|
"volumes": ["cl_config:/etc/nomos", "./kzgrs/kzgrs_test_params.bin:/kzgrs_test_params:z"],
|
||||||
"ports": ["3000/udp", "18080/tcp"],
|
"ports": ["3000/udp", "18080/tcp"],
|
||||||
"entrypoint": "/etc/nomos/scripts/run_nomos_node.sh",
|
"entrypoint": "/etc/nomos/scripts/run_nomos_node.sh",
|
||||||
},
|
},
|
||||||
"nomos_executor": {
|
"nomos_executor": {
|
||||||
"image": "ghcr.io/logos-co/nomos-node:testnet",
|
"image": "nomos:latest",
|
||||||
"volumes": ["cl_config:/etc/nomos", "./kzgrs/kzgrs_test_params.bin:/kzgrs_test_params:z"],
|
"volumes": ["cl_config:/etc/nomos", "./kzgrs/kzgrs_test_params.bin:/kzgrs_test_params:z"],
|
||||||
"ports": ["3000/udp", "18080/tcp"],
|
"ports": ["3000/udp", "18080/tcp"],
|
||||||
"entrypoint": "/etc/nomos/scripts/run_nomos_executor.sh",
|
"entrypoint": "/etc/nomos/scripts/run_nomos_executor.sh",
|
||||||
},
|
},
|
||||||
"cfgsync": {
|
"cfgsync": {
|
||||||
"image": "ghcr.io/logos-co/nomos-node:testnet",
|
"image": "nomos:latest",
|
||||||
"volumes": ["cl_config:/etc/nomos"],
|
"volumes": ["cl_config:/etc/nomos"],
|
||||||
"ports": "",
|
"ports": "",
|
||||||
"entrypoint": "/etc/nomos/scripts/run_cfgsync.sh",
|
"entrypoint": "/etc/nomos/scripts/run_cfgsync.sh",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user