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 4be4ff84..289ac023 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 ebeea082..e916c1ab 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 ac50874f..33ded7fb 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 464c7a83..22ba53a3 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 b3c81d44..c8918c3a 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 b94f7f83..f97bbaca 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 f5ff40b7..a9ca8f58 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 1026161f..9a1ce939 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 29553f33..d1314485 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 8e4639cd..637d426b 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 cc00afab..23d54631 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 4353c7af..577211aa 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 644f196d..306beefb 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 bde671b1..141c91f5 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 f56a4c2f..0e671e01 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 c0b2349b..9d7a9822 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 ba94a383..5bc7db79 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 6f38796f..44428b69 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 9aca1830..f1fae165 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 9ceca8dd..d4be4000 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 2fe97f89..fa0d46ba 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 6f3ad416..ded23663 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 8bb08286..e96bdbd4 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 c8f12ba8..3f53a252 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 bc0446c9..e6c30d7a 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 814dcaac..72752488 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 b9e7659d..02ec6bb0 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 4fec0cd8..65775caa 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 3bd64792..e75a799b 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 a7f6cb77..d974d3cc 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 af8adb4a..1b8dfe04 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 f1352b32..788ce507 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 cc4254c8..9cfd0eb0 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 69fde83c..3b9caf98 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 4152b2a3..97b55551 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 e4c1566b..0fbd9edd 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 babf112e..68283bfd 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 7e577ed0..03a59048 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 43acb772..c4f05a05 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 3f9f26c0..dcbc8090 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 9fa92ae5..a1406857 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 23ad9392..385f3b9d 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 6cb77495..06b0e164 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 b8e0d1de..4318bd13 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 c20c1d01..068b8f8d 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 45d9489d..8c44e2b1 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 d74b246d..6e1bf1d2 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 1a389ce2..83f12942 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 6d77cc6c..dfe8e710 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 38426319..12f8aee4 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}