[#271] fixed key for eacl filter test

Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
anastasia prasolova 2022-08-03 15:20:29 +03:00 committed by Anastasia Prasolova
parent bebbc42187
commit dd98eb3d9d
5 changed files with 60 additions and 66 deletions

View file

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