forked from TrueCloudLab/frostfs-testcases
[#334] Move common_steps*
Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
This commit is contained in:
parent
26f98c2cab
commit
18c30c39ff
69 changed files with 256 additions and 263 deletions
5
robot/variables/wellknown_acl.py
Normal file
5
robot/variables/wellknown_acl.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
PUBLIC_ACL = "0x1FFFFFFF"
|
||||
PRIVATE_ACL = "0x18888888"
|
||||
READONLY_ACL = "0x1FFF88FF"
|
||||
INACCESSIBLE_ACL = "0x40000000"
|
||||
STICKYBIT_PUB_ACL = "0x3FFFFFFF"
|
Loading…
Add table
Add a link
Reference in a new issue