forked from TrueCloudLab/frostfs-testcases
[#271] removed Setup and Teardown from CLI, Container, Network, Payment suites
Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
parent
9aa16ffc5b
commit
a0df145134
15 changed files with 0 additions and 30 deletions
|
@ -16,12 +16,10 @@ Basic ACL Operations for Private Container
|
|||
[Tags] ACL
|
||||
[Timeout] 10 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
Check Private Container Simple
|
||||
Check Private Container Complex
|
||||
|
||||
[Teardown] Teardown acl_basic_private_container_storagegroup
|
||||
|
||||
|
||||
*** Keywords ***
|
||||
|
|
|
@ -16,7 +16,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
|
||||
|
@ -29,7 +28,6 @@ Basic ACL Operations for Public Container
|
|||
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
||||
Check Public Container Complex ${WALLET} ${FILE_S} ${PUBLIC_CID} ${WALLET_OTH}
|
||||
|
||||
[Teardown] Teardown acl_basic_public_container_storagegroup
|
||||
|
||||
|
||||
*** Keywords ***
|
||||
|
|
|
@ -16,12 +16,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_storagegroup
|
||||
|
||||
|
||||
*** Keywords ***
|
||||
|
|
|
@ -20,7 +20,6 @@ BearerToken Operations
|
|||
[Tags] ACL BearerToken
|
||||
[Timeout] 20 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||
|
||||
|
@ -30,7 +29,6 @@ BearerToken Operations
|
|||
${FILE_S} ${_} = Generate file ${COMPLEX_OBJ_SIZE}
|
||||
Check eACL Deny and Allow All Bearer Complex ${WALLET} ${FILE_S}
|
||||
|
||||
[Teardown] Teardown acl_bearer_allow_storagegroup
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@ CLI Accounting Balance Test
|
|||
[Documentation] neofs-cli accounting balance test
|
||||
[Timeout] 10 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
${WALLET} ${ADDR} ${_} = Prepare Wallet And Deposit ${DEPOSIT_AMOUNT}
|
||||
|
||||
|
@ -44,7 +43,6 @@ CLI Accounting Balance Test
|
|||
... shell=True
|
||||
Should Be Equal As Numbers ${OUTPUT.stdout} ${DEPOSIT_AMOUNT}
|
||||
|
||||
[Teardown] Teardown cli_accounting_balance
|
||||
|
||||
*** Keywords ***
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ NetworkInfo RPC Method
|
|||
[Tags] RPC NetworkInfo
|
||||
[Timeout] 10 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
######################################################################
|
||||
# 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}
|
||||
|
||||
|
||||
[Teardown] Teardown network_rpc_method
|
||||
|
||||
*** Keywords ***
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ Duplicated Container Attributes
|
|||
[Tags] Container
|
||||
[Timeout] 5 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||
|
||||
|
@ -58,4 +57,3 @@ Duplicated Container Attributes
|
|||
... ${ATTR_SINGLE}
|
||||
... msg="No expected container attributes found"
|
||||
|
||||
[Teardown] Teardown container_attributes
|
||||
|
|
|
@ -20,7 +20,6 @@ Delete Containers
|
|||
[Tags] Container
|
||||
[Timeout] 3 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
${WALLET}
|
||||
... ${_}
|
||||
|
@ -55,4 +54,3 @@ Delete Containers
|
|||
###################################################################################
|
||||
Delete Container ${WALLET} ${CID}
|
||||
|
||||
[Teardown] Teardown container_delete
|
||||
|
|
|
@ -14,7 +14,6 @@ Session Token for Container
|
|||
[Tags] Container SessionToken
|
||||
[Timeout] 5 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
${OWNER_WALLET} ${OWNER} ${_} = Prepare Wallet And Deposit
|
||||
${SESSION_WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||
|
@ -32,4 +31,3 @@ Session Token for Container
|
|||
&{ATTRS} = Get Container ${SESSION_WALLET} ${CID}
|
||||
Should Be Equal As Strings ${OWNER} ${ATTRS}[ownerID]
|
||||
|
||||
[Teardown] Teardown container_session_token
|
||||
|
|
|
@ -15,7 +15,6 @@ Control Operations with storage nodes
|
|||
[Documentation] Testcase to check NetworkInfo control command.
|
||||
[Timeout] 5 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
${NODE_NUM} ${NODE} ${STORAGE_WALLET} = Get control endpoint and wallet
|
||||
${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 ${HEALTHCHECK.stdout} ${HEALTHCHECK_ONLINE.stdout}
|
||||
|
||||
[Teardown] Teardown netmap_control
|
||||
|
|
|
@ -17,7 +17,6 @@ Drop command in control group
|
|||
[Documentation] Testcase to check drop-objects command from control group.
|
||||
[Timeout] 10 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
${_} ${NODE} ${STORAGE_WALLET}= Get control endpoint and wallet
|
||||
${LOCODE} = Get Locode
|
||||
|
@ -76,4 +75,3 @@ Drop command in control group
|
|||
... Head object ${WALLET} ${PRIV_CID} ${C_OID} options=--ttl 1
|
||||
|
||||
|
||||
[Teardown] Teardown netmap_control_drop
|
||||
|
|
|
@ -15,7 +15,6 @@ NeoFS Simple Netmap
|
|||
[Tags] Netmap
|
||||
[Timeout] 20 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
${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
|
||||
Should Contain ${ERR} code = 1024 message = netmap: not enough nodes to SELECT from
|
||||
|
||||
[Teardown] Teardown netmap_simple
|
||||
|
||||
*** Keywords ***
|
||||
|
||||
|
|
|
@ -23,14 +23,12 @@ NeoFS Object Replication
|
|||
[Tags] Migration Replication
|
||||
[Timeout] 25 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
Log Check replication mechanism
|
||||
Check Replication
|
||||
Log Check Sticky Bit with SYSTEM Group via replication mechanism
|
||||
Check Replication ${STICKYBIT_PUB_ACL}
|
||||
|
||||
[Teardown] Teardown replication
|
||||
|
||||
*** Keywords ***
|
||||
Check Replication
|
||||
|
|
|
@ -20,7 +20,6 @@ IR GAS emission threshold value
|
|||
[Tags] GAS Sidechain
|
||||
[Timeout] 5 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
${WALLET} ${ADDR} ${_} = Generate Wallet
|
||||
|
||||
|
@ -50,4 +49,3 @@ IR GAS emission threshold value
|
|||
${BALANCE_UNCHANGED} = Get Sidechain Balance ${ADDR}
|
||||
Should Be Equal ${BALANCE_UNCHANGED} ${BALANCE_CHANGED}
|
||||
|
||||
[Teardown] Teardown emission_threshold
|
||||
|
|
|
@ -16,7 +16,6 @@ NeoFS Deposit and Withdraw
|
|||
[Documentation] Testcase to validate NeoFS Withdraw operation.
|
||||
[Timeout] 10 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
${WALLET} ${ADDR} ${_} = Generate Wallet
|
||||
|
||||
|
@ -55,4 +54,3 @@ NeoFS Deposit and Withdraw
|
|||
${MAINNET_BALANCE_DIFF} = Evaluate ${MAINNET_BALANCE_AFTER} - ${MAINNET_BALANCE}
|
||||
Should Be True ${MAINNET_BALANCE_DIFF} < ${WITHDRAW_AMOUNT}
|
||||
|
||||
[Teardown] Teardown withdraw
|
||||
|
|
Loading…
Reference in a new issue