[#334] Move common_steps*

Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
This commit is contained in:
Elizaveta Chichindaeva 2021-12-09 13:58:51 +03:00
parent 26f98c2cab
commit 18c30c39ff
69 changed files with 256 additions and 263 deletions

View file

@ -1,6 +1,6 @@
*** Settings ***
Variables ../../../variables/common.py
Variables ../../../variables/acl.py
Variables common.py
Variables wellknown_acl.py
*** Keywords ***
@ -33,4 +33,4 @@ Generate file
[Arguments] ${SIZE}
${FILE_S_GEN} = Generate file of bytes ${SIZE}
${FILE_S_HASH_GEN} = Get file hash ${FILE_S_GEN}
[Return] ${FILE_S_GEN} ${FILE_S_HASH_GEN}
[Return] ${FILE_S_GEN} ${FILE_S_HASH_GEN}

View file

@ -1,6 +1,6 @@
*** Settings ***
Variables ../../../variables/common.py
Variables ../../../variables/acl.py
Variables common.py
Variables wellknown_acl.py
*** Variables ***
${FILE_USR_HEADER} = key1=1,key2=abc

View file

@ -1,13 +1,13 @@
*** Settings ***
Variables ../../../variables/common.py
Variables ../../../variables/eacl_object_filters.py
Variables common.py
Variables eacl_object_filters.py
Library acl.py
Library neofs.py
Library Collections
Resource common_steps_acl_basic.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource common_steps_acl_basic.robot
Resource payment_operations.robot
*** Variables ***
${FILE_USR_HEADER} = key1=1,key2=abc

View file

@ -1,5 +1,5 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library wallet_keywords.py
Library rpc_call_keywords.py

View file

@ -1,5 +1,5 @@
*** Settings ***
Variables ../../variables/common.py
Variables common.py
Library wallet_keywords.py
Library rpc_call_keywords.py

View file

@ -1,8 +1,7 @@
*** Settings ***
Variables ../../variables/common.py
Variables common.py
Library OperatingSystem
Library utility_keywords.py
*** Keywords ***

View file

@ -1,6 +1,6 @@
*** Settings ***
Variables ../../variables/common.py
Variables common.py
Library Process

View file

@ -1,11 +1,12 @@
*** Settings ***
Variables ../../../variables/common.py
Library ../${RESOURCES}/neofs.py
Library ../${RESOURCES}/payment_neogo.py
Variables common.py
Library neofs.py
Library payment_neogo.py
Resource common_steps_acl_basic.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Test cases ***

View file

@ -1,13 +1,13 @@
*** Settings ***
Variables ../../../variables/common.py
Library ../${RESOURCES}/neofs.py
Library ../${RESOURCES}/payment_neogo.py
Variables common.py
Library neofs.py
Library payment_neogo.py
Library Collections
Resource common_steps_acl_basic.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Test cases ***

View file

@ -1,11 +1,12 @@
*** Settings ***
Variables ../../../variables/common.py
Library ../${RESOURCES}/neofs.py
Library ../${RESOURCES}/payment_neogo.py
Variables common.py
Library neofs.py
Library payment_neogo.py
Resource common_steps_acl_basic.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Test cases ***

View file

@ -1,12 +1,12 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library ../${RESOURCES}/neofs.py
Library ../${RESOURCES}/payment_neogo.py
Library neofs.py
Library payment_neogo.py
Resource common_steps_acl_basic.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Test cases ***

View file

@ -1,11 +1,12 @@
*** Settings ***
Variables ../../../variables/common.py
Library ../${RESOURCES}/neofs.py
Library ../${RESOURCES}/payment_neogo.py
Variables common.py
Library neofs.py
Library payment_neogo.py
Resource common_steps_acl_basic.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Test cases ***

View file

@ -1,12 +1,12 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library ../${RESOURCES}/neofs.py
Library ../${RESOURCES}/payment_neogo.py
Library neofs.py
Library payment_neogo.py
Resource common_steps_acl_basic.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Test cases ***

View file

@ -1,15 +1,15 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library neofs.py
Library acl.py
Library payment_neogo.py
Resource ../../../variables/eacl_tables.robot
Resource eacl_tables.robot
Resource common_steps_acl_bearer.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Test cases ***

View file

@ -1,15 +1,15 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library acl.py
Library neofs.py
Library payment_neogo.py
Resource ../../../variables/eacl_tables.robot
Resource eacl_tables.robot
Resource common_steps_acl_bearer.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Test cases ***

View file

@ -1,15 +1,15 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library acl.py
Library neofs.py
Library payment_neogo.py
Resource ../../../variables/eacl_tables.robot
Resource eacl_tables.robot
Resource common_steps_acl_bearer.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Variables ***
${SYSTEM_KEY} = ${NEOFS_IR_WIF}

View file

@ -1,12 +1,12 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library neofs.py
Library acl.py
Library payment_neogo.py
Resource ../../../variables/eacl_tables.robot
Resource eacl_tables.robot
Resource common_steps_acl_bearer.robot
Resource payment_operations.robot
Resource setup_teardown.robot

View file

@ -1,15 +1,15 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library neofs.py
Library acl.py
Library payment_neogo.py
Resource ../../../variables/eacl_tables.robot
Resource eacl_tables.robot
Resource common_steps_acl_bearer.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Test cases ***

View file

@ -1,15 +1,15 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library acl.py
Library neofs.py
Library payment_neogo.py
Resource ../../../variables/eacl_tables.robot
Resource eacl_tables.robot
Resource common_steps_acl_bearer.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Test cases ***
BearerToken Operations with Filter UserHeader Equal

View file

@ -1,5 +1,5 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library neofs.py
@ -7,9 +7,9 @@ Library acl.py
Library payment_neogo.py
Resource common_steps_acl_bearer.robot
Resource ../../../variables/eacl_tables.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource eacl_tables.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Test cases ***
BearerToken Operations Filter UserHeader NotEqual

View file

@ -1,16 +1,15 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library neofs.py
Library acl.py
Library payment_neogo.py
Resource ../../../variables/eacl_tables.robot
Resource eacl_tables.robot
Resource common_steps_acl_bearer.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Test cases ***
BearerToken Operations for Inaccessible Container

View file

@ -1,15 +1,15 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library neofs.py
Library acl.py
Library payment_neogo.py
Resource ../../../variables/eacl_tables.robot
Resource eacl_tables.robot
Resource common_steps_acl_bearer.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Test cases ***
BearerToken Operations

View file

@ -1,15 +1,15 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library acl.py
Library neofs.py
Library payment_neogo.py
Resource ../../../variables/eacl_tables.robot
Resource eacl_tables.robot
Resource common_steps_acl_bearer.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Test cases ***

View file

@ -1,15 +1,15 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library acl.py
Library neofs.py
Library payment_neogo.py
Resource ../../../variables/eacl_tables.robot
Resource eacl_tables.robot
Resource common_steps_acl_bearer.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Test cases ***

View file

@ -1,5 +1,5 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library neofs.py
@ -7,9 +7,9 @@ Library payment_neogo.py
Library acl.py
Resource common_steps_acl_extended.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource ../../../variables/eacl_tables.robot
Resource payment_operations.robot
Resource setup_teardown.robot
Resource eacl_tables.robot
*** Test cases ***
Extended ACL Operations

View file

@ -1,5 +1,5 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library acl.py
@ -7,9 +7,9 @@ Library neofs.py
Library payment_neogo.py
Resource common_steps_acl_extended.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource ../../../variables/eacl_tables.robot
Resource payment_operations.robot
Resource setup_teardown.robot
Resource eacl_tables.robot
*** Variables ***
${EACL_KEY} = L1FGTLE6shum3EC7mNTPArUqSCKnmtEweRzyuawtYRZwGjpeRuw1

View file

@ -1,15 +1,15 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library neofs.py
Library payment_neogo.py
Library acl.py
Resource common_steps_acl_extended.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource ../../../variables/eacl_tables.robot
Resource common_steps_acl_extended.robot
Resource payment_operations.robot
Resource setup_teardown.robot
Resource eacl_tables.robot
*** Test cases ***

View file

@ -1,5 +1,5 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library neofs.py
@ -9,7 +9,7 @@ Library acl.py
Resource common_steps_acl_extended.robot
Resource payment_operations.robot
Resource setup_teardown.robot
Resource ../../../variables/eacl_tables.robot
Resource eacl_tables.robot
*** Test cases ***
Extended ACL Operations

View file

@ -1,5 +1,5 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library neofs.py
@ -7,9 +7,9 @@ Library payment_neogo.py
Library acl.py
Resource common_steps_acl_extended.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource ../../../variables/eacl_tables.robot
Resource payment_operations.robot
Resource setup_teardown.robot
Resource eacl_tables.robot
*** Variables ***
${SYSTEM_KEY} = ${NEOFS_IR_WIF}
@ -119,4 +119,4 @@ Check eACL Сompound Get Range Hash
Run Keyword And Expect Error *
... Get object ${KEY} ${CID} ${S_OID_USER} ${EMPTY} local_file_eacl
Get Range Hash ${KEY} ${CID} ${S_OID_USER} ${EMPTY} 0:256
Get Range Hash ${KEY} ${CID} ${S_OID_USER} ${EMPTY} 0:256

View file

@ -1,5 +1,5 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library neofs.py
@ -8,7 +8,7 @@ Library payment_neogo.py
Library contract_keywords.py
Resource ../../../variables/eacl_tables.robot
Resource eacl_tables.robot
Resource common_steps_acl_bearer.robot
Resource payment_operations.robot
Resource setup_teardown.robot

View file

@ -1,5 +1,5 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library acl.py
Library neofs.py
@ -7,9 +7,9 @@ Library payment_neogo.py
Library Collections
Resource common_steps_acl_extended.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource ../../../variables/eacl_tables.robot
Resource payment_operations.robot
Resource setup_teardown.robot
Resource eacl_tables.robot
*** Variables ***
${PATH} = testfile

View file

@ -1,15 +1,14 @@
*** Settings ***
Resource ../common_steps_acl_extended.robot
Resource ../../${RESOURCES}/setup_teardown.robot
Resource common_steps_acl_extended.robot
Resource setup_teardown.robot
*** Test cases ***
Container ID Object Filter for Extended ACL
[Documentation] Testcase to validate if $Object:containerID eACL filter is correctly handled.
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Documentation] Testcase to validate if $Object:containerID eACL filter is correctly handled.
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Setup] Setup
[Setup] Setup
Log Check eACL containerID Filter with MatchType String Equal
Check eACL Filters with MatchType String Equal $Object:containerID

