Merged in feature/bearer (pull request #7)

Feature/bearer

* Bearer Token testcase, Netmap testcase, Fix of existed test cases
‌
This commit is contained in:
Anatoly Bogatyrev 2020-09-01 03:23:17 +00:00
parent 50c4a21ba1
commit 0ecfd11821
8 changed files with 652 additions and 324 deletions

View file

@ -13,4 +13,7 @@ JF_TOKEN = os.getenv('JF_TOKEN')
REG_USR = os.getenv('REG_USR')
REG_PWD = os.getenv('REG_PWD')
NEOFS_ENDPOINT = "s01.fs.localtest.nspcc.ru:8080"
NEOFS_NEO_API_ENDPOINT = "https://fs.localtest.nspcc.ru/neo_rpc/"
NEOFS_NEO_API_ENDPOINT = "https://fs.localtest.nspcc.ru/neo_rpc/"
MORPH_BLOCK_TIMEOUT = "10sec"
NEOFS_EPOCH_TIMEOUT = "30sec"