forked from TrueCloudLab/frostfs-testcases
Set free storage flag for sbercloud tests.
This commit is contained in:
parent
6d9a135042
commit
c257a01af1
1 changed files with 3 additions and 2 deletions
5
Makefile
5
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:
|
||||
|
|
Loading…
Reference in a new issue