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.
13 lines
322 B
Python
13 lines
322 B
Python
#!/usr/bin/python3
|
|
import os
|
|
|
|
ROOT='../..'
|
|
|
|
RESOURCES="%s/resources/lib" % ROOT
|
|
CERT="%s/../../ca" % ROOT
|
|
# path from repo root is required for object put and get
|
|
# in case when test is run from root in docker
|
|
ABSOLUTE_FILE_PATH="/robot/testsuites/integration"
|
|
|
|
MORPH_BLOCK_TIMEOUT = "10sec"
|
|
NEOFS_EPOCH_TIMEOUT = "30sec"
|