forked from TrueCloudLab/frostfs-testcases
[#271] fixed key for eacl filter test
Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
parent
bebbc42187
commit
dd98eb3d9d
5 changed files with 60 additions and 66 deletions
|
@ -80,6 +80,10 @@ def create_eacl(cid: str, rules_list: list):
|
|||
)
|
||||
_cmd_run(cmd)
|
||||
|
||||
with open(table, 'r') as fout:
|
||||
table_data = fout.read()
|
||||
logger.info(f"Generated eACL:\n{table_data}")
|
||||
|
||||
return table
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue