From 9aa16ffc5b40a05f9f913255b9965dc4e30becfb Mon Sep 17 00:00:00 2001 From: anastasia prasolova Date: Tue, 2 Aug 2022 13:43:42 +0300 Subject: [PATCH] [#271] removed Setup and Teardown from Object suite Signed-off-by: anastasia prasolova --- robot/testsuites/integration/object/object_attributes.robot | 2 -- robot/testsuites/integration/object/object_complex.robot | 2 -- robot/testsuites/integration/object/object_expiration.robot | 2 -- robot/testsuites/integration/object/object_simple.robot | 2 -- .../object/storage_group/sg_of_complex_objects.robot | 2 -- .../integration/object/storage_group/sg_of_simple_objects.robot | 2 -- 6 files changed, 12 deletions(-) diff --git a/robot/testsuites/integration/object/object_attributes.robot b/robot/testsuites/integration/object/object_attributes.robot index 78c29e1..6cb7749 100644 --- a/robot/testsuites/integration/object/object_attributes.robot +++ b/robot/testsuites/integration/object/object_attributes.robot @@ -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 *** diff --git a/robot/testsuites/integration/object/object_complex.robot b/robot/testsuites/integration/object/object_complex.robot index 24f0d49..b8e0d1d 100644 --- a/robot/testsuites/integration/object/object_complex.robot +++ b/robot/testsuites/integration/object/object_complex.robot @@ -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 *** diff --git a/robot/testsuites/integration/object/object_expiration.robot b/robot/testsuites/integration/object/object_expiration.robot index 0c0e5b8..c20c1d0 100644 --- a/robot/testsuites/integration/object/object_expiration.robot +++ b/robot/testsuites/integration/object/object_expiration.robot @@ -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 diff --git a/robot/testsuites/integration/object/object_simple.robot b/robot/testsuites/integration/object/object_simple.robot index 9e6e91c..45d9489 100644 --- a/robot/testsuites/integration/object/object_simple.robot +++ b/robot/testsuites/integration/object/object_simple.robot @@ -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 diff --git a/robot/testsuites/integration/object/storage_group/sg_of_complex_objects.robot b/robot/testsuites/integration/object/storage_group/sg_of_complex_objects.robot index 9728ab1..d74b246 100644 --- a/robot/testsuites/integration/object/storage_group/sg_of_complex_objects.robot +++ b/robot/testsuites/integration/object/storage_group/sg_of_complex_objects.robot @@ -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 diff --git a/robot/testsuites/integration/object/storage_group/sg_of_simple_objects.robot b/robot/testsuites/integration/object/storage_group/sg_of_simple_objects.robot index ca33708..1a389ce 100644 --- a/robot/testsuites/integration/object/storage_group/sg_of_simple_objects.robot +++ b/robot/testsuites/integration/object/storage_group/sg_of_simple_objects.robot @@ -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