forked from TrueCloudLab/frostfs-testcases
bb3c2bd208
* Coverage of the S3 gateway and "S3-gate - NeoFS - HTTP-gate" interaction has been added to the Selectel smoke test.
12 lines
No EOL
482 B
Python
12 lines
No EOL
482 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_CONTRACT = "5f490fbd8010fd716754073ee960067d28549b7d"
|
|
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'] |