[#271] removed Setup and Teardown from CLI, Container, Network, Payment suites

Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
anastasia prasolova 2022-08-02 14:40:05 +03:00 committed by Anastasia Prasolova
parent 9aa16ffc5b
commit a0df145134
15 changed files with 0 additions and 30 deletions

View file

@ -16,12 +16,10 @@ Basic ACL Operations for Private Container
[Tags] ACL [Tags] ACL
[Timeout] 10 min [Timeout] 10 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_storagegroup
*** Keywords *** *** Keywords ***

View file

@ -16,7 +16,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
@ -29,7 +28,6 @@ Basic ACL Operations for Public Container
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE} ${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
Check Public Container Complex ${WALLET} ${FILE_S} ${PUBLIC_CID} ${WALLET_OTH} Check Public Container Complex ${WALLET} ${FILE_S} ${PUBLIC_CID} ${WALLET_OTH}
[Teardown] Teardown acl_basic_public_container_storagegroup
*** Keywords *** *** Keywords ***

View file

@ -16,12 +16,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_storagegroup
*** Keywords *** *** Keywords ***

View file

@ -20,7 +20,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
@ -30,7 +29,6 @@ BearerToken Operations
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE} ${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
Check eACL Deny and Allow All Bearer Complex ${WALLET} ${FILE_S} Check eACL Deny and Allow All Bearer Complex ${WALLET} ${FILE_S}
[Teardown] Teardown acl_bearer_allow_storagegroup

View file

@ -17,7 +17,6 @@ CLI Accounting Balance Test
[Documentation] neofs-cli accounting balance test [Documentation] neofs-cli accounting balance test
[Timeout] 10 min [Timeout] 10 min
[Setup] Setup
${WALLET} ${ADDR} ${_} = Prepare Wallet And Deposit ${DEPOSIT_AMOUNT} ${WALLET} ${ADDR} ${_} = Prepare Wallet And Deposit ${DEPOSIT_AMOUNT}
@ -44,7 +43,6 @@ CLI Accounting Balance Test
... shell=True ... shell=True
Should Be Equal As Numbers ${OUTPUT.stdout} ${DEPOSIT_AMOUNT} Should Be Equal As Numbers ${OUTPUT.stdout} ${DEPOSIT_AMOUNT}
[Teardown] Teardown cli_accounting_balance
*** Keywords *** *** Keywords ***

View file

@ -20,7 +20,6 @@ NetworkInfo RPC Method
[Tags] RPC NetworkInfo [Tags] RPC NetworkInfo
[Timeout] 10 min [Timeout] 10 min
[Setup] Setup
###################################################################### ######################################################################
# Checking if the command returns equal results for two storage nodes # Checking if the command returns equal results for two storage nodes
@ -75,7 +74,6 @@ NetworkInfo RPC Method
Should Be Equal ${EPOCH2_S01} ${NEW_EPOCH} Should Be Equal ${EPOCH2_S01} ${NEW_EPOCH}
[Teardown] Teardown network_rpc_method
*** Keywords *** *** Keywords ***

View file

@ -21,7 +21,6 @@ Duplicated Container Attributes
[Tags] Container [Tags] Container
[Timeout] 5 min [Timeout] 5 min
[Setup] Setup
${WALLET} ${_} ${_} = Prepare Wallet And Deposit ${WALLET} ${_} ${_} = Prepare Wallet And Deposit
@ -58,4 +57,3 @@ Duplicated Container Attributes
... ${ATTR_SINGLE} ... ${ATTR_SINGLE}
... msg="No expected container attributes found" ... msg="No expected container attributes found"
[Teardown] Teardown container_attributes

View file

@ -20,7 +20,6 @@ Delete Containers
[Tags] Container [Tags] Container
[Timeout] 3 min [Timeout] 3 min
[Setup] Setup
${WALLET} ${WALLET}
... ${_} ... ${_}
@ -55,4 +54,3 @@ Delete Containers
################################################################################### ###################################################################################
Delete Container ${WALLET} ${CID} Delete Container ${WALLET} ${CID}
[Teardown] Teardown container_delete

View file

@ -14,7 +14,6 @@ Session Token for Container
[Tags] Container SessionToken [Tags] Container SessionToken
[Timeout] 5 min [Timeout] 5 min
[Setup] Setup
${OWNER_WALLET} ${OWNER} ${_} = Prepare Wallet And Deposit ${OWNER_WALLET} ${OWNER} ${_} = Prepare Wallet And Deposit
${SESSION_WALLET} ${_} ${_} = Prepare Wallet And Deposit ${SESSION_WALLET} ${_} ${_} = Prepare Wallet And Deposit
@ -32,4 +31,3 @@ Session Token for Container
&{ATTRS} = Get Container ${SESSION_WALLET} ${CID} &{ATTRS} = Get Container ${SESSION_WALLET} ${CID}
Should Be Equal As Strings ${OWNER} ${ATTRS}[ownerID] Should Be Equal As Strings ${OWNER} ${ATTRS}[ownerID]
[Teardown] Teardown container_session_token

View file

@ -15,7 +15,6 @@ Control Operations with storage nodes
[Documentation] Testcase to check NetworkInfo control command. [Documentation] Testcase to check NetworkInfo control command.
[Timeout] 5 min [Timeout] 5 min
[Setup] Setup
${NODE_NUM} ${NODE} ${STORAGE_WALLET} = Get control endpoint and wallet ${NODE_NUM} ${NODE} ${STORAGE_WALLET} = Get control endpoint and wallet
${empty_list} = Create List ${empty_list} = Create List
@ -50,4 +49,3 @@ Control Operations with storage nodes
Should Be Equal As Integers ${HEALTHCHECK_ONLINE.rc} 0 Should Be Equal As Integers ${HEALTHCHECK_ONLINE.rc} 0
Should Be Equal ${HEALTHCHECK.stdout} ${HEALTHCHECK_ONLINE.stdout} Should Be Equal ${HEALTHCHECK.stdout} ${HEALTHCHECK_ONLINE.stdout}
[Teardown] Teardown netmap_control

View file

@ -17,7 +17,6 @@ Drop command in control group
[Documentation] Testcase to check drop-objects command from control group. [Documentation] Testcase to check drop-objects command from control group.
[Timeout] 10 min [Timeout] 10 min
[Setup] Setup
${_} ${NODE} ${STORAGE_WALLET}= Get control endpoint and wallet ${_} ${NODE} ${STORAGE_WALLET}= Get control endpoint and wallet
${LOCODE} = Get Locode ${LOCODE} = Get Locode
@ -76,4 +75,3 @@ Drop command in control group
... Head object ${WALLET} ${PRIV_CID} ${C_OID} options=--ttl 1 ... Head object ${WALLET} ${PRIV_CID} ${C_OID} options=--ttl 1
[Teardown] Teardown netmap_control_drop

View file

@ -15,7 +15,6 @@ NeoFS Simple Netmap
[Tags] Netmap [Tags] Netmap
[Timeout] 20 min [Timeout] 20 min
[Setup] Setup
${WALLET} ${_} ${_} = Prepare Wallet And Deposit ${WALLET} ${_} ${_} = Prepare Wallet And Deposit
@ -69,7 +68,6 @@ NeoFS Simple Netmap
... Validate Selected Nodes ${WALLET} REP 2 IN X CBF 2 SELECT 6 FROM * AS X 2 ... Validate Selected Nodes ${WALLET} REP 2 IN X CBF 2 SELECT 6 FROM * AS X 2
Should Contain ${ERR} code = 1024 message = netmap: not enough nodes to SELECT from Should Contain ${ERR} code = 1024 message = netmap: not enough nodes to SELECT from
[Teardown] Teardown netmap_simple
*** Keywords *** *** Keywords ***

View file

@ -23,14 +23,12 @@ NeoFS Object Replication
[Tags] Migration Replication [Tags] Migration Replication
[Timeout] 25 min [Timeout] 25 min
[Setup] Setup
Log Check replication mechanism Log Check replication mechanism
Check Replication Check Replication
Log Check Sticky Bit with SYSTEM Group via replication mechanism Log Check Sticky Bit with SYSTEM Group via replication mechanism
Check Replication ${STICKYBIT_PUB_ACL} Check Replication ${STICKYBIT_PUB_ACL}
[Teardown] Teardown replication
*** Keywords *** *** Keywords ***
Check Replication Check Replication

View file

@ -20,7 +20,6 @@ IR GAS emission threshold value
[Tags] GAS Sidechain [Tags] GAS Sidechain
[Timeout] 5 min [Timeout] 5 min
[Setup] Setup
${WALLET} ${ADDR} ${_} = Generate Wallet ${WALLET} ${ADDR} ${_} = Generate Wallet
@ -50,4 +49,3 @@ IR GAS emission threshold value
${BALANCE_UNCHANGED} = Get Sidechain Balance ${ADDR} ${BALANCE_UNCHANGED} = Get Sidechain Balance ${ADDR}
Should Be Equal ${BALANCE_UNCHANGED} ${BALANCE_CHANGED} Should Be Equal ${BALANCE_UNCHANGED} ${BALANCE_CHANGED}
[Teardown] Teardown emission_threshold

View file

@ -16,7 +16,6 @@ NeoFS Deposit and Withdraw
[Documentation] Testcase to validate NeoFS Withdraw operation. [Documentation] Testcase to validate NeoFS Withdraw operation.
[Timeout] 10 min [Timeout] 10 min
[Setup] Setup
${WALLET} ${ADDR} ${_} = Generate Wallet ${WALLET} ${ADDR} ${_} = Generate Wallet
@ -55,4 +54,3 @@ NeoFS Deposit and Withdraw
${MAINNET_BALANCE_DIFF} = Evaluate ${MAINNET_BALANCE_AFTER} - ${MAINNET_BALANCE} ${MAINNET_BALANCE_DIFF} = Evaluate ${MAINNET_BALANCE_AFTER} - ${MAINNET_BALANCE}
Should Be True ${MAINNET_BALANCE_DIFF} < ${WITHDRAW_AMOUNT} Should Be True ${MAINNET_BALANCE_DIFF} < ${WITHDRAW_AMOUNT}
[Teardown] Teardown withdraw