Skip to content

Commit

Permalink
fix: ✅ localstack integration test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ignazio-bovo committed Jun 19, 2024
1 parent 4954a82 commit eaf1d10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/network-tests/start-storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ TMP=$0
THIS_DIR=$(dirname $TMP)

echo "Staring storage infrastructure"
export LOCALSTACK_ENABLED=true

# Start Storage-Squid
docker-compose -f $THIS_DIR/../../docker-compose.storage-squid.yml up -d
Expand All @@ -28,10 +29,8 @@ docker-compose -f $THIS_DIR/../../docker-compose.yml up -d colossus-2
docker-compose -f $THIS_DIR/../../docker-compose.yml up -d distributor-2

# Start localstack if ENABLE_LOCALSTACK is set to true
# if [ $LOCALSTACK_ENABLED == true ]; then
docker-compose -f $THIS_DIR/../../docker-compose.yml up -d localstack
awslocal s3api create-bucket --bucket $AWS_BUCKET_NAME --endpoint http://localhost:4566
# fi

# allow a few seconds for nodes to startup and display first few log entries
# to help debug tests
Expand Down

0 comments on commit eaf1d10

Please sign in to comment.