#!/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"