View file

@ -1,16 +1,16 @@
*** Settings ***
Variables ../../../../variables/common.py
Variables ../../../../variables/eacl_object_filters.py
Variables common.py
Variables eacl_object_filters.py
Library acl.py
Library neofs.py
Library Collections
Library contract_keywords.py
Resource ../common_steps_acl_extended.robot
Resource ../common_steps_acl_basic.robot
Resource ../../${RESOURCES}/payment_operations.robot
Resource ../../${RESOURCES}/setup_teardown.robot
Resource common_steps_acl_extended.robot
Resource common_steps_acl_basic.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Variables ***
${OBJECT_PATH} = testfile

View file

@ -1,17 +1,16 @@
*** Settings ***
Resource ../common_steps_acl_extended.robot
Resource ../../${RESOURCES}/setup_teardown.robot
Resource common_steps_acl_extended.robot
Resource setup_teardown.robot
*** Test cases ***
Homomorphic Hash Object Filter for Extended ACL
[Documentation] Testcase to validate if $Object:homomorphicHash eACL filter is correctly handled.
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Documentation] Testcase to validate if $Object:homomorphicHash eACL filter is correctly handled.
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Setup] Setup
[Setup] Setup
Log Check eACL homomorphicHash Filter with MatchType String Equal
Check eACL Filters with MatchType String Equal $Object:homomorphicHash
[Teardown] Teardown homomorphic_hash_filter
[Teardown] Teardown homomorphic_hash_filter

View file

@ -1,15 +1,15 @@
*** Settings ***
Variables ../../../../variables/common.py
Variables ../../../../variables/eacl_object_filters.py
Variables common.py
Variables eacl_object_filters.py
Library acl.py
Library neofs.py
Library Collections
Resource ../common_steps_acl_extended.robot
Resource ../common_steps_acl_basic.robot
Resource ../../${RESOURCES}/payment_operations.robot
Resource ../../${RESOURCES}/setup_teardown.robot
Resource common_steps_acl_extended.robot
Resource common_steps_acl_basic.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Variables ***
${OBJECT_PATH} = testfile

View file

@ -1,17 +1,16 @@
*** Settings ***
Resource ../common_steps_acl_extended.robot
Resource ../../${RESOURCES}/setup_teardown.robot
Resource common_steps_acl_extended.robot
Resource setup_teardown.robot
*** Test cases ***
Object Type Object Filter for Extended ACL
[Documentation] Testcase to validate if $Object:objectType eACL filter is correctly handled.
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Documentation] Testcase to validate if $Object:objectType eACL filter is correctly handled.
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Setup] Setup
[Setup] Setup
Log Check eACL objectType Filter with MatchType String Equal
Check eACL Filters with MatchType String Equal $Object:objectType
[Teardown] Teardown object_type_filter
[Teardown] Teardown object_type_filter

