Add replication test with deny eACL (#133)

* Add replication test with deny eACL
This commit is contained in:
Anatoly Bogatyrev 2021-10-07 14:28:31 +03:00 committed by GitHub
parent 36107fcc4c
commit 1fe540fce9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 81 additions and 5 deletions

View file

@ -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"))