run two satellites in integration tests (#1932)
This commit is contained in:
parent
4ad205e34d
commit
942a74b320
@ -18,12 +18,12 @@ export STORJ_NETWORK_DIR=$TMP
|
||||
STORJ_NETWORK_HOST4=${STORJ_NETWORK_HOST4:-127.0.0.1}
|
||||
|
||||
# setup the network
|
||||
storj-sim -x --host $STORJ_NETWORK_HOST4 network setup
|
||||
storj-sim -x --satellites 2 --host $STORJ_NETWORK_HOST4 network setup
|
||||
|
||||
# run aws-cli tests
|
||||
storj-sim -x --host $STORJ_NETWORK_HOST4 network test bash "$SCRIPTDIR"/test-sim-aws.sh
|
||||
storj-sim -x --host $STORJ_NETWORK_HOST4 network test bash "$SCRIPTDIR"/test-uplink.sh
|
||||
storj-sim -x --host $STORJ_NETWORK_HOST4 network destroy
|
||||
storj-sim -x --satellites 2 --host $STORJ_NETWORK_HOST4 network test bash "$SCRIPTDIR"/test-sim-aws.sh
|
||||
storj-sim -x --satellites 2 --host $STORJ_NETWORK_HOST4 network test bash "$SCRIPTDIR"/test-uplink.sh
|
||||
storj-sim -x --satellites 2 --host $STORJ_NETWORK_HOST4 network destroy
|
||||
|
||||
# setup the network with ipv6
|
||||
#storj-sim -x --host "::1" network setup
|
||||
|
Loading…
Reference in New Issue
Block a user