You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
250 B

  1. #! /bin/bash
  2. DOCKER_IMAGE=$1
  3. NETWORK_NAME=local_testnet
  4. # start the testnet on a local network
  5. bash test/p2p/local_testnet.sh $DOCKER_IMAGE $NETWORK_NAME
  6. # run the test
  7. bash test/p2p/test_client.sh $DOCKER_IMAGE $NETWORK_NAME test/p2p/run_test.sh