From c257a01af1713d21a306ca087d73c9d0b30515e1 Mon Sep 17 00:00:00 2001 From: Vladimir Domnich Date: Wed, 13 Jul 2022 22:17:08 +0400 Subject: [PATCH] Set free storage flag for sbercloud tests. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 38d2df9..f395bbe 100644 --- a/Makefile +++ b/Makefile @@ -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: