2021-04-02 14:29:41 +00:00
|
|
|
*** Settings ***
|
|
|
|
Variables ../../../variables/common.py
|
|
|
|
Library Collections
|
|
|
|
Library ../${RESOURCES}/neofs.py
|
|
|
|
Library ../${RESOURCES}/payment_neogo.py
|
2021-04-26 10:30:40 +00:00
|
|
|
Library ../${RESOURCES}/utility_keywords.py
|
2021-04-02 14:29:41 +00:00
|
|
|
|
|
|
|
Resource common_steps_acl_extended.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.
|
|
|
|
[Tags] ACL eACL NeoFS NeoCLI
|
|
|
|
[Timeout] 20 min
|
|
|
|
|
2021-04-26 10:30:40 +00:00
|
|
|
[Setup] Create Temporary Directory
|
|
|
|
|
2021-04-02 14:29:41 +00:00
|
|
|
Generate Keys
|
|
|
|
Prepare eACL Role rules
|
|
|
|
|
|
|
|
Log Check extended ACL with simple object
|
|
|
|
Generate files ${SIMPLE_OBJ_SIZE}
|
|
|
|
Check eACL Deny and Allow All User
|
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}
|
|
|
|
Check eACL Deny and Allow All User
|
|
|
|
|
2021-04-26 10:30:40 +00:00
|
|
|
[Teardown] Cleanup
|
|
|
|
|
|
|
|
|
2021-04-02 14:29:41 +00:00
|
|
|
*** Keywords ***
|
|
|
|
|
|
|
|
Check eACL Deny and Allow All User
|
2021-04-26 10:30:40 +00:00
|
|
|
Check eACL Deny and Allow All ${USER_KEY} ${EACL_DENY_ALL_USER} ${EACL_ALLOW_ALL_USER}
|
2021-04-02 14:29:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
Cleanup
|
2021-04-26 10:30:40 +00:00
|
|
|
Cleanup Files
|
2021-04-02 14:29:41 +00:00
|
|
|
Get Docker Logs acl_extended
|