Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Paitrault <[email protected]>
  • Loading branch information
Freyskeyd committed Feb 28, 2024
1 parent 8d496c9 commit 0461dc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_transaction_in_certificate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ wait_network_healthy
echo "Executing test of transaction inclusion in certificate..."
check_artifacts
topos_subnet_id=$(get_topos_subnet_id)

echo "Checking connectivity with incal node 1"
echo "Dialing incal node 1 on localhost:$INCAL_HOST_PORT"
nc -z localhost $INCAL_HOST_PORT

tx_hash=$(send_token_with_retry 3 $topos_subnet_id $INCAL_HOST_PORT "txhash")
transaction_valid=$?
echo "Transaction send token result: $transaction_valid, tx hash: $tx_hash"
Expand Down

0 comments on commit 0461dc2

Please sign in to comment.