forked from TrueCloudLab/frostfs-testcases
708bf2a012
* Update Header Verification with new CLI full headers output #14 * Add verification for the Link headers for complex objects #13 * Add Tombstone verification #6 * Support NeoFS Yeouido #7
13 lines
No EOL
477 B
Python
13 lines
No EOL
477 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' |