[#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 ***

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 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,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 ***

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}

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,7 +1,6 @@
*** 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

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,7 +1,6 @@
*** 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

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,7 +1,6 @@
*** 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

View file

@ -1,7 +1,6 @@
*** 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

View file

@ -1,7 +1,6 @@
*** 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

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,7 +1,6 @@
*** 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

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,6 +1,6 @@
*** Settings ***
Variables ../../../variables/common.py
Variables ../../../variables/acl.py
Variables common.py
Variables wellknown_acl.py
Resource setup_teardown.robot
Resource payment_operations.robot

View file

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

View file

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

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,5 +1,6 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library neofs.py
Library payment_neogo.py

View file

@ -1,5 +1,6 @@
*** Settings ***
Variables ../../../variables/common.py
Variables common.py
Library Collections
Library neofs.py
Library payment_neogo.py
@ -8,6 +9,7 @@ Library wallet_keywords.py
Library contract_keywords.py
Resource setup_teardown.robot
*** Variables ***
${DEPOSIT_AMOUNT} = ${5}
${WIF} = ${MAINNET_WALLET_WIF}

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