Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
IPC-91: Config not needed to call reload
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Apr 14, 2023
1 parent cae0f11 commit 3e0147f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion testing/e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ agent-%/down:

# Reload the configuration of an agent.
agent/reload: agent/up
$(IPC_AGENT) --config-path $(IPC_AGENT_CONFIG) config reload --ipc-agent-url http://127.0.0.1:303$(IPC_AGENT_NR)/json_rpc
$(IPC_AGENT) config reload --ipc-agent-url http://127.0.0.1:303$(IPC_AGENT_NR)/json_rpc


# Create composition directory node-$(IPC_NODE_NR)
Expand Down
4 changes: 4 additions & 0 deletions testing/e2e/scripts/connect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ if [ "${IPC_NODE_TYPE}" == "eudico" ]; then
docker exec -it $DAEMON_ID eudico wait-api --timeout 350s
sleep 5

echo "[*] Creating admin token"
TOKEN=$(docker exec -it $DAEMON_ID eudico auth create-token --perm admin)

echo "[*] Getting default wallet"
WALLET=$(docker exec -it $DAEMON_ID eudico wallet default)

write_subnet_config $TOKEN $WALLET

else
Expand Down

0 comments on commit 3e0147f

Please sign in to comment.