mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-03 21:53:08 +00:00
fix: flag for reconstruct command
This commit is contained in:
parent
1e1afa15ea
commit
d07eebd31c
@ -3,7 +3,7 @@ from src.env_vars import NOMOS_IMAGE, HTTP_PROXY_IMAGE
|
|||||||
nomos_cli = {
|
nomos_cli = {
|
||||||
"reconstruct": {
|
"reconstruct": {
|
||||||
"image": NOMOS_IMAGE,
|
"image": NOMOS_IMAGE,
|
||||||
"flags": [{"--app-blobs": [0]}], # Value [] is a list of indexes into list of values required for the flag
|
"flags": [{"--app-shares": [0]}], # Value [] is a list of indexes into list of values required for the flag
|
||||||
"volumes": [],
|
"volumes": [],
|
||||||
"ports": [],
|
"ports": [],
|
||||||
"entrypoint": "",
|
"entrypoint": "",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user