[#271] removed Setup and Teardown from ACL suite

Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
anastasia prasolova 2022-08-02 12:53:50 +03:00 committed by Anastasia Prasolova
parent 1ce470d3b1
commit e7409a65a5
29 changed files with 0 additions and 58 deletions

View file

@ -18,13 +18,11 @@ Basic ACL Operations for Private Container
[Tags] ACL
[Timeout] 20 min
[Setup] Setup
Check Private Container Simple
Check Private Container Complex
[Teardown] Teardown acl_basic_private_container
*** Keywords ***

View file

@ -19,7 +19,6 @@ Basic ACL Operations for Public Container
[Tags] ACL
[Timeout] 20 min
[Setup] Setup
${WALLET} ${_} ${_} = 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}
Check Public Container ${WALLET} ${FILE_S} ${PUBLIC_CID} ${WALLET_OTH}
[Teardown] Teardown acl_basic_public_container
*** Keywords ***

View file

@ -18,12 +18,10 @@ Basic ACL Operations for Read-Only Container
[Tags] ACL
[Timeout] 20 min
[Setup] Setup
Check Read-Only Container Simple
Check Read-Only Container Complex
[Teardown] Teardown acl_basic_readonly_container
*** Keywords ***

View file

@ -21,7 +21,6 @@ BearerToken Operations
[Tags] ACL BearerToken
[Timeout] 20 min
[Setup] Setup
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
@ -34,7 +33,6 @@ BearerToken Operations
Check eACL Deny and Allow All Bearer ${WALLET} ${FILE_S}
[Teardown] Teardown acl_bearer_allow

View file

@ -22,7 +22,6 @@ BearerToken Operations for Сompound Operations
[Tags] ACL BearerToken
[Timeout] 20 min
[Setup] Setup
${WALLET} ${_} ${_} = 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}
Check Сompound Operations ${WALLET} ${WALLET_OTH} ${FILE_S}
[Teardown] Teardown acl_bearer_compound
*** Keywords ***

View file

@ -23,7 +23,6 @@ BearerToken Operations with Filter OID Equal
[Tags] ACL BearerToken
[Timeout] 20 min
[Setup] Setup
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
@ -36,7 +35,6 @@ BearerToken Operations with Filter OID Equal
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
Check eACL Deny and Allow All Bearer Filter OID Equal ${WALLET} ${FILE_S}
[Teardown] Teardown acl_bearer_filter_oid_equal

View file

@ -21,7 +21,6 @@ BearerToken Operations with Filter OID NotEqual
[Tags] ACL BearerToken
[Timeout] 20 min
[Setup] Setup
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
@ -33,7 +32,6 @@ BearerToken Operations with Filter OID NotEqual
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
Check eACL Deny and Allow All Bearer Filter OID NotEqual ${WALLET} ${FILE_S}
[Teardown] Teardown acl_bearer_filter_oid_not_equal

View file

@ -22,7 +22,6 @@ BearerToken Operations with Filter UserHeader Equal
[Tags] ACL BearerToken
[Timeout] 10 min
[Setup] Setup
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
@ -35,7 +34,6 @@ BearerToken Operations with Filter UserHeader Equal
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
Check eACL Deny and Allow All Bearer Filter UserHeader Equal ${WALLET} ${FILE_S}
[Teardown] Teardown acl_bearer_filter_userheader_equal
*** Keywords ***
Check eACL Deny and Allow All Bearer Filter UserHeader Equal

View file

@ -22,7 +22,6 @@ BearerToken Operations Filter UserHeader NotEqual
[Tags] ACL BearerToken
[Timeout] 20 min
[Setup] Setup
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
@ -34,7 +33,6 @@ BearerToken Operations Filter UserHeader NotEqual
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
Check eACL Deny and Allow All Bearer Filter UserHeader NotEqual ${WALLET} ${FILE_S}
[Teardown] Teardown acl_bearer_filter_userheader_not_equal
*** Keywords ***

View file

@ -17,7 +17,6 @@ BearerToken Operations for Inaccessible Container
[Tags] ACL BearerToken
[Timeout] 20 min
[Setup] Setup
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
@ -29,7 +28,6 @@ BearerToken Operations for Inaccessible Container
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
Check Container Inaccessible and Allow All Bearer ${WALLET} ${FILE_S}
[Teardown] Teardown acl_bearer_inaccessible
*** Keywords ***

View file

@ -22,7 +22,6 @@ BearerToken Operations
[Tags] ACL BearerToken
[Timeout] 20 min
[Setup] Setup
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
@ -34,7 +33,6 @@ BearerToken Operations
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
Check eACL Allow All Bearer Filter Requst Equal Deny ${WALLET} ${FILE_S}
[Teardown] Teardown acl_bearer_request_filter_xheader_deny

View file

@ -21,12 +21,10 @@ BearerToken Operations with Filter Requst Equal
[Tags] ACL BearerToken
[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 Complex
[Teardown] Teardown acl_bearer_request_filter_xheader_equal

View file

@ -22,7 +22,6 @@ BearerToken Operations with Filter Requst NotEqual
[Tags] ACL NeoFSCLI BearerToken
[Timeout] 20 min
[Setup] Setup
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
@ -34,7 +33,6 @@ BearerToken Operations with Filter Requst NotEqual
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
Check eACL Deny and Allow All Bearer Filter Requst NotEqual ${WALLET} ${FILE_S}
[Teardown] Teardown acl_bearer_request_filter_xheader_not_equal
*** Keywords ***

View file

@ -14,7 +14,6 @@ Extended ACL Operations
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Setup] Setup
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
${WALLET_OTH} ${_} ${_} = Prepare Wallet And Deposit
@ -27,7 +26,6 @@ Extended ACL Operations
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
Check eACL Deny and Allow All Other ${WALLET} ${WALLET_OTH}
[Teardown] Teardown acl_extended_actions_other
*** Keywords ***

View file

@ -24,7 +24,6 @@ Extended ACL Operations
[Tags] ACL eACL
[Timeout] 20 min
[Setup] Setup
${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}
[Teardown] Teardown acl_extended_actions_pubkey
*** Keywords ***

View file

@ -24,7 +24,6 @@ Extended ACL Operations
[Tags] ACL eACL
[Timeout] 20 min
[Setup] Setup
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
@ -36,7 +35,6 @@ Extended ACL Operations
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
Check eACL Deny and Allow All System ${WALLET} ${FILE_S}
[Teardown] Teardown acl_extended_actions_system
*** Keywords ***

View file

@ -14,7 +14,6 @@ Extended ACL Operations
[Tags] ACL eACL
[Timeout] 20 min
[Setup] Setup
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
@ -26,7 +25,6 @@ Extended ACL Operations
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
Check eACL Deny and Allow All User ${WALLET}
[Teardown] Teardown acl_extended_action_user
*** Keywords ***

View file

@ -23,7 +23,6 @@ Extended ACL Operations
[Tags] ACL eACL
[Timeout] 20 min
[Setup] Setup
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
${WALLET_OTH} ${_} ${_} = Prepare Wallet And Deposit
@ -36,7 +35,6 @@ Extended ACL Operations
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
Check Сompound Operations ${WALLET} ${WALLET_OTH} ${FILE_S}
[Teardown] Teardown acl_extended_compound
*** Keywords ***

View file

@ -25,7 +25,6 @@ eACL Deny Replication Operations
[Tags] ACL Replication
[Timeout] 20 min
[Setup] Setup
${_} ${NODE} ${STORAGE_WALLET} = Get control endpoint and wallet
@ -58,4 +57,3 @@ eACL Deny Replication Operations
Should Be Equal As Numbers ${EXPECTED_COPIES} ${COPIES}
... msg="Dropped object should be replicated in one epoch"
[Teardown] Teardown acl_deny_replication

View file

@ -24,12 +24,10 @@ Extended ACL Operations
[Tags] ACL eACL
[Timeout] 2 min
[Setup] Setup
Check Filters Simple
Check Filters Complex
[Teardown] Teardown acl_extended_filters
*** Keywords ***

View file

@ -8,9 +8,7 @@ Container ID Object Filter for Extended ACL
[Tags] ACL eACL
[Timeout] 20 min
[Setup] Setup
Log Check eACL containerID Filter with MatchType String Equal
Check eACL Filters with MatchType String Equal $Object:containerID
[Teardown] Teardown container_id_filter

View file

@ -20,12 +20,10 @@ Creation Epoch Object Filter for Extended ACL
[Tags] ACL eACL
[Timeout] 20 min
[Setup] Setup
Check eACL Filters with MatchType String Equal $Object:creationEpoch
Check $Object:creationEpoch Filter with MatchType String Not Equal $Object:creationEpoch
[Teardown] Teardown creation_epoch_filter
*** Keywords ***

View file

@ -8,9 +8,7 @@ Homomorphic Hash Object Filter for Extended ACL
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Setup] Setup
Log Check eACL homomorphicHash Filter with MatchType String Equal
Check eACL Filters with MatchType String Equal $Object:homomorphicHash
[Teardown] Teardown homomorphic_hash_filter

View file

@ -20,7 +20,6 @@ Object ID Object Filter for Extended ACL
[Tags] ACL eACL
[Timeout] 20 min
[Setup] Setup
Check eACL Filters with MatchType String 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
[Teardown] Teardown object_id
*** Keywords ***

View file

@ -8,9 +8,7 @@ Object Type Object Filter for Extended ACL
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Setup] Setup
Log Check eACL objectType Filter with MatchType String Equal
Check eACL Filters with MatchType String Equal $Object:objectType
[Teardown] Teardown object_type_filter

View file

@ -8,11 +8,9 @@ Owner ID Object Filter for Extended ACL
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Setup] Setup
Log Check eACL ownerID Filter with MatchType String Equal
Check eACL Filters with MatchType String Equal $Object:ownerID
Log Check eACL ownerID Filter with MatchType String Not Equal
Check eACL Filters with MatchType String Not Equal $Object:ownerID
[Teardown] Teardown owner_id_filter

View file

@ -8,9 +8,7 @@ Payload Hash Object Filter for Extended ACL
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Setup] Setup
Log Check eACL payloadHash Filter with MatchType String Equal
Check eACL Filters with MatchType String Equal $Object:payloadHash
[Teardown] Teardown payload_hash_filter

View file

@ -20,12 +20,10 @@ Payload Length Object Filter for Extended ACL
[Tags] ACL eACL
[Timeout] 20 min
[Setup] Setup
Check eACL Filters with MatchType String Equal $Object:payloadLength
Check $Object:payloadLength Filter with MatchType String Not Equal $Object:payloadLength
[Teardown] Teardown payload_length_filter
*** Keywords ***

View file

@ -8,9 +8,7 @@ Version Object Filter for Extended ACL
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Setup] Setup
Log Check eACL version Filter with MatchType String Equal
Check eACL Filters with MatchType String Equal $Object:version
[Teardown] Teardown version_filter