From bebbc421871bb68983ff45687dbdcc1a02353063 Mon Sep 17 00:00:00 2001 From: anastasia prasolova Date: Tue, 2 Aug 2022 14:58:37 +0300 Subject: [PATCH] [#271] removed `setup_teardown.robot` imports from testcases Signed-off-by: anastasia prasolova --- .../testsuites/integration/acl/acl_basic_private_container.robot | 1 - .../testsuites/integration/acl/acl_basic_public_container.robot | 1 - .../integration/acl/acl_basic_readonly_container.robot | 1 - robot/testsuites/integration/acl/acl_bearer_allow.robot | 1 - robot/testsuites/integration/acl/acl_bearer_compound.robot | 1 - .../testsuites/integration/acl/acl_bearer_filter_oid_equal.robot | 1 - .../integration/acl/acl_bearer_filter_oid_not_equal.robot | 1 - .../integration/acl/acl_bearer_filter_userheader_equal.robot | 1 - .../integration/acl/acl_bearer_filter_userheader_not_equal.robot | 1 - robot/testsuites/integration/acl/acl_bearer_inaccessible.robot | 1 - .../integration/acl/acl_bearer_request_filter_xheader_deny.robot | 1 - .../acl/acl_bearer_request_filter_xheader_equal.robot | 1 - .../acl/acl_bearer_request_filter_xheader_not_equal.robot | 1 - .../testsuites/integration/acl/acl_extended_actions_other.robot | 1 - .../testsuites/integration/acl/acl_extended_actions_pubkey.robot | 1 - .../testsuites/integration/acl/acl_extended_actions_system.robot | 1 - robot/testsuites/integration/acl/acl_extended_actions_user.robot | 1 - robot/testsuites/integration/acl/acl_extended_compound.robot | 1 - .../integration/acl/acl_extended_deny_replication.robot | 1 - robot/testsuites/integration/acl/acl_extended_filters.robot | 1 - .../integration/acl/object_attributes/container_id_filter.robot | 1 - .../acl/object_attributes/creation_epoch_filter.robot | 1 - .../acl/object_attributes/homomorphic_hash_filter.robot | 1 - .../integration/acl/object_attributes/object_id_filter.robot | 1 - .../integration/acl/object_attributes/object_type_filter.robot | 1 - .../integration/acl/object_attributes/owner_id_filter.robot | 1 - .../integration/acl/object_attributes/payload_hash_filter.robot | 1 - .../acl/object_attributes/payload_length_filter.robot | 1 - .../integration/acl/object_attributes/version_filter.robot | 1 - .../acl/storage_group/basic_private_container_sg.robot | 1 - .../acl/storage_group/basic_public_container_sg.robot | 1 - .../acl/storage_group/basic_readonly_container_sg.robot | 1 - .../integration/acl/storage_group/bearer_allow_sg.robot | 1 - robot/testsuites/integration/cli/accounting/balance.robot | 1 - .../integration/cli/netmap/networkinfo_rpc_method.robot | 1 - .../testsuites/integration/container/container_attributes.robot | 1 - robot/testsuites/integration/container/container_delete.robot | 1 - .../integration/container/container_session_token.robot | 1 - robot/testsuites/integration/network/netmap_control.robot | 1 - robot/testsuites/integration/network/netmap_control_drop.robot | 1 - robot/testsuites/integration/network/netmap_simple.robot | 1 - robot/testsuites/integration/network/replication.robot | 1 - robot/testsuites/integration/object/object_attributes.robot | 1 - robot/testsuites/integration/object/object_complex.robot | 1 - robot/testsuites/integration/object/object_expiration.robot | 1 - robot/testsuites/integration/object/object_simple.robot | 1 - .../integration/object/storage_group/sg_of_complex_objects.robot | 1 - .../integration/object/storage_group/sg_of_simple_objects.robot | 1 - robot/testsuites/integration/payment/emission_threshold.robot | 1 - robot/testsuites/integration/payment/withdraw.robot | 1 - 50 files changed, 50 deletions(-) diff --git a/robot/testsuites/integration/acl/acl_basic_private_container.robot b/robot/testsuites/integration/acl/acl_basic_private_container.robot index 4be4ff8..289ac02 100644 --- a/robot/testsuites/integration/acl/acl_basic_private_container.robot +++ b/robot/testsuites/integration/acl/acl_basic_private_container.robot @@ -6,7 +6,6 @@ Library neofs_verbs.py Library utility_keywords.py Resource payment_operations.robot -Resource setup_teardown.robot *** Variables *** ${DEPOSIT} = ${30} diff --git a/robot/testsuites/integration/acl/acl_basic_public_container.robot b/robot/testsuites/integration/acl/acl_basic_public_container.robot index ebeea08..e916c1a 100644 --- a/robot/testsuites/integration/acl/acl_basic_public_container.robot +++ b/robot/testsuites/integration/acl/acl_basic_public_container.robot @@ -6,7 +6,6 @@ Library neofs_verbs.py Library utility_keywords.py Resource payment_operations.robot -Resource setup_teardown.robot *** Variables *** ${DEPOSIT} = ${30} diff --git a/robot/testsuites/integration/acl/acl_basic_readonly_container.robot b/robot/testsuites/integration/acl/acl_basic_readonly_container.robot index ac50874..33ded7f 100644 --- a/robot/testsuites/integration/acl/acl_basic_readonly_container.robot +++ b/robot/testsuites/integration/acl/acl_basic_readonly_container.robot @@ -6,7 +6,6 @@ Library neofs_verbs.py Library utility_keywords.py Resource payment_operations.robot -Resource setup_teardown.robot *** Variables *** ${DEPOSIT} = ${30} diff --git a/robot/testsuites/integration/acl/acl_bearer_allow.robot b/robot/testsuites/integration/acl/acl_bearer_allow.robot index 464c7a8..22ba53a 100644 --- a/robot/testsuites/integration/acl/acl_bearer_allow.robot +++ b/robot/testsuites/integration/acl/acl_bearer_allow.robot @@ -8,7 +8,6 @@ Library utility_keywords.py Resource eacl_tables.robot Resource payment_operations.robot -Resource setup_teardown.robot *** Variables *** &{USER_HEADER} = key1=1 key2=abc diff --git a/robot/testsuites/integration/acl/acl_bearer_compound.robot b/robot/testsuites/integration/acl/acl_bearer_compound.robot index b3c81d4..c8918c3 100644 --- a/robot/testsuites/integration/acl/acl_bearer_compound.robot +++ b/robot/testsuites/integration/acl/acl_bearer_compound.robot @@ -9,7 +9,6 @@ Library utility_keywords.py Resource eacl_tables.robot Resource common_steps_acl_bearer.robot Resource payment_operations.robot -Resource setup_teardown.robot *** Variables *** ${DEPOSIT} = ${30} diff --git a/robot/testsuites/integration/acl/acl_bearer_filter_oid_equal.robot b/robot/testsuites/integration/acl/acl_bearer_filter_oid_equal.robot index b94f7f8..f97bbac 100644 --- a/robot/testsuites/integration/acl/acl_bearer_filter_oid_equal.robot +++ b/robot/testsuites/integration/acl/acl_bearer_filter_oid_equal.robot @@ -10,7 +10,6 @@ Library utility_keywords.py Resource eacl_tables.robot Resource common_steps_acl_bearer.robot Resource payment_operations.robot -Resource setup_teardown.robot *** Variables *** &{USER_HEADER} = key1=1 key2=abc diff --git a/robot/testsuites/integration/acl/acl_bearer_filter_oid_not_equal.robot b/robot/testsuites/integration/acl/acl_bearer_filter_oid_not_equal.robot index f5ff40b..a9ca8f5 100644 --- a/robot/testsuites/integration/acl/acl_bearer_filter_oid_not_equal.robot +++ b/robot/testsuites/integration/acl/acl_bearer_filter_oid_not_equal.robot @@ -9,7 +9,6 @@ Library utility_keywords.py Resource eacl_tables.robot Resource common_steps_acl_bearer.robot Resource payment_operations.robot -Resource setup_teardown.robot *** Variables *** diff --git a/robot/testsuites/integration/acl/acl_bearer_filter_userheader_equal.robot b/robot/testsuites/integration/acl/acl_bearer_filter_userheader_equal.robot index 1026161..9a1ce93 100644 --- a/robot/testsuites/integration/acl/acl_bearer_filter_userheader_equal.robot +++ b/robot/testsuites/integration/acl/acl_bearer_filter_userheader_equal.robot @@ -9,7 +9,6 @@ Library utility_keywords.py Resource eacl_tables.robot Resource common_steps_acl_bearer.robot Resource payment_operations.robot -Resource setup_teardown.robot *** Variables *** &{USER_HEADER} = key1=1 key2=abc diff --git a/robot/testsuites/integration/acl/acl_bearer_filter_userheader_not_equal.robot b/robot/testsuites/integration/acl/acl_bearer_filter_userheader_not_equal.robot index 29553f3..d131448 100644 --- a/robot/testsuites/integration/acl/acl_bearer_filter_userheader_not_equal.robot +++ b/robot/testsuites/integration/acl/acl_bearer_filter_userheader_not_equal.robot @@ -9,7 +9,6 @@ Library utility_keywords.py Resource common_steps_acl_bearer.robot Resource eacl_tables.robot Resource payment_operations.robot -Resource setup_teardown.robot *** Variables *** &{USER_HEADER} = key1=1 key2=abc diff --git a/robot/testsuites/integration/acl/acl_bearer_inaccessible.robot b/robot/testsuites/integration/acl/acl_bearer_inaccessible.robot index 8e4639c..637d426 100644 --- a/robot/testsuites/integration/acl/acl_bearer_inaccessible.robot +++ b/robot/testsuites/integration/acl/acl_bearer_inaccessible.robot @@ -9,7 +9,6 @@ Library utility_keywords.py Resource eacl_tables.robot Resource common_steps_acl_bearer.robot Resource payment_operations.robot -Resource setup_teardown.robot *** Test cases *** BearerToken Operations for Inaccessible Container diff --git a/robot/testsuites/integration/acl/acl_bearer_request_filter_xheader_deny.robot b/robot/testsuites/integration/acl/acl_bearer_request_filter_xheader_deny.robot index cc00afa..23d5463 100644 --- a/robot/testsuites/integration/acl/acl_bearer_request_filter_xheader_deny.robot +++ b/robot/testsuites/integration/acl/acl_bearer_request_filter_xheader_deny.robot @@ -9,7 +9,6 @@ Library utility_keywords.py Resource eacl_tables.robot Resource common_steps_acl_bearer.robot Resource payment_operations.robot -Resource setup_teardown.robot *** Variables *** &{USER_HEADER} = key1=1 key2=abc diff --git a/robot/testsuites/integration/acl/acl_bearer_request_filter_xheader_equal.robot b/robot/testsuites/integration/acl/acl_bearer_request_filter_xheader_equal.robot index 4353c7a..577211a 100644 --- a/robot/testsuites/integration/acl/acl_bearer_request_filter_xheader_equal.robot +++ b/robot/testsuites/integration/acl/acl_bearer_request_filter_xheader_equal.robot @@ -9,7 +9,6 @@ Library utility_keywords.py Resource eacl_tables.robot Resource common_steps_acl_bearer.robot Resource payment_operations.robot -Resource setup_teardown.robot Resource verbs.robot *** Variables *** diff --git a/robot/testsuites/integration/acl/acl_bearer_request_filter_xheader_not_equal.robot b/robot/testsuites/integration/acl/acl_bearer_request_filter_xheader_not_equal.robot index 644f196..306beef 100644 --- a/robot/testsuites/integration/acl/acl_bearer_request_filter_xheader_not_equal.robot +++ b/robot/testsuites/integration/acl/acl_bearer_request_filter_xheader_not_equal.robot @@ -9,7 +9,6 @@ Library utility_keywords.py Resource eacl_tables.robot Resource common_steps_acl_bearer.robot Resource payment_operations.robot -Resource setup_teardown.robot *** Variables *** &{USER_HEADER} = key1=1 key2=abc diff --git a/robot/testsuites/integration/acl/acl_extended_actions_other.robot b/robot/testsuites/integration/acl/acl_extended_actions_other.robot index bde671b..141c91f 100644 --- a/robot/testsuites/integration/acl/acl_extended_actions_other.robot +++ b/robot/testsuites/integration/acl/acl_extended_actions_other.robot @@ -5,7 +5,6 @@ Library utility_keywords.py Resource common_steps_acl_extended.robot Resource payment_operations.robot -Resource setup_teardown.robot Resource eacl_tables.robot *** Test cases *** diff --git a/robot/testsuites/integration/acl/acl_extended_actions_pubkey.robot b/robot/testsuites/integration/acl/acl_extended_actions_pubkey.robot index f56a4c2..0e671e0 100644 --- a/robot/testsuites/integration/acl/acl_extended_actions_pubkey.robot +++ b/robot/testsuites/integration/acl/acl_extended_actions_pubkey.robot @@ -9,7 +9,6 @@ Library Collections Resource common_steps_acl_extended.robot Resource payment_operations.robot -Resource setup_teardown.robot Resource eacl_tables.robot *** Variables *** diff --git a/robot/testsuites/integration/acl/acl_extended_actions_system.robot b/robot/testsuites/integration/acl/acl_extended_actions_system.robot index c0b2349..9d7a982 100644 --- a/robot/testsuites/integration/acl/acl_extended_actions_system.robot +++ b/robot/testsuites/integration/acl/acl_extended_actions_system.robot @@ -8,7 +8,6 @@ Library utility_keywords.py Resource common_steps_acl_extended.robot Resource payment_operations.robot -Resource setup_teardown.robot Resource eacl_tables.robot *** Variables *** diff --git a/robot/testsuites/integration/acl/acl_extended_actions_user.robot b/robot/testsuites/integration/acl/acl_extended_actions_user.robot index ba94a38..5bc7db7 100644 --- a/robot/testsuites/integration/acl/acl_extended_actions_user.robot +++ b/robot/testsuites/integration/acl/acl_extended_actions_user.robot @@ -5,7 +5,6 @@ Library utility_keywords.py Resource common_steps_acl_extended.robot Resource payment_operations.robot -Resource setup_teardown.robot Resource eacl_tables.robot *** Test cases *** diff --git a/robot/testsuites/integration/acl/acl_extended_compound.robot b/robot/testsuites/integration/acl/acl_extended_compound.robot index 6f38796..44428b6 100644 --- a/robot/testsuites/integration/acl/acl_extended_compound.robot +++ b/robot/testsuites/integration/acl/acl_extended_compound.robot @@ -8,7 +8,6 @@ Library utility_keywords.py Resource common_steps_acl_extended.robot Resource payment_operations.robot -Resource setup_teardown.robot Resource eacl_tables.robot *** Variables *** diff --git a/robot/testsuites/integration/acl/acl_extended_deny_replication.robot b/robot/testsuites/integration/acl/acl_extended_deny_replication.robot index 9aca183..f1fae16 100644 --- a/robot/testsuites/integration/acl/acl_extended_deny_replication.robot +++ b/robot/testsuites/integration/acl/acl_extended_deny_replication.robot @@ -12,7 +12,6 @@ Library utility_keywords.py Resource eacl_tables.robot Resource common_steps_acl_bearer.robot Resource payment_operations.robot -Resource setup_teardown.robot Resource storage.robot *** Variables *** diff --git a/robot/testsuites/integration/acl/acl_extended_filters.robot b/robot/testsuites/integration/acl/acl_extended_filters.robot index 9ceca8d..d4be400 100644 --- a/robot/testsuites/integration/acl/acl_extended_filters.robot +++ b/robot/testsuites/integration/acl/acl_extended_filters.robot @@ -8,7 +8,6 @@ Library Collections Resource common_steps_acl_extended.robot Resource payment_operations.robot -Resource setup_teardown.robot Resource eacl_tables.robot *** Variables *** diff --git a/robot/testsuites/integration/acl/object_attributes/container_id_filter.robot b/robot/testsuites/integration/acl/object_attributes/container_id_filter.robot index 2fe97f8..fa0d46b 100644 --- a/robot/testsuites/integration/acl/object_attributes/container_id_filter.robot +++ b/robot/testsuites/integration/acl/object_attributes/container_id_filter.robot @@ -1,6 +1,5 @@ *** Settings *** Resource common_steps_acl_extended.robot -Resource setup_teardown.robot *** Test cases *** Container ID Object Filter for Extended ACL diff --git a/robot/testsuites/integration/acl/object_attributes/creation_epoch_filter.robot b/robot/testsuites/integration/acl/object_attributes/creation_epoch_filter.robot index 6f3ad41..ded2366 100644 --- a/robot/testsuites/integration/acl/object_attributes/creation_epoch_filter.robot +++ b/robot/testsuites/integration/acl/object_attributes/creation_epoch_filter.robot @@ -8,7 +8,6 @@ Library utility_keywords.py Resource common_steps_acl_extended.robot Resource payment_operations.robot -Resource setup_teardown.robot *** Variables *** ${OBJECT_PATH} = testfile diff --git a/robot/testsuites/integration/acl/object_attributes/homomorphic_hash_filter.robot b/robot/testsuites/integration/acl/object_attributes/homomorphic_hash_filter.robot index 8bb0828..e96bdbd 100644 --- a/robot/testsuites/integration/acl/object_attributes/homomorphic_hash_filter.robot +++ b/robot/testsuites/integration/acl/object_attributes/homomorphic_hash_filter.robot @@ -1,6 +1,5 @@ *** Settings *** Resource common_steps_acl_extended.robot -Resource setup_teardown.robot *** Test cases *** Homomorphic Hash Object Filter for Extended ACL diff --git a/robot/testsuites/integration/acl/object_attributes/object_id_filter.robot b/robot/testsuites/integration/acl/object_attributes/object_id_filter.robot index c8f12ba..3f53a25 100644 --- a/robot/testsuites/integration/acl/object_attributes/object_id_filter.robot +++ b/robot/testsuites/integration/acl/object_attributes/object_id_filter.robot @@ -8,7 +8,6 @@ Library utility_keywords.py Resource common_steps_acl_extended.robot Resource payment_operations.robot -Resource setup_teardown.robot *** Variables *** ${OBJECT_PATH} = testfile diff --git a/robot/testsuites/integration/acl/object_attributes/object_type_filter.robot b/robot/testsuites/integration/acl/object_attributes/object_type_filter.robot index bc0446c..e6c30d7 100644 --- a/robot/testsuites/integration/acl/object_attributes/object_type_filter.robot +++ b/robot/testsuites/integration/acl/object_attributes/object_type_filter.robot @@ -1,6 +1,5 @@ *** Settings *** Resource common_steps_acl_extended.robot -Resource setup_teardown.robot *** Test cases *** Object Type Object Filter for Extended ACL diff --git a/robot/testsuites/integration/acl/object_attributes/owner_id_filter.robot b/robot/testsuites/integration/acl/object_attributes/owner_id_filter.robot index 814dcaa..7275248 100644 --- a/robot/testsuites/integration/acl/object_attributes/owner_id_filter.robot +++ b/robot/testsuites/integration/acl/object_attributes/owner_id_filter.robot @@ -1,6 +1,5 @@ *** Settings *** Resource common_steps_acl_extended.robot -Resource setup_teardown.robot *** Test cases *** Owner ID Object Filter for Extended ACL diff --git a/robot/testsuites/integration/acl/object_attributes/payload_hash_filter.robot b/robot/testsuites/integration/acl/object_attributes/payload_hash_filter.robot index b9e7659..02ec6bb 100644 --- a/robot/testsuites/integration/acl/object_attributes/payload_hash_filter.robot +++ b/robot/testsuites/integration/acl/object_attributes/payload_hash_filter.robot @@ -1,6 +1,5 @@ *** Settings *** Resource common_steps_acl_extended.robot -Resource setup_teardown.robot *** Test cases *** Payload Hash Object Filter for Extended ACL diff --git a/robot/testsuites/integration/acl/object_attributes/payload_length_filter.robot b/robot/testsuites/integration/acl/object_attributes/payload_length_filter.robot index 4fec0cd..65775ca 100644 --- a/robot/testsuites/integration/acl/object_attributes/payload_length_filter.robot +++ b/robot/testsuites/integration/acl/object_attributes/payload_length_filter.robot @@ -8,7 +8,6 @@ Library utility_keywords.py Resource common_steps_acl_extended.robot Resource payment_operations.robot -Resource setup_teardown.robot *** Variables *** ${OBJECT_PATH} = testfile diff --git a/robot/testsuites/integration/acl/object_attributes/version_filter.robot b/robot/testsuites/integration/acl/object_attributes/version_filter.robot index 3bd6479..e75a799 100644 --- a/robot/testsuites/integration/acl/object_attributes/version_filter.robot +++ b/robot/testsuites/integration/acl/object_attributes/version_filter.robot @@ -1,6 +1,5 @@ *** Settings *** Resource common_steps_acl_extended.robot -Resource setup_teardown.robot *** Test cases *** Version Object Filter for Extended ACL diff --git a/robot/testsuites/integration/acl/storage_group/basic_private_container_sg.robot b/robot/testsuites/integration/acl/storage_group/basic_private_container_sg.robot index a7f6cb7..d974d3c 100644 --- a/robot/testsuites/integration/acl/storage_group/basic_private_container_sg.robot +++ b/robot/testsuites/integration/acl/storage_group/basic_private_container_sg.robot @@ -6,7 +6,6 @@ Library neofs_verbs.py Library utility_keywords.py Resource payment_operations.robot -Resource setup_teardown.robot Resource storage_group.robot diff --git a/robot/testsuites/integration/acl/storage_group/basic_public_container_sg.robot b/robot/testsuites/integration/acl/storage_group/basic_public_container_sg.robot index af8adb4..1b8dfe0 100644 --- a/robot/testsuites/integration/acl/storage_group/basic_public_container_sg.robot +++ b/robot/testsuites/integration/acl/storage_group/basic_public_container_sg.robot @@ -6,7 +6,6 @@ Library neofs_verbs.py Library utility_keywords.py Resource payment_operations.robot -Resource setup_teardown.robot Resource storage_group.robot diff --git a/robot/testsuites/integration/acl/storage_group/basic_readonly_container_sg.robot b/robot/testsuites/integration/acl/storage_group/basic_readonly_container_sg.robot index f1352b3..788ce50 100644 --- a/robot/testsuites/integration/acl/storage_group/basic_readonly_container_sg.robot +++ b/robot/testsuites/integration/acl/storage_group/basic_readonly_container_sg.robot @@ -6,7 +6,6 @@ Library neofs_verbs.py Library utility_keywords.py Resource payment_operations.robot -Resource setup_teardown.robot Resource storage_group.robot diff --git a/robot/testsuites/integration/acl/storage_group/bearer_allow_sg.robot b/robot/testsuites/integration/acl/storage_group/bearer_allow_sg.robot index cc4254c..9cfd0eb 100644 --- a/robot/testsuites/integration/acl/storage_group/bearer_allow_sg.robot +++ b/robot/testsuites/integration/acl/storage_group/bearer_allow_sg.robot @@ -10,7 +10,6 @@ Library utility_keywords.py Resource common_steps_acl_bearer.robot Resource eacl_tables.robot Resource payment_operations.robot -Resource setup_teardown.robot Resource storage_group.robot diff --git a/robot/testsuites/integration/cli/accounting/balance.robot b/robot/testsuites/integration/cli/accounting/balance.robot index 69fde83..3b9caf9 100644 --- a/robot/testsuites/integration/cli/accounting/balance.robot +++ b/robot/testsuites/integration/cli/accounting/balance.robot @@ -6,7 +6,6 @@ Library Process Library String Library utility_keywords.py -Resource setup_teardown.robot Resource payment_operations.robot *** Variables *** diff --git a/robot/testsuites/integration/cli/netmap/networkinfo_rpc_method.robot b/robot/testsuites/integration/cli/netmap/networkinfo_rpc_method.robot index 4152b2a..97b5555 100644 --- a/robot/testsuites/integration/cli/netmap/networkinfo_rpc_method.robot +++ b/robot/testsuites/integration/cli/netmap/networkinfo_rpc_method.robot @@ -7,7 +7,6 @@ Library String Library epoch.py Resource payment_operations.robot -Resource setup_teardown.robot *** Variables *** ${SN_01_ADDR} = s01.neofs.devenv:8080 diff --git a/robot/testsuites/integration/container/container_attributes.robot b/robot/testsuites/integration/container/container_attributes.robot index e4c1566..0fbd9ed 100644 --- a/robot/testsuites/integration/container/container_attributes.robot +++ b/robot/testsuites/integration/container/container_attributes.robot @@ -5,7 +5,6 @@ Library container.py Library String Library Collections -Resource setup_teardown.robot Resource payment_operations.robot Resource common_steps_acl_bearer.robot diff --git a/robot/testsuites/integration/container/container_delete.robot b/robot/testsuites/integration/container/container_delete.robot index babf112..68283bf 100644 --- a/robot/testsuites/integration/container/container_delete.robot +++ b/robot/testsuites/integration/container/container_delete.robot @@ -4,7 +4,6 @@ Variables common.py Library container.py Library Collections -Resource setup_teardown.robot Resource payment_operations.robot *** Variables *** diff --git a/robot/testsuites/integration/container/container_session_token.robot b/robot/testsuites/integration/container/container_session_token.robot index 7e577ed..03a5904 100644 --- a/robot/testsuites/integration/container/container_session_token.robot +++ b/robot/testsuites/integration/container/container_session_token.robot @@ -1,7 +1,6 @@ *** Settings *** Variables common.py -Resource setup_teardown.robot Resource payment_operations.robot Library container.py diff --git a/robot/testsuites/integration/network/netmap_control.robot b/robot/testsuites/integration/network/netmap_control.robot index 43acb77..c4f05a0 100644 --- a/robot/testsuites/integration/network/netmap_control.robot +++ b/robot/testsuites/integration/network/netmap_control.robot @@ -7,7 +7,6 @@ Library node_management.py Library String Library acl.py -Resource setup_teardown.robot Resource payment_operations.robot *** Test Cases *** diff --git a/robot/testsuites/integration/network/netmap_control_drop.robot b/robot/testsuites/integration/network/netmap_control_drop.robot index 3f9f26c..dcbc809 100644 --- a/robot/testsuites/integration/network/netmap_control_drop.robot +++ b/robot/testsuites/integration/network/netmap_control_drop.robot @@ -7,7 +7,6 @@ Library node_management.py Library neofs_verbs.py Library utility_keywords.py -Resource setup_teardown.robot Resource payment_operations.robot Resource storage.robot Resource complex_object_operations.robot diff --git a/robot/testsuites/integration/network/netmap_simple.robot b/robot/testsuites/integration/network/netmap_simple.robot index 9fa92ae..a140685 100644 --- a/robot/testsuites/integration/network/netmap_simple.robot +++ b/robot/testsuites/integration/network/netmap_simple.robot @@ -7,7 +7,6 @@ Library utility_keywords.py Library Collections Resource payment_operations.robot -Resource setup_teardown.robot *** Test cases *** NeoFS Simple Netmap diff --git a/robot/testsuites/integration/network/replication.robot b/robot/testsuites/integration/network/replication.robot index 23ad939..385f3b9 100644 --- a/robot/testsuites/integration/network/replication.robot +++ b/robot/testsuites/integration/network/replication.robot @@ -12,7 +12,6 @@ Library utility_keywords.py Library Collections Resource payment_operations.robot -Resource setup_teardown.robot *** Variables *** ${EXPECTED_COPIES} = ${2} diff --git a/robot/testsuites/integration/object/object_attributes.robot b/robot/testsuites/integration/object/object_attributes.robot index 6cb7749..06b0e16 100644 --- a/robot/testsuites/integration/object/object_attributes.robot +++ b/robot/testsuites/integration/object/object_attributes.robot @@ -7,7 +7,6 @@ Library neofs_verbs.py Library utility_keywords.py Library Collections -Resource setup_teardown.robot Resource payment_operations.robot *** Variables *** diff --git a/robot/testsuites/integration/object/object_complex.robot b/robot/testsuites/integration/object/object_complex.robot index b8e0d1d..4318bd1 100644 --- a/robot/testsuites/integration/object/object_complex.robot +++ b/robot/testsuites/integration/object/object_complex.robot @@ -10,7 +10,6 @@ Library utility_keywords.py Library Collections -Resource setup_teardown.robot Resource verbs.robot Resource payment_operations.robot diff --git a/robot/testsuites/integration/object/object_expiration.robot b/robot/testsuites/integration/object/object_expiration.robot index c20c1d0..068b8f8 100644 --- a/robot/testsuites/integration/object/object_expiration.robot +++ b/robot/testsuites/integration/object/object_expiration.robot @@ -6,7 +6,6 @@ Library container.py Library epoch.py Library utility_keywords.py -Resource setup_teardown.robot Resource payment_operations.robot *** Variables *** diff --git a/robot/testsuites/integration/object/object_simple.robot b/robot/testsuites/integration/object/object_simple.robot index 45d9489..8c44e2b 100644 --- a/robot/testsuites/integration/object/object_simple.robot +++ b/robot/testsuites/integration/object/object_simple.robot @@ -6,7 +6,6 @@ Library storage_policy.py Library utility_keywords.py Resource payment_operations.robot -Resource setup_teardown.robot Resource verbs.robot *** Test cases *** 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 d74b246..6e1bf1d 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 @@ -7,7 +7,6 @@ Library storage_group.py Library Collections Library utility_keywords.py -Resource setup_teardown.robot Resource payment_operations.robot Resource storage_group.robot 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 1a389ce..83f1294 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 @@ -6,7 +6,6 @@ Library container.py Library storage_group.py Library utility_keywords.py -Resource setup_teardown.robot Resource payment_operations.robot Resource storage_group.robot diff --git a/robot/testsuites/integration/payment/emission_threshold.robot b/robot/testsuites/integration/payment/emission_threshold.robot index 6d77cc6..dfe8e71 100644 --- a/robot/testsuites/integration/payment/emission_threshold.robot +++ b/robot/testsuites/integration/payment/emission_threshold.robot @@ -5,7 +5,6 @@ Library payment_neogo.py Library utility_keywords.py Library Process -Resource setup_teardown.robot *** Variables *** diff --git a/robot/testsuites/integration/payment/withdraw.robot b/robot/testsuites/integration/payment/withdraw.robot index 3842631..12f8aee 100644 --- a/robot/testsuites/integration/payment/withdraw.robot +++ b/robot/testsuites/integration/payment/withdraw.robot @@ -4,7 +4,6 @@ Variables common.py Library payment_neogo.py Library utility_keywords.py -Resource setup_teardown.robot *** Variables *** ${DEPOSIT_AMOUNT} = ${10}