Skip to content

Commit

Permalink
update use of {{node}} var
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmack committed May 17, 2023
1 parent 49b96a6 commit 8e16f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zombienet_tests/functional/0002-basic-network.zndsl
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ bob: is up
{% set nodeAddresses = ["5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY",
"5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty", "5FLSigC9HGRKVhB9FiEo4Y3koPsNmBmLJbpXg2mp1hXcS59Y"] %}

# Check nodes are up, syncing and have expected beginning balances
# Check nodes are up, synced and have expected beginning balances
{% for node in nodes %}
{{node}}: is up
{{node}}: reports gossamer_network_syncer_is_synced is 1 within 30 seconds

{% for address in nodeAddresses %}
alice: js-script ./scripts/free-balance.js with "{{address}}" return is equal to 1000000000000000000
{{node}}: js-script ./scripts/free-balance.js with "{{address}}" return is equal to 1000000000000000000
{% endfor %}
{% endfor %}

Expand Down

0 comments on commit 8e16f66

Please sign in to comment.