View file

@ -1,19 +1,18 @@
*** Settings ***
Resource ../common_steps_acl_extended.robot
Resource ../../${RESOURCES}/setup_teardown.robot
Resource common_steps_acl_extended.robot
Resource setup_teardown.robot
*** Test cases ***
Owner ID Object Filter for Extended ACL
[Documentation] Testcase to validate if $Object:ownerID eACL filter is correctly handled.
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Documentation] Testcase to validate if $Object:ownerID eACL filter is correctly handled.
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Setup] Setup
[Setup] Setup
Log Check eACL ownerID Filter with MatchType String Equal
Check eACL Filters with MatchType String Equal $Object:ownerID
Log Check eACL ownerID Filter with MatchType String Not Equal
Check eACL Filters with MatchType String Not Equal $Object:ownerID
[Teardown] Teardown owner_id_filter
[Teardown] Teardown owner_id_filter

View file

@ -1,17 +1,16 @@
*** Settings ***
Resource ../common_steps_acl_extended.robot
Resource ../../${RESOURCES}/setup_teardown.robot
Resource common_steps_acl_extended.robot
Resource setup_teardown.robot
*** Test cases ***
Payload Hash Object Filter for Extended ACL
[Documentation] Testcase to validate if $Object:payloadHash eACL filter is correctly handled.
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Documentation] Testcase to validate if $Object:payloadHash eACL filter is correctly handled.
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Setup] Setup
[Setup] Setup
Log Check eACL payloadHash Filter with MatchType String Equal
Check eACL Filters with MatchType String Equal $Object:payloadHash
[Teardown] Teardown payload_hash_filter
[Teardown] Teardown payload_hash_filter

View file

@ -1,15 +1,15 @@
*** Settings ***
Variables ../../../../variables/common.py
Variables ../../../../variables/eacl_object_filters.py
Variables common.py
Variables eacl_object_filters.py
Library acl.py
Library neofs.py
Library Collections
Library acl.py
Library neofs.py
Library Collections
Resource ../common_steps_acl_extended.robot
Resource ../common_steps_acl_basic.robot
Resource ../../${RESOURCES}/payment_operations.robot
Resource ../../${RESOURCES}/setup_teardown.robot
Resource common_steps_acl_extended.robot
Resource common_steps_acl_basic.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Variables ***
${OBJECT_PATH} = testfile

View file

@ -1,17 +1,16 @@
*** Settings ***
Resource ../common_steps_acl_extended.robot
Resource ../../${RESOURCES}/setup_teardown.robot
Resource common_steps_acl_extended.robot
Resource setup_teardown.robot
*** Test cases ***
Version Object Filter for Extended ACL
[Documentation] Testcase to validate if $Object:version eACL filter is correctly handled.
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Documentation] Testcase to validate if $Object:version eACL filter is correctly handled.
[Tags] ACL eACL NeoFS NeoCLI
[Timeout] 20 min
[Setup] Setup
[Setup] Setup
Log Check eACL version Filter with MatchType String Equal
Check eACL Filters with MatchType String Equal $Object:version
[Teardown] Teardown version_filter
[Teardown] Teardown version_filter

View file

@ -1,5 +1,5 @@
*** Settings ***
Variables ../../../../variables/common.py
Variables common.py
Library Collections
Library Process

View file

@ -1,5 +1,5 @@
*** Settings ***
Variables ../../../../variables/common.py
Variables common.py
Library Collections
Library Process

View file

@ -1,14 +1,14 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library ../${RESOURCES}/neofs.py
Library ../${RESOURCES}/payment_neogo.py
Library neofs.py
Library payment_neogo.py
Library String
Resource ../${RESOURCES}/setup_teardown.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource ../acl/common_steps_acl_bearer.robot
Resource setup_teardown.robot
Resource payment_operations.robot
Resource common_steps_acl_bearer.robot
*** Variables ***
${POLICY} = REP 2 IN X CBF 1 SELECT 2 FROM * AS X

View file

@ -1,6 +1,6 @@
*** Settings ***
Variables ../../../variables/common.py
Variables ../../../variables/acl.py
Variables common.py
Variables wellknown_acl.py
Library neofs.py
Library payment_neogo.py

View file

@ -1,14 +1,14 @@
*** Settings ***
Variables ../../../variables/common.py
Variables ../../../variables/acl.py
Variables common.py
Variables wellknown_acl.py
Resource setup_teardown.robot
Resource payment_operations.robot
Library Process
Library neofs.py
Library String
Library OperatingSystem
Library Process
Library neofs.py
Library String
Library OperatingSystem
*** Variables ***
${SIGNED_FILE} = ${ASSETS_DIR}/signed_token.json

View file

@ -1,5 +1,5 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Process
Library contract_keywords.py

View file

@ -1,17 +1,17 @@
*** Settings ***
Variables ../../../variables/common.py
Variables ../../../variables/acl.py
Variables common.py
Variables wellknown_acl.py
Library Process
Library contract_keywords.py
Library neofs.py
Library String
Library Process
Library contract_keywords.py
Library neofs.py
Library String
Library payment_neogo.py
Library payment_neogo.py
Resource setup_teardown.robot
Resource payment_operations.robot
Resource storage.robot
Resource setup_teardown.robot
Resource payment_operations.robot
Resource storage.robot
*** Variables ***
${CONTAINER_WAIT_INTERVAL} = 1 min

View file

@ -1,13 +1,13 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library neofs.py
Library payment_neogo.py
Library wallet_keywords.py
Library rpc_call_keywords.py
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Variables ***
${CONTAINER_WAIT_INTERVAL} = 1 min

View file

@ -1,17 +1,16 @@
*** Settings ***
Variables ../../../variables/common.py
Variables ../../../variables/acl.py
Variables common.py
Variables wellknown_acl.py
Library Collections
Library ../${RESOURCES}/payment_neogo.py
Library ../${RESOURCES}/neofs.py
Library payment_neogo.py
Library neofs.py
Library wallet_keywords.py
Library rpc_call_keywords.py
Library contract_keywords.py
Resource ../${RESOURCES}/payment_operations.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource common.robot
Resource payment_operations.robot
Resource setup_teardown.robot
*** Variables ***
${PLACEMENT_RULE} = REP 2 IN X CBF 1 SELECT 4 FROM * AS X
@ -38,8 +37,7 @@ NeoFS Object Replication
Check Replication
[Arguments] ${ACL}
${WALLET} ${ADDR} ${WIF} = Init Wallet with Address ${ASSETS_DIR}
Payment Operations ${ADDR} ${WIF}
${WALLET} ${ADDR} ${WIF} = Prepare Wallet And Deposit
${CID} = Create Container ${WIF} ${ACL} ${PLACEMENT_RULE}
Wait Until Keyword Succeeds ${MORPH_BLOCK_TIME} ${CONTAINER_WAIT_INTERVAL}
... Container Existing ${WIF} ${CID}
@ -81,5 +79,3 @@ Check Replication
Sleep ${CHECK_INTERVAL}
END
Run Keyword Unless ${PASSED} Fail Keyword failed: Validate storage policy for object ${S_OID} in container ${CID}
[Teardown] Teardown replication

View file

@ -1,14 +1,14 @@
*** Settings ***
Variables ../../../variables/common.py
Variables ../../../variables/acl.py
Variables common.py
Variables wellknown_acl.py
Library Collections
Library ../${RESOURCES}/neofs.py
Library ../${RESOURCES}/payment_neogo.py
Library neofs.py
Library payment_neogo.py
Library String
Resource ../${RESOURCES}/setup_teardown.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource setup_teardown.robot
Resource payment_operations.robot
*** Variables ***
${POLICY} = REP 2 IN X CBF 1 SELECT 2 FROM * AS X

View file

@ -1,5 +1,5 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library neofs.py
Library payment_neogo.py

View file

@ -1,5 +1,5 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library neofs.py
Library payment_neogo.py

View file

@ -1,5 +1,5 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library neofs.py
Library payment_neogo.py

View file

@ -1,12 +1,13 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library ../${RESOURCES}/neofs.py
Library ../${RESOURCES}/payment_neogo.py
Library neofs.py
Library payment_neogo.py
Resource common_steps_object.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource setup_teardown.robot
Resource payment_operations.robot
*** Test cases ***
NeoFS Complex Storagegroup

View file

@ -1,12 +1,12 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library ../${RESOURCES}/neofs.py
Library ../${RESOURCES}/payment_neogo.py
Library neofs.py
Library payment_neogo.py
Resource common_steps_object.robot
Resource ../${RESOURCES}/setup_teardown.robot
Resource ../${RESOURCES}/payment_operations.robot
Resource setup_teardown.robot
Resource payment_operations.robot
*** Test cases ***

View file

@ -1,5 +1,5 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library neofs.py
Library payment_neogo.py

View file

@ -1,5 +1,5 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library neofs.py
Library payment_neogo.py

View file

@ -1,13 +1,14 @@
*** Settings ***
Variables ../../../variables/common.py
Library Collections
Library neofs.py
Library payment_neogo.py
Library gates.py
Library wallet_keywords.py
Library contract_keywords.py
Variables common.py
Resource setup_teardown.robot
Library Collections
Library neofs.py
Library payment_neogo.py
Library gates.py
Library wallet_keywords.py
Library contract_keywords.py
Resource setup_teardown.robot
*** Variables ***
${DEPOSIT_AMOUNT} = ${5}

View file

@ -1,13 +1,15 @@
*** Settings ***
Variables ../../../variables/common.py
Library Collections
Library neofs.py
Library payment_neogo.py
Library gates.py
Library wallet_keywords.py
Library contract_keywords.py
Variables common.py
Library Collections
Library neofs.py
Library payment_neogo.py
Library gates.py
Library wallet_keywords.py
Library contract_keywords.py
Resource setup_teardown.robot
Resource setup_teardown.robot
*** Variables ***
${DEPOSIT_AMOUNT} = ${5}
${WIF} = ${MAINNET_WALLET_WIF}
@ -74,4 +76,4 @@ Objects in NeoFS S3 Gateway
${LIST_S3_OBJECTS} = List objects S3 ${S3_CLIENT} ${NEW_BUCKET}
List Should Not Contain Value ${LIST_S3_OBJECTS} ${FILE_S3_NAME}
[Teardown] Teardown s3_gate_object
[Teardown] Teardown s3_gate_object

View file

@ -1,8 +1,6 @@
import os
ROOT='../..'
RESOURCES="%s/resources/lib" % ROOT
CERT="%s/../../ca" % ROOT
# Common NeoFS variables can be declared from neofs-dev-env env variables.

View file

@ -4,4 +4,4 @@ pushd ../neofs-dev-env
export `make env`
popd
export PYTHONPATH=${PYTHONPATH}:${VIRTUAL_ENV}/neofs-keywords/lib:${VIRTUAL_ENV}/neofs-keywords/robot:${VIRTUAL_ENV}/../robot/resources/lib
export PYTHONPATH=${PYTHONPATH}:${VIRTUAL_ENV}/neofs-keywords/lib:${VIRTUAL_ENV}/neofs-keywords/robot:${VIRTUAL_ENV}/../robot/resources/lib/python:${VIRTUAL_ENV}/../robot/resources/lib/robot:${VIRTUAL_ENV}/../robot/variables