2021-04-02 14:29:41 +00:00
|
|
|
*** Settings ***
|
2021-12-09 10:58:51 +00:00
|
|
|
Variables common.py
|
2021-09-08 17:31:52 +00:00
|
|
|
|
2021-09-20 14:17:15 +00:00
|
|
|
Library Collections
|
|
|
|
Library neofs.py
|
|
|
|
Library payment_neogo.py
|
|
|
|
Library acl.py
|
2021-04-02 14:29:41 +00:00
|
|
|
|
2021-06-24 13:51:59 +00:00
|
|
|
Resource common_steps_acl_extended.robot
|
2021-09-27 20:41:21 +00:00
|
|
|
Resource payment_operations.robot
|
|
|
|
Resource setup_teardown.robot
|
2021-12-09 10:58:51 +00:00
|
|
|
Resource eacl_tables.robot
|
2021-04-26 10:30:40 +00:00
|
|
|
|
2021-04-02 14:29:41 +00:00
|
|
|
*** Test cases ***
|
|
|
|
Extended ACL Operations
|
|
|
|
[Documentation] Testcase to validate NeoFS operations with extended ACL.
|
2022-03-15 11:58:59 +00:00
|
|
|
[Tags] ACL eACL
|
2021-04-02 14:29:41 +00:00
|
|
|
[Timeout] 20 min
|
|
|
|
|
2021-06-01 12:07:31 +00:00
|
|
|
[Setup] Setup
|
2021-04-26 10:30:40 +00:00
|
|
|
|
2021-09-27 20:41:21 +00:00
|
|
|
${WALLET} ${ADDR} ${USER_KEY} = Prepare Wallet And Deposit
|
2021-04-02 14:29:41 +00:00
|
|
|
|
|
|
|
Log Check extended ACL with simple object
|
|
|
|
Generate files ${SIMPLE_OBJ_SIZE}
|
2021-09-08 17:31:52 +00:00
|
|
|
Check eACL Deny and Allow All User ${USER_KEY}
|
2021-04-26 10:30:40 +00:00
|
|
|
|
2021-04-02 14:29:41 +00:00
|
|
|
Log Check extended ACL with complex object
|
|
|
|
Generate files ${COMPLEX_OBJ_SIZE}
|
2021-09-08 17:31:52 +00:00
|
|
|
Check eACL Deny and Allow All User ${USER_KEY}
|
2021-04-02 14:29:41 +00:00
|
|
|
|
2021-06-01 12:07:31 +00:00
|
|
|
[Teardown] Teardown acl_extended_action_user
|
2021-04-26 10:30:40 +00:00
|
|
|
|
|
|
|
|
2021-04-02 14:29:41 +00:00
|
|
|
*** Keywords ***
|
|
|
|
|
|
|
|
Check eACL Deny and Allow All User
|
2021-09-08 17:31:52 +00:00
|
|
|
[Arguments] ${USER_KEY}
|
|
|
|
Check eACL Deny and Allow All ${USER_KEY} ${EACL_DENY_ALL_USER} ${EACL_ALLOW_ALL_USER} ${USER_KEY}
|