forked from TrueCloudLab/frostfs-testcases
Add replication test with deny eACL (#133)
* Add replication test with deny eACL
This commit is contained in:
parent
36107fcc4c
commit
1fe540fce9
6 changed files with 81 additions and 5 deletions
|
@ -8,6 +8,8 @@ CERT="%s/../../ca" % ROOT
|
|||
# Common NeoFS variables can be declared from neofs-dev-env env variables.
|
||||
# High priority is accepted for those envs.
|
||||
|
||||
CONTAINER_WAIT_INTERVAL = "1m"
|
||||
|
||||
NEOFS_EPOCH_TIMEOUT = (os.getenv("NEOFS_EPOCH_TIMEOUT") if os.getenv("NEOFS_EPOCH_TIMEOUT")
|
||||
else os.getenv("NEOFS_IR_TIMERS_EPOCH", "300s"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue