Set free storage flag for sbercloud tests.

This commit is contained in:
Vladimir Domnich 2022-07-13 22:17:08 +04:00
parent 6d9a135042
commit c257a01af1

View file

@ -101,11 +101,12 @@ setup-for-sbercloud:
echo STORAGE_WALLET_PATH_3="/.setup/wallets/node3-storage.json" >> $(CURDIR)/.env
echo STORAGE_WALLET_PATH_4="/.setup/wallets/node4-storage.json" >> $(CURDIR)/.env
echo MAINNET_WALLET_PATH="/.setup/alphabet-wallets/az.json" >> $(CURDIR)/.env
# Config: files inside storage node to make calls via SSH on that node
# env: files inside storage node to make calls via SSH on that node
echo STORAGE_NODE_BIN_PATH="/usr/local/bin/" >> $(CURDIR)/.env
echo STORAGE_NODE_CONFIG_PATH="/tmp/conf.yaml" >> $(CURDIR)/.env
# Config: s3 gateway public key
# env: s3 gateway public key
echo S3_GATE_PUB_KEY=$(shell $(NEO_BIN_DIR)/neo-go wallet dump-keys -w $(CONFIG_DIR)/wallets/node1-s3.json | head -2 | tail -1) >> $(CURDIR)/.env
echo FREE_STORAGE=true >> $(CURDIR)/.env
.PHONY: pytest-docker
pytest-docker: