2021-04-02 14:29:41 +00:00
|
|
|
*** Settings ***
|
2021-06-24 13:51:59 +00:00
|
|
|
Variables ../../../variables/common.py
|
2021-04-02 14:29:41 +00:00
|
|
|
|
2021-06-24 13:51:59 +00:00
|
|
|
Library Collections
|
|
|
|
Library ../${RESOURCES}/neofs.py
|
|
|
|
Library ../${RESOURCES}/payment_neogo.py
|
|
|
|
|
|
|
|
Resource common_steps_acl_extended.robot
|
|
|
|
Resource ../${RESOURCES}/payment_operations.robot
|
|
|
|
Resource ../${RESOURCES}/setup_teardown.robot
|
|
|
|
Resource ../../../variables/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 with Other group key.
|
|
|
|
[Tags] ACL eACL NeoFS NeoCLI
|
|
|
|
[Timeout] 20 min
|
|
|
|
|
2021-06-01 12:07:31 +00:00
|
|
|
[Setup] Setup
|
2021-04-26 10:30:40 +00:00
|
|
|
|
2021-04-02 14:29:41 +00:00
|
|
|
Generate Keys
|
|
|
|
|
|
|
|
Log Check extended ACL with simple object
|
|
|
|
Generate files ${SIMPLE_OBJ_SIZE}
|
|
|
|
Check eACL Deny and Allow All Other
|
|
|
|
|
|
|
|
Log Check extended ACL with complex object
|
|
|
|
Generate files ${COMPLEX_OBJ_SIZE}
|
|
|
|
Check eACL Deny and Allow All Other
|
|
|
|
|
2021-06-01 12:07:31 +00:00
|
|
|
[Teardown] Teardown acl_extended_actions_other
|
2021-04-26 10:30:40 +00:00
|
|
|
|
|
|
|
|
2021-04-02 14:29:41 +00:00
|
|
|
*** Keywords ***
|
|
|
|
|
|
|
|
Check eACL Deny and Allow All Other
|
2021-04-26 10:30:40 +00:00
|
|
|
Check eACL Deny and Allow All ${OTHER_KEY} ${EACL_DENY_ALL_OTHER} ${EACL_ALLOW_ALL_OTHER}
|