forked from TrueCloudLab/frostfs-testcases
[#271] removed Setup and Teardown from ACL suite
Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
parent
1ce470d3b1
commit
e7409a65a5
29 changed files with 0 additions and 58 deletions
|
@ -18,13 +18,11 @@ Basic ACL Operations for Private Container
|
||||||
[Tags] ACL
|
[Tags] ACL
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
|
|
||||||
Check Private Container Simple
|
Check Private Container Simple
|
||||||
Check Private Container Complex
|
Check Private Container Complex
|
||||||
|
|
||||||
[Teardown] Teardown acl_basic_private_container
|
|
||||||
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
|
|
@ -19,7 +19,6 @@ Basic ACL Operations for Public Container
|
||||||
[Tags] ACL
|
[Tags] ACL
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
${WALLET_OTH} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET_OTH} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
|
@ -32,7 +31,6 @@ Basic ACL Operations for Public Container
|
||||||
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
||||||
Check Public Container ${WALLET} ${FILE_S} ${PUBLIC_CID} ${WALLET_OTH}
|
Check Public Container ${WALLET} ${FILE_S} ${PUBLIC_CID} ${WALLET_OTH}
|
||||||
|
|
||||||
[Teardown] Teardown acl_basic_public_container
|
|
||||||
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
|
|
@ -18,12 +18,10 @@ Basic ACL Operations for Read-Only Container
|
||||||
[Tags] ACL
|
[Tags] ACL
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
Check Read-Only Container Simple
|
Check Read-Only Container Simple
|
||||||
Check Read-Only Container Complex
|
Check Read-Only Container Complex
|
||||||
|
|
||||||
[Teardown] Teardown acl_basic_readonly_container
|
|
||||||
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
|
|
@ -21,7 +21,6 @@ BearerToken Operations
|
||||||
[Tags] ACL BearerToken
|
[Tags] ACL BearerToken
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
|
|
||||||
|
@ -34,7 +33,6 @@ BearerToken Operations
|
||||||
Check eACL Deny and Allow All Bearer ${WALLET} ${FILE_S}
|
Check eACL Deny and Allow All Bearer ${WALLET} ${FILE_S}
|
||||||
|
|
||||||
|
|
||||||
[Teardown] Teardown acl_bearer_allow
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@ BearerToken Operations for Сompound Operations
|
||||||
[Tags] ACL BearerToken
|
[Tags] ACL BearerToken
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
${WALLET_OTH} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET_OTH} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
|
@ -35,7 +34,6 @@ BearerToken Operations for Сompound Operations
|
||||||
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
||||||
Check Сompound Operations ${WALLET} ${WALLET_OTH} ${FILE_S}
|
Check Сompound Operations ${WALLET} ${WALLET_OTH} ${FILE_S}
|
||||||
|
|
||||||
[Teardown] Teardown acl_bearer_compound
|
|
||||||
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
|
|
@ -23,7 +23,6 @@ BearerToken Operations with Filter OID Equal
|
||||||
[Tags] ACL BearerToken
|
[Tags] ACL BearerToken
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
|
|
||||||
|
@ -36,7 +35,6 @@ BearerToken Operations with Filter OID Equal
|
||||||
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
||||||
Check eACL Deny and Allow All Bearer Filter OID Equal ${WALLET} ${FILE_S}
|
Check eACL Deny and Allow All Bearer Filter OID Equal ${WALLET} ${FILE_S}
|
||||||
|
|
||||||
[Teardown] Teardown acl_bearer_filter_oid_equal
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,6 @@ BearerToken Operations with Filter OID NotEqual
|
||||||
[Tags] ACL BearerToken
|
[Tags] ACL BearerToken
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
|
|
||||||
|
@ -33,7 +32,6 @@ BearerToken Operations with Filter OID NotEqual
|
||||||
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
||||||
Check eACL Deny and Allow All Bearer Filter OID NotEqual ${WALLET} ${FILE_S}
|
Check eACL Deny and Allow All Bearer Filter OID NotEqual ${WALLET} ${FILE_S}
|
||||||
|
|
||||||
[Teardown] Teardown acl_bearer_filter_oid_not_equal
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@ BearerToken Operations with Filter UserHeader Equal
|
||||||
[Tags] ACL BearerToken
|
[Tags] ACL BearerToken
|
||||||
[Timeout] 10 min
|
[Timeout] 10 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
|
|
||||||
|
@ -35,7 +34,6 @@ BearerToken Operations with Filter UserHeader Equal
|
||||||
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
||||||
Check eACL Deny and Allow All Bearer Filter UserHeader Equal ${WALLET} ${FILE_S}
|
Check eACL Deny and Allow All Bearer Filter UserHeader Equal ${WALLET} ${FILE_S}
|
||||||
|
|
||||||
[Teardown] Teardown acl_bearer_filter_userheader_equal
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
Check eACL Deny and Allow All Bearer Filter UserHeader Equal
|
Check eACL Deny and Allow All Bearer Filter UserHeader Equal
|
||||||
|
|
|
@ -22,7 +22,6 @@ BearerToken Operations Filter UserHeader NotEqual
|
||||||
[Tags] ACL BearerToken
|
[Tags] ACL BearerToken
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
|
|
||||||
|
@ -34,7 +33,6 @@ BearerToken Operations Filter UserHeader NotEqual
|
||||||
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
||||||
Check eACL Deny and Allow All Bearer Filter UserHeader NotEqual ${WALLET} ${FILE_S}
|
Check eACL Deny and Allow All Bearer Filter UserHeader NotEqual ${WALLET} ${FILE_S}
|
||||||
|
|
||||||
[Teardown] Teardown acl_bearer_filter_userheader_not_equal
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,6 @@ BearerToken Operations for Inaccessible Container
|
||||||
[Tags] ACL BearerToken
|
[Tags] ACL BearerToken
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
|
|
||||||
|
@ -29,7 +28,6 @@ BearerToken Operations for Inaccessible Container
|
||||||
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
||||||
Check Container Inaccessible and Allow All Bearer ${WALLET} ${FILE_S}
|
Check Container Inaccessible and Allow All Bearer ${WALLET} ${FILE_S}
|
||||||
|
|
||||||
[Teardown] Teardown acl_bearer_inaccessible
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@ BearerToken Operations
|
||||||
[Tags] ACL BearerToken
|
[Tags] ACL BearerToken
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
|
|
||||||
|
@ -34,7 +33,6 @@ BearerToken Operations
|
||||||
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
||||||
Check eACL Allow All Bearer Filter Requst Equal Deny ${WALLET} ${FILE_S}
|
Check eACL Allow All Bearer Filter Requst Equal Deny ${WALLET} ${FILE_S}
|
||||||
|
|
||||||
[Teardown] Teardown acl_bearer_request_filter_xheader_deny
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -21,12 +21,10 @@ BearerToken Operations with Filter Requst Equal
|
||||||
[Tags] ACL BearerToken
|
[Tags] ACL BearerToken
|
||||||
[Timeout] 5 min
|
[Timeout] 5 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
Check eACL Deny and Allow All Bearer Filter Requst Equal Simple
|
Check eACL Deny and Allow All Bearer Filter Requst Equal Simple
|
||||||
Check eACL Deny and Allow All Bearer Filter Requst Equal Complex
|
Check eACL Deny and Allow All Bearer Filter Requst Equal Complex
|
||||||
|
|
||||||
[Teardown] Teardown acl_bearer_request_filter_xheader_equal
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,6 @@ BearerToken Operations with Filter Requst NotEqual
|
||||||
[Tags] ACL NeoFSCLI BearerToken
|
[Tags] ACL NeoFSCLI BearerToken
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
|
|
||||||
|
@ -34,7 +33,6 @@ BearerToken Operations with Filter Requst NotEqual
|
||||||
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
||||||
Check eACL Deny and Allow All Bearer Filter Requst NotEqual ${WALLET} ${FILE_S}
|
Check eACL Deny and Allow All Bearer Filter Requst NotEqual ${WALLET} ${FILE_S}
|
||||||
|
|
||||||
[Teardown] Teardown acl_bearer_request_filter_xheader_not_equal
|
|
||||||
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
|
|
@ -14,7 +14,6 @@ Extended ACL Operations
|
||||||
[Tags] ACL eACL NeoFS NeoCLI
|
[Tags] ACL eACL NeoFS NeoCLI
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
${WALLET_OTH} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET_OTH} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
|
@ -27,7 +26,6 @@ Extended ACL Operations
|
||||||
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
||||||
Check eACL Deny and Allow All Other ${WALLET} ${WALLET_OTH}
|
Check eACL Deny and Allow All Other ${WALLET} ${WALLET_OTH}
|
||||||
|
|
||||||
[Teardown] Teardown acl_extended_actions_other
|
|
||||||
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
|
|
@ -24,7 +24,6 @@ Extended ACL Operations
|
||||||
[Tags] ACL eACL
|
[Tags] ACL eACL
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
|
|
||||||
${FILE_S} ${_} = Generate file ${SIMPLE_OBJ_SIZE}
|
${FILE_S} ${_} = Generate file ${SIMPLE_OBJ_SIZE}
|
||||||
|
@ -34,7 +33,6 @@ Extended ACL Operations
|
||||||
Check eACL Deny All Other and Allow All Pubkey ${FILE_S}
|
Check eACL Deny All Other and Allow All Pubkey ${FILE_S}
|
||||||
|
|
||||||
|
|
||||||
[Teardown] Teardown acl_extended_actions_pubkey
|
|
||||||
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
|
|
@ -24,7 +24,6 @@ Extended ACL Operations
|
||||||
[Tags] ACL eACL
|
[Tags] ACL eACL
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
|
|
||||||
|
@ -36,7 +35,6 @@ Extended ACL Operations
|
||||||
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
||||||
Check eACL Deny and Allow All System ${WALLET} ${FILE_S}
|
Check eACL Deny and Allow All System ${WALLET} ${FILE_S}
|
||||||
|
|
||||||
[Teardown] Teardown acl_extended_actions_system
|
|
||||||
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
|
|
@ -14,7 +14,6 @@ Extended ACL Operations
|
||||||
[Tags] ACL eACL
|
[Tags] ACL eACL
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
|
|
||||||
|
@ -26,7 +25,6 @@ Extended ACL Operations
|
||||||
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
||||||
Check eACL Deny and Allow All User ${WALLET}
|
Check eACL Deny and Allow All User ${WALLET}
|
||||||
|
|
||||||
[Teardown] Teardown acl_extended_action_user
|
|
||||||
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
|
|
@ -23,7 +23,6 @@ Extended ACL Operations
|
||||||
[Tags] ACL eACL
|
[Tags] ACL eACL
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
${WALLET_OTH} ${_} ${_} = Prepare Wallet And Deposit
|
${WALLET_OTH} ${_} ${_} = Prepare Wallet And Deposit
|
||||||
|
@ -36,7 +35,6 @@ Extended ACL Operations
|
||||||
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
||||||
Check Сompound Operations ${WALLET} ${WALLET_OTH} ${FILE_S}
|
Check Сompound Operations ${WALLET} ${WALLET_OTH} ${FILE_S}
|
||||||
|
|
||||||
[Teardown] Teardown acl_extended_compound
|
|
||||||
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
|
|
@ -25,7 +25,6 @@ eACL Deny Replication Operations
|
||||||
[Tags] ACL Replication
|
[Tags] ACL Replication
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
${_} ${NODE} ${STORAGE_WALLET} = Get control endpoint and wallet
|
${_} ${NODE} ${STORAGE_WALLET} = Get control endpoint and wallet
|
||||||
|
|
||||||
|
@ -58,4 +57,3 @@ eACL Deny Replication Operations
|
||||||
Should Be Equal As Numbers ${EXPECTED_COPIES} ${COPIES}
|
Should Be Equal As Numbers ${EXPECTED_COPIES} ${COPIES}
|
||||||
... msg="Dropped object should be replicated in one epoch"
|
... msg="Dropped object should be replicated in one epoch"
|
||||||
|
|
||||||
[Teardown] Teardown acl_deny_replication
|
|
||||||
|
|
|
@ -24,12 +24,10 @@ Extended ACL Operations
|
||||||
[Tags] ACL eACL
|
[Tags] ACL eACL
|
||||||
[Timeout] 2 min
|
[Timeout] 2 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
Check Filters Simple
|
Check Filters Simple
|
||||||
Check Filters Complex
|
Check Filters Complex
|
||||||
|
|
||||||
[Teardown] Teardown acl_extended_filters
|
|
||||||
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
|
|
@ -8,9 +8,7 @@ Container ID Object Filter for Extended ACL
|
||||||
[Tags] ACL eACL
|
[Tags] ACL eACL
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
Log Check eACL containerID Filter with MatchType String Equal
|
Log Check eACL containerID Filter with MatchType String Equal
|
||||||
Check eACL Filters with MatchType String Equal $Object:containerID
|
Check eACL Filters with MatchType String Equal $Object:containerID
|
||||||
|
|
||||||
[Teardown] Teardown container_id_filter
|
|
||||||
|
|
|
@ -20,12 +20,10 @@ Creation Epoch Object Filter for Extended ACL
|
||||||
[Tags] ACL eACL
|
[Tags] ACL eACL
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
Check eACL Filters with MatchType String Equal $Object:creationEpoch
|
Check eACL Filters with MatchType String Equal $Object:creationEpoch
|
||||||
Check $Object:creationEpoch Filter with MatchType String Not Equal $Object:creationEpoch
|
Check $Object:creationEpoch Filter with MatchType String Not Equal $Object:creationEpoch
|
||||||
|
|
||||||
[Teardown] Teardown creation_epoch_filter
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,7 @@ Homomorphic Hash Object Filter for Extended ACL
|
||||||
[Tags] ACL eACL NeoFS NeoCLI
|
[Tags] ACL eACL NeoFS NeoCLI
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
Log Check eACL homomorphicHash Filter with MatchType String Equal
|
Log Check eACL homomorphicHash Filter with MatchType String Equal
|
||||||
Check eACL Filters with MatchType String Equal $Object:homomorphicHash
|
Check eACL Filters with MatchType String Equal $Object:homomorphicHash
|
||||||
|
|
||||||
[Teardown] Teardown homomorphic_hash_filter
|
|
||||||
|
|
|
@ -20,7 +20,6 @@ Object ID Object Filter for Extended ACL
|
||||||
[Tags] ACL eACL
|
[Tags] ACL eACL
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
Check eACL Filters with MatchType String Equal $Object:objectID
|
Check eACL Filters with MatchType String Equal $Object:objectID
|
||||||
Check eACL Filters with MatchType String Not Equal $Object:objectID
|
Check eACL Filters with MatchType String Not Equal $Object:objectID
|
||||||
|
@ -35,7 +34,6 @@ Object ID Object Filter for Extended ACL
|
||||||
###########################################################################################################################
|
###########################################################################################################################
|
||||||
Check eACL Filters, two matchTypes $Object:objectID
|
Check eACL Filters, two matchTypes $Object:objectID
|
||||||
|
|
||||||
[Teardown] Teardown object_id
|
|
||||||
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
|
|
@ -8,9 +8,7 @@ Object Type Object Filter for Extended ACL
|
||||||
[Tags] ACL eACL NeoFS NeoCLI
|
[Tags] ACL eACL NeoFS NeoCLI
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
Log Check eACL objectType Filter with MatchType String Equal
|
Log Check eACL objectType Filter with MatchType String Equal
|
||||||
Check eACL Filters with MatchType String Equal $Object:objectType
|
Check eACL Filters with MatchType String Equal $Object:objectType
|
||||||
|
|
||||||
[Teardown] Teardown object_type_filter
|
|
||||||
|
|
|
@ -8,11 +8,9 @@ Owner ID Object Filter for Extended ACL
|
||||||
[Tags] ACL eACL NeoFS NeoCLI
|
[Tags] ACL eACL NeoFS NeoCLI
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
Log Check eACL ownerID Filter with MatchType String Equal
|
Log Check eACL ownerID Filter with MatchType String Equal
|
||||||
Check eACL Filters with MatchType String Equal $Object:ownerID
|
Check eACL Filters with MatchType String Equal $Object:ownerID
|
||||||
Log Check eACL ownerID Filter with MatchType String Not Equal
|
Log Check eACL ownerID Filter with MatchType String Not Equal
|
||||||
Check eACL Filters with MatchType String Not Equal $Object:ownerID
|
Check eACL Filters with MatchType String Not Equal $Object:ownerID
|
||||||
|
|
||||||
[Teardown] Teardown owner_id_filter
|
|
||||||
|
|
|
@ -8,9 +8,7 @@ Payload Hash Object Filter for Extended ACL
|
||||||
[Tags] ACL eACL NeoFS NeoCLI
|
[Tags] ACL eACL NeoFS NeoCLI
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
Log Check eACL payloadHash Filter with MatchType String Equal
|
Log Check eACL payloadHash Filter with MatchType String Equal
|
||||||
Check eACL Filters with MatchType String Equal $Object:payloadHash
|
Check eACL Filters with MatchType String Equal $Object:payloadHash
|
||||||
|
|
||||||
[Teardown] Teardown payload_hash_filter
|
|
||||||
|
|
|
@ -20,12 +20,10 @@ Payload Length Object Filter for Extended ACL
|
||||||
[Tags] ACL eACL
|
[Tags] ACL eACL
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
Check eACL Filters with MatchType String Equal $Object:payloadLength
|
Check eACL Filters with MatchType String Equal $Object:payloadLength
|
||||||
Check $Object:payloadLength Filter with MatchType String Not Equal $Object:payloadLength
|
Check $Object:payloadLength Filter with MatchType String Not Equal $Object:payloadLength
|
||||||
|
|
||||||
[Teardown] Teardown payload_length_filter
|
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,7 @@ Version Object Filter for Extended ACL
|
||||||
[Tags] ACL eACL NeoFS NeoCLI
|
[Tags] ACL eACL NeoFS NeoCLI
|
||||||
[Timeout] 20 min
|
[Timeout] 20 min
|
||||||
|
|
||||||
[Setup] Setup
|
|
||||||
|
|
||||||
Log Check eACL version Filter with MatchType String Equal
|
Log Check eACL version Filter with MatchType String Equal
|
||||||
Check eACL Filters with MatchType String Equal $Object:version
|
Check eACL Filters with MatchType String Equal $Object:version
|
||||||
|
|
||||||
[Teardown] Teardown version_filter
|
|
||||||
|
|
Loading…
Reference in a new issue