forked from TrueCloudLab/frostfs-testcases
fb5da3dc21
- Add bearer token coverage with the request filter #8 - Add eACL coverage with the request filter #9 - Add Bearer token coverage of the case with different permissions for operations in the complex operations #15 (Check Сompound Operations) - Add eACL token coverage of the case with different permissions for operations in the complex operations - Add latest nodes and services logs to the artifacts in case of failure #10 - Prepare neofs-testcases repository for the public #11 - new eACL and bearer token generation by rules. - Readme update - Fixes and additional extensions of the existed test cases - Large file size has been changed from 20mb to 10mb
14 lines
No EOL
537 B
Python
14 lines
No EOL
537 B
Python
#!/usr/bin/python3
|
|
|
|
NEOFS_ENDPOINT = "92.53.71.51:18080"
|
|
NEOGO_CLI_PREFIX = "neo-go"
|
|
NEO_MAINNET_ENDPOINT = "http://92.53.71.51:20332"
|
|
|
|
# selectel main chain on lobachevsky-1
|
|
NEOFS_NEO_API_ENDPOINT = "http://92.53.71.51:20332"
|
|
HTTP_GATE = 'http://92.53.71.51:38080'
|
|
S3_GATE = 'https://92.53.71.51:28080'
|
|
NEOFS_NETMAP = ['92.53.71.51:18080', '92.53.71.52:18080','92.53.71.53:18080','92.53.71.54:18080', '92.53.71.55:18080']
|
|
|
|
GAS_HASH = '668e0c1f9d7b70a99dd9e06eadd4c784d641afbc'
|
|
NEOFS_CONTRACT = "ce96811ca25577c058484dab10dd8db2defc5eed" |