2021-04-02 14:29:41 +00:00
|
|
|
*** Settings ***
|
2021-12-09 10:58:51 +00:00
|
|
|
Variables common.py
|
2021-04-02 14:29:41 +00:00
|
|
|
|
|
|
|
Library Collections
|
2021-09-10 12:44:40 +00:00
|
|
|
Library acl.py
|
|
|
|
Library neofs.py
|
2022-03-15 11:58:59 +00:00
|
|
|
Library neofs_verbs.py
|
2021-09-10 12:44:40 +00:00
|
|
|
Library payment_neogo.py
|
|
|
|
|
2021-12-09 10:58:51 +00:00
|
|
|
Resource eacl_tables.robot
|
2021-04-02 14:29:41 +00:00
|
|
|
Resource common_steps_acl_bearer.robot
|
2021-12-09 10:58:51 +00:00
|
|
|
Resource payment_operations.robot
|
|
|
|
Resource setup_teardown.robot
|
2022-04-07 18:48:03 +00:00
|
|
|
Resource complex_object_operations.robot
|
2021-04-02 14:29:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
*** Test cases ***
|
|
|
|
BearerToken Operations
|
|
|
|
[Documentation] Testcase to validate NeoFS operations with BearerToken.
|
2022-03-15 11:58:59 +00:00
|
|
|
[Tags] ACL BearerToken
|
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
|
|
|
|
2022-02-01 13:42:41 +00:00
|
|
|
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
2022-03-15 11:58:59 +00:00
|
|
|
|
2021-04-02 14:29:41 +00:00
|
|
|
Log Check Bearer token with simple object
|
2021-09-08 17:31:52 +00:00
|
|
|
${FILE_S} = Generate file ${SIMPLE_OBJ_SIZE}
|
2022-02-01 13:42:41 +00:00
|
|
|
Check eACL Deny and Allow All Bearer Simple ${WALLET} ${FILE_S}
|
2021-04-26 10:30:40 +00:00
|
|
|
|
2021-04-02 14:29:41 +00:00
|
|
|
Log Check Bearer token with complex object
|
2021-09-08 17:31:52 +00:00
|
|
|
${FILE_S} = Generate file ${COMPLEX_OBJ_SIZE}
|
2022-02-01 13:42:41 +00:00
|
|
|
Check eACL Deny and Allow All Bearer Complex ${WALLET} ${FILE_S}
|
2021-04-02 14:29:41 +00:00
|
|
|
|
|
|
|
|
2021-06-01 12:07:31 +00:00
|
|
|
[Teardown] Teardown acl_bearer_allow_storagegroup
|
2021-04-26 10:30:40 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2021-04-02 14:29:41 +00:00
|
|
|
*** Keywords ***
|
2021-04-26 10:30:40 +00:00
|
|
|
|
2021-04-02 14:29:41 +00:00
|
|
|
Check eACL Deny and Allow All Bearer
|
2022-02-01 13:42:41 +00:00
|
|
|
[Arguments] ${RUN_TYPE} ${WALLET} ${FILE_S}
|
2022-03-15 11:58:59 +00:00
|
|
|
|
2022-02-01 13:42:41 +00:00
|
|
|
${CID} = Create Container Public ${WALLET}
|
|
|
|
${S_OID_USER} = Put object ${WALLET} ${FILE_S} ${CID}
|
2022-03-15 11:58:59 +00:00
|
|
|
Prepare eACL Role rules ${CID}
|
2021-04-02 14:29:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Storage group Operations (Put, List, Get, Delete)
|
2022-02-01 13:42:41 +00:00
|
|
|
${SG_OID_INV} = Put Storagegroup ${WALLET} ${CID} ${EMPTY} ${S_OID_USER}
|
|
|
|
${SG_OID_1} = Put Storagegroup ${WALLET} ${CID} ${EMPTY} ${S_OID_USER}
|
|
|
|
List Storagegroup ${WALLET} ${CID} ${EMPTY} ${SG_OID_1} ${SG_OID_INV}
|
2022-04-07 18:48:03 +00:00
|
|
|
@{EXPECTED_OIDS} = Run Keyword If "${RUN_TYPE}" == "Complex"
|
2022-02-01 13:42:41 +00:00
|
|
|
... Get Object Parts By Link Object ${WALLET} ${CID} ${S_OID_USER}
|
2022-04-07 18:48:03 +00:00
|
|
|
... ELSE IF "${RUN_TYPE}" == "Simple" Create List ${S_OID_USER}
|
2022-02-01 13:42:41 +00:00
|
|
|
Get Storagegroup ${WALLET} ${CID} ${SG_OID_1} ${EMPTY} ${EMPTY} @{EXPECTED_OIDS}
|
|
|
|
Delete Storagegroup ${WALLET} ${CID} ${SG_OID_1} ${EMPTY}
|
2021-09-10 12:44:40 +00:00
|
|
|
|
2022-02-01 13:42:41 +00:00
|
|
|
Set eACL ${WALLET} ${CID} ${EACL_DENY_ALL_USER}
|
2021-09-10 12:44:40 +00:00
|
|
|
|
|
|
|
# The current ACL cache lifetime is 30 sec
|
|
|
|
Sleep ${NEOFS_CONTRACT_CACHE_TIMEOUT}
|
|
|
|
|
|
|
|
${rule1}= Create Dictionary Operation=GET Access=ALLOW Role=USER
|
|
|
|
${rule2}= Create Dictionary Operation=HEAD Access=ALLOW Role=USER
|
|
|
|
${rule3}= Create Dictionary Operation=PUT Access=ALLOW Role=USER
|
|
|
|
${rule4}= Create Dictionary Operation=DELETE Access=ALLOW Role=USER
|
|
|
|
${rule5}= Create Dictionary Operation=SEARCH Access=ALLOW Role=USER
|
|
|
|
${rule6}= Create Dictionary Operation=GETRANGE Access=ALLOW Role=USER
|
|
|
|
${rule7}= Create Dictionary Operation=GETRANGEHASH Access=ALLOW Role=USER
|
|
|
|
|
|
|
|
${eACL_gen}= Create List ${rule1} ${rule2} ${rule3} ${rule4} ${rule5} ${rule6} ${rule7}
|
|
|
|
|
2022-02-01 13:42:41 +00:00
|
|
|
${EACL_TOKEN} = Form BearerToken File ${WALLET} ${CID} ${eACL_gen}
|
2021-09-10 12:44:40 +00:00
|
|
|
|
|
|
|
# All storage groups should fail without bearer token
|
|
|
|
Run Keyword And Expect Error *
|
2022-02-01 13:42:41 +00:00
|
|
|
... Put Storagegroup ${WALLET} ${CID} ${EMPTY} ${S_OID_USER}
|
2021-09-10 12:44:40 +00:00
|
|
|
Run Keyword And Expect Error *
|
2022-02-01 13:42:41 +00:00
|
|
|
... List Storagegroup ${WALLET} ${CID} ${EMPTY} ${SG_OID_1} ${SG_OID_INV}
|
2021-09-10 12:44:40 +00:00
|
|
|
Run Keyword And Expect Error *
|
2022-02-01 13:42:41 +00:00
|
|
|
... Get Storagegroup ${WALLET} ${CID} ${SG_OID_1} ${EMPTY} ${EMPTY} @{EXPECTED_OIDS}
|
2021-09-10 12:44:40 +00:00
|
|
|
Run Keyword And Expect Error *
|
2022-02-01 13:42:41 +00:00
|
|
|
... Delete Storagegroup ${WALLET} ${CID} ${SG_OID_1} ${EMPTY}
|
2021-09-10 12:44:40 +00:00
|
|
|
|
|
|
|
# Storagegroup should passed with User group key and bearer token
|
2022-02-01 13:42:41 +00:00
|
|
|
${SG_OID_NEW} = Put Storagegroup ${WALLET} ${CID} ${EACL_TOKEN} ${S_OID_USER}
|
|
|
|
List Storagegroup ${WALLET} ${CID} ${EACL_TOKEN} ${SG_OID_NEW} ${SG_OID_INV}
|
|
|
|
Get Storagegroup ${WALLET} ${CID} ${SG_OID_INV} ${EACL_TOKEN} ${EMPTY} @{EXPECTED_OIDS}
|
|
|
|
Delete Storagegroup ${WALLET} ${CID} ${SG_OID_INV} ${EACL_TOKEN}
|