forked from TrueCloudLab/frostfs-testcases
[#271] removed Setup and Teardown from Object suite
Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
parent
e7409a65a5
commit
9aa16ffc5b
6 changed files with 0 additions and 12 deletions
|
@ -20,12 +20,10 @@ ${ATTR_DUPLICATE} = FileType=jpg,FileType=png
|
|||
|
||||
Object Attrubutes
|
||||
[Timeout] 10 min
|
||||
[Setup] Setup
|
||||
|
||||
Check Various Object Attributes Simple
|
||||
Check Various Object Attributes Complex
|
||||
|
||||
[Teardown] Teardown object_attributes
|
||||
|
||||
|
||||
*** Keywords ***
|
||||
|
|
|
@ -21,7 +21,6 @@ NeoFS Complex Object Operations
|
|||
[Tags] Object
|
||||
[Timeout] 20 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||
${CID} = Create container ${WALLET}
|
||||
|
@ -44,7 +43,6 @@ NeoFS Complex Object Operations
|
|||
Delete Object And Validate Tombstone
|
||||
... ${WALLET} ${CID} ${OID}
|
||||
|
||||
[Teardown] Teardown object_complex
|
||||
|
||||
|
||||
*** Keywords ***
|
||||
|
|
|
@ -18,7 +18,6 @@ NeoFS Simple Object Operations
|
|||
[Tags] Object NeoFS NeoCLI
|
||||
[Timeout] 20 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||
${CID} = Create container ${WALLET}
|
||||
|
@ -65,4 +64,3 @@ NeoFS Simple Object Operations
|
|||
# Check that correct object with expiration in the distant future is existed
|
||||
Get object ${WALLET} ${CID} ${OID_PST} ${EMPTY} file_read_pst
|
||||
|
||||
[Teardown] Teardown object_expiration
|
||||
|
|
|
@ -15,7 +15,6 @@ NeoFS Simple Object Operations
|
|||
[Tags] Object
|
||||
[Timeout] 10 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||
${CID} = Create container ${WALLET}
|
||||
|
@ -31,4 +30,3 @@ NeoFS Simple Object Operations
|
|||
... ${WALLET} ${CID} ${OID}
|
||||
|
||||
|
||||
[Teardown] Teardown object_simple
|
||||
|
|
|
@ -20,7 +20,6 @@ NeoFS Complex Storagegroup
|
|||
[Tags] Object
|
||||
[Timeout] 20 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||
${CID} = Create container ${WALLET}
|
||||
|
@ -44,4 +43,3 @@ NeoFS Complex Storagegroup
|
|||
Run Keyword And Expect Error *
|
||||
... Delete Storagegroup ${WALLET} ${CID} ${UNEXIST_OID}
|
||||
|
||||
[Teardown] Teardown object_storage_group_complex
|
||||
|
|
|
@ -19,7 +19,6 @@ NeoFS Simple Storagegroup
|
|||
[Tags] Object
|
||||
[Timeout] 20 min
|
||||
|
||||
[Setup] Setup
|
||||
|
||||
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
|
||||
${CID} = Create container ${WALLET}
|
||||
|
@ -43,4 +42,3 @@ NeoFS Simple Storagegroup
|
|||
Run Keyword And Expect Error *
|
||||
... Delete Storagegroup ${WALLET} ${CID} ${UNEXIST_OID}
|
||||
|
||||
[Teardown] Teardown object_storage_group_simple
|
||||
|
|
Loading…
Reference in a new issue