forked from TrueCloudLab/frostfs-testcases
[#334] Move common_steps*
Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
This commit is contained in:
parent
26f98c2cab
commit
18c30c39ff
69 changed files with 256 additions and 263 deletions
|
@ -1,6 +1,6 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
Variables ../../../variables/acl.py
|
Variables wellknown_acl.py
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
Variables ../../../variables/acl.py
|
Variables wellknown_acl.py
|
||||||
|
|
||||||
*** Variables ***
|
*** Variables ***
|
||||||
${FILE_USR_HEADER} = key1=1,key2=abc
|
${FILE_USR_HEADER} = key1=1,key2=abc
|
|
@ -1,13 +1,13 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
Variables ../../../variables/eacl_object_filters.py
|
Variables eacl_object_filters.py
|
||||||
|
|
||||||
Library acl.py
|
Library acl.py
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library Collections
|
Library Collections
|
||||||
|
|
||||||
Resource common_steps_acl_basic.robot
|
Resource common_steps_acl_basic.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
|
|
||||||
*** Variables ***
|
*** Variables ***
|
||||||
${FILE_USR_HEADER} = key1=1,key2=abc
|
${FILE_USR_HEADER} = key1=1,key2=abc
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library wallet_keywords.py
|
Library wallet_keywords.py
|
||||||
Library rpc_call_keywords.py
|
Library rpc_call_keywords.py
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library wallet_keywords.py
|
Library wallet_keywords.py
|
||||||
Library rpc_call_keywords.py
|
Library rpc_call_keywords.py
|
|
@ -1,8 +1,7 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library OperatingSystem
|
Library OperatingSystem
|
||||||
|
|
||||||
Library utility_keywords.py
|
Library utility_keywords.py
|
||||||
|
|
||||||
*** Keywords ***
|
*** Keywords ***
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Process
|
Library Process
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
*** Settings ***
|
*** 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 common_steps_acl_basic.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
Library ../${RESOURCES}/neofs.py
|
|
||||||
Library ../${RESOURCES}/payment_neogo.py
|
|
||||||
|
|
||||||
|
Library neofs.py
|
||||||
|
Library payment_neogo.py
|
||||||
Library Collections
|
Library Collections
|
||||||
|
|
||||||
Resource common_steps_acl_basic.robot
|
Resource common_steps_acl_basic.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
*** Settings ***
|
*** 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 common_steps_acl_basic.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library ../${RESOURCES}/neofs.py
|
Library neofs.py
|
||||||
Library ../${RESOURCES}/payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
||||||
Resource common_steps_acl_basic.robot
|
Resource common_steps_acl_basic.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
*** Settings ***
|
*** 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 common_steps_acl_basic.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library ../${RESOURCES}/neofs.py
|
Library neofs.py
|
||||||
Library ../${RESOURCES}/payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
||||||
Resource common_steps_acl_basic.robot
|
Resource common_steps_acl_basic.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library acl.py
|
Library acl.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
Resource common_steps_acl_bearer.robot
|
Resource common_steps_acl_bearer.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library acl.py
|
Library acl.py
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
Resource common_steps_acl_bearer.robot
|
Resource common_steps_acl_bearer.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library acl.py
|
Library acl.py
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
Resource common_steps_acl_bearer.robot
|
Resource common_steps_acl_bearer.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
*** Variables ***
|
*** Variables ***
|
||||||
${SYSTEM_KEY} = ${NEOFS_IR_WIF}
|
${SYSTEM_KEY} = ${NEOFS_IR_WIF}
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library acl.py
|
Library acl.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
Resource common_steps_acl_bearer.robot
|
Resource common_steps_acl_bearer.robot
|
||||||
Resource payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library acl.py
|
Library acl.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
Resource common_steps_acl_bearer.robot
|
Resource common_steps_acl_bearer.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library acl.py
|
Library acl.py
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
Resource common_steps_acl_bearer.robot
|
Resource common_steps_acl_bearer.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
BearerToken Operations with Filter UserHeader Equal
|
BearerToken Operations with Filter UserHeader Equal
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
|
@ -7,9 +7,9 @@ Library acl.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
||||||
Resource common_steps_acl_bearer.robot
|
Resource common_steps_acl_bearer.robot
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
BearerToken Operations Filter UserHeader NotEqual
|
BearerToken Operations Filter UserHeader NotEqual
|
||||||
|
|
|
@ -1,16 +1,15 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
|
Variables common.py
|
||||||
Variables ../../../variables/common.py
|
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library acl.py
|
Library acl.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
Resource common_steps_acl_bearer.robot
|
Resource common_steps_acl_bearer.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
BearerToken Operations for Inaccessible Container
|
BearerToken Operations for Inaccessible Container
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library acl.py
|
Library acl.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
Resource common_steps_acl_bearer.robot
|
Resource common_steps_acl_bearer.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
BearerToken Operations
|
BearerToken Operations
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library acl.py
|
Library acl.py
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
Resource common_steps_acl_bearer.robot
|
Resource common_steps_acl_bearer.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library acl.py
|
Library acl.py
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
Resource common_steps_acl_bearer.robot
|
Resource common_steps_acl_bearer.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
|
@ -7,9 +7,9 @@ Library payment_neogo.py
|
||||||
Library acl.py
|
Library acl.py
|
||||||
|
|
||||||
Resource common_steps_acl_extended.robot
|
Resource common_steps_acl_extended.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
Extended ACL Operations
|
Extended ACL Operations
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library acl.py
|
Library acl.py
|
||||||
|
@ -7,9 +7,9 @@ Library neofs.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
||||||
Resource common_steps_acl_extended.robot
|
Resource common_steps_acl_extended.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
|
|
||||||
*** Variables ***
|
*** Variables ***
|
||||||
${EACL_KEY} = L1FGTLE6shum3EC7mNTPArUqSCKnmtEweRzyuawtYRZwGjpeRuw1
|
${EACL_KEY} = L1FGTLE6shum3EC7mNTPArUqSCKnmtEweRzyuawtYRZwGjpeRuw1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
|
@ -7,9 +7,9 @@ Library payment_neogo.py
|
||||||
Library acl.py
|
Library acl.py
|
||||||
|
|
||||||
Resource common_steps_acl_extended.robot
|
Resource common_steps_acl_extended.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
|
@ -9,7 +9,7 @@ Library acl.py
|
||||||
Resource common_steps_acl_extended.robot
|
Resource common_steps_acl_extended.robot
|
||||||
Resource payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
Extended ACL Operations
|
Extended ACL Operations
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
|
@ -7,9 +7,9 @@ Library payment_neogo.py
|
||||||
Library acl.py
|
Library acl.py
|
||||||
|
|
||||||
Resource common_steps_acl_extended.robot
|
Resource common_steps_acl_extended.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
|
|
||||||
*** Variables ***
|
*** Variables ***
|
||||||
${SYSTEM_KEY} = ${NEOFS_IR_WIF}
|
${SYSTEM_KEY} = ${NEOFS_IR_WIF}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
|
@ -8,7 +8,7 @@ Library payment_neogo.py
|
||||||
|
|
||||||
Library contract_keywords.py
|
Library contract_keywords.py
|
||||||
|
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
Resource common_steps_acl_bearer.robot
|
Resource common_steps_acl_bearer.robot
|
||||||
Resource payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library acl.py
|
Library acl.py
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
|
@ -7,9 +7,9 @@ Library payment_neogo.py
|
||||||
Library Collections
|
Library Collections
|
||||||
|
|
||||||
Resource common_steps_acl_extended.robot
|
Resource common_steps_acl_extended.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
Resource ../../../variables/eacl_tables.robot
|
Resource eacl_tables.robot
|
||||||
|
|
||||||
*** Variables ***
|
*** Variables ***
|
||||||
${PATH} = testfile
|
${PATH} = testfile
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
|
Resource common_steps_acl_extended.robot
|
||||||
Resource ../common_steps_acl_extended.robot
|
Resource setup_teardown.robot
|
||||||
Resource ../../${RESOURCES}/setup_teardown.robot
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
Container ID Object Filter for Extended ACL
|
Container ID Object Filter for Extended ACL
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../../variables/common.py
|
Variables common.py
|
||||||
Variables ../../../../variables/eacl_object_filters.py
|
Variables eacl_object_filters.py
|
||||||
|
|
||||||
Library acl.py
|
Library acl.py
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library Collections
|
Library Collections
|
||||||
Library contract_keywords.py
|
Library contract_keywords.py
|
||||||
|
|
||||||
Resource ../common_steps_acl_extended.robot
|
Resource common_steps_acl_extended.robot
|
||||||
Resource ../common_steps_acl_basic.robot
|
Resource common_steps_acl_basic.robot
|
||||||
Resource ../../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
*** Variables ***
|
*** Variables ***
|
||||||
${OBJECT_PATH} = testfile
|
${OBJECT_PATH} = testfile
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
|
Resource common_steps_acl_extended.robot
|
||||||
Resource ../common_steps_acl_extended.robot
|
Resource setup_teardown.robot
|
||||||
Resource ../../${RESOURCES}/setup_teardown.robot
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
Homomorphic Hash Object Filter for Extended ACL
|
Homomorphic Hash Object Filter for Extended ACL
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../../variables/common.py
|
Variables common.py
|
||||||
Variables ../../../../variables/eacl_object_filters.py
|
Variables eacl_object_filters.py
|
||||||
|
|
||||||
Library acl.py
|
Library acl.py
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library Collections
|
Library Collections
|
||||||
|
|
||||||
Resource ../common_steps_acl_extended.robot
|
Resource common_steps_acl_extended.robot
|
||||||
Resource ../common_steps_acl_basic.robot
|
Resource common_steps_acl_basic.robot
|
||||||
Resource ../../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
*** Variables ***
|
*** Variables ***
|
||||||
${OBJECT_PATH} = testfile
|
${OBJECT_PATH} = testfile
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
|
Resource common_steps_acl_extended.robot
|
||||||
Resource ../common_steps_acl_extended.robot
|
Resource setup_teardown.robot
|
||||||
Resource ../../${RESOURCES}/setup_teardown.robot
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
Object Type Object Filter for Extended ACL
|
Object Type Object Filter for Extended ACL
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
|
Resource common_steps_acl_extended.robot
|
||||||
Resource ../common_steps_acl_extended.robot
|
Resource setup_teardown.robot
|
||||||
Resource ../../${RESOURCES}/setup_teardown.robot
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
Owner ID Object Filter for Extended ACL
|
Owner ID Object Filter for Extended ACL
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
|
Resource common_steps_acl_extended.robot
|
||||||
Resource ../common_steps_acl_extended.robot
|
Resource setup_teardown.robot
|
||||||
Resource ../../${RESOURCES}/setup_teardown.robot
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
Payload Hash Object Filter for Extended ACL
|
Payload Hash Object Filter for Extended ACL
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../../variables/common.py
|
Variables common.py
|
||||||
Variables ../../../../variables/eacl_object_filters.py
|
Variables eacl_object_filters.py
|
||||||
|
|
||||||
Library acl.py
|
Library acl.py
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library Collections
|
Library Collections
|
||||||
|
|
||||||
Resource ../common_steps_acl_extended.robot
|
Resource common_steps_acl_extended.robot
|
||||||
Resource ../common_steps_acl_basic.robot
|
Resource common_steps_acl_basic.robot
|
||||||
Resource ../../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
*** Variables ***
|
*** Variables ***
|
||||||
${OBJECT_PATH} = testfile
|
${OBJECT_PATH} = testfile
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
|
Resource common_steps_acl_extended.robot
|
||||||
Resource ../common_steps_acl_extended.robot
|
Resource setup_teardown.robot
|
||||||
Resource ../../${RESOURCES}/setup_teardown.robot
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
Version Object Filter for Extended ACL
|
Version Object Filter for Extended ACL
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library Process
|
Library Process
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library Process
|
Library Process
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library ../${RESOURCES}/neofs.py
|
Library neofs.py
|
||||||
Library ../${RESOURCES}/payment_neogo.py
|
Library payment_neogo.py
|
||||||
Library String
|
Library String
|
||||||
|
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../acl/common_steps_acl_bearer.robot
|
Resource common_steps_acl_bearer.robot
|
||||||
|
|
||||||
*** Variables ***
|
*** Variables ***
|
||||||
${POLICY} = REP 2 IN X CBF 1 SELECT 2 FROM * AS X
|
${POLICY} = REP 2 IN X CBF 1 SELECT 2 FROM * AS X
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
Variables ../../../variables/acl.py
|
Variables wellknown_acl.py
|
||||||
|
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
Variables ../../../variables/acl.py
|
Variables wellknown_acl.py
|
||||||
|
|
||||||
Resource setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
Resource payment_operations.robot
|
Resource payment_operations.robot
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Process
|
Library Process
|
||||||
Library contract_keywords.py
|
Library contract_keywords.py
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
Variables ../../../variables/acl.py
|
Variables wellknown_acl.py
|
||||||
|
|
||||||
Library Process
|
Library Process
|
||||||
Library contract_keywords.py
|
Library contract_keywords.py
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
Library wallet_keywords.py
|
Library wallet_keywords.py
|
||||||
Library rpc_call_keywords.py
|
Library rpc_call_keywords.py
|
||||||
|
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
*** Variables ***
|
*** Variables ***
|
||||||
${CONTAINER_WAIT_INTERVAL} = 1 min
|
${CONTAINER_WAIT_INTERVAL} = 1 min
|
||||||
|
|
|
@ -1,17 +1,16 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
Variables ../../../variables/acl.py
|
Variables wellknown_acl.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library ../${RESOURCES}/payment_neogo.py
|
Library payment_neogo.py
|
||||||
Library ../${RESOURCES}/neofs.py
|
Library neofs.py
|
||||||
Library wallet_keywords.py
|
Library wallet_keywords.py
|
||||||
Library rpc_call_keywords.py
|
Library rpc_call_keywords.py
|
||||||
Library contract_keywords.py
|
Library contract_keywords.py
|
||||||
|
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
Resource common.robot
|
|
||||||
|
|
||||||
*** Variables ***
|
*** Variables ***
|
||||||
${PLACEMENT_RULE} = REP 2 IN X CBF 1 SELECT 4 FROM * AS X
|
${PLACEMENT_RULE} = REP 2 IN X CBF 1 SELECT 4 FROM * AS X
|
||||||
|
@ -38,8 +37,7 @@ NeoFS Object Replication
|
||||||
Check Replication
|
Check Replication
|
||||||
[Arguments] ${ACL}
|
[Arguments] ${ACL}
|
||||||
|
|
||||||
${WALLET} ${ADDR} ${WIF} = Init Wallet with Address ${ASSETS_DIR}
|
${WALLET} ${ADDR} ${WIF} = Prepare Wallet And Deposit
|
||||||
Payment Operations ${ADDR} ${WIF}
|
|
||||||
${CID} = Create Container ${WIF} ${ACL} ${PLACEMENT_RULE}
|
${CID} = Create Container ${WIF} ${ACL} ${PLACEMENT_RULE}
|
||||||
Wait Until Keyword Succeeds ${MORPH_BLOCK_TIME} ${CONTAINER_WAIT_INTERVAL}
|
Wait Until Keyword Succeeds ${MORPH_BLOCK_TIME} ${CONTAINER_WAIT_INTERVAL}
|
||||||
... Container Existing ${WIF} ${CID}
|
... Container Existing ${WIF} ${CID}
|
||||||
|
@ -81,5 +79,3 @@ Check Replication
|
||||||
Sleep ${CHECK_INTERVAL}
|
Sleep ${CHECK_INTERVAL}
|
||||||
END
|
END
|
||||||
Run Keyword Unless ${PASSED} Fail Keyword failed: Validate storage policy for object ${S_OID} in container ${CID}
|
Run Keyword Unless ${PASSED} Fail Keyword failed: Validate storage policy for object ${S_OID} in container ${CID}
|
||||||
|
|
||||||
[Teardown] Teardown replication
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
Variables ../../../variables/acl.py
|
Variables wellknown_acl.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library ../${RESOURCES}/neofs.py
|
Library neofs.py
|
||||||
Library ../${RESOURCES}/payment_neogo.py
|
Library payment_neogo.py
|
||||||
Library String
|
Library String
|
||||||
|
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
|
|
||||||
*** Variables ***
|
*** Variables ***
|
||||||
${POLICY} = REP 2 IN X CBF 1 SELECT 2 FROM * AS X
|
${POLICY} = REP 2 IN X CBF 1 SELECT 2 FROM * AS X
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library ../${RESOURCES}/neofs.py
|
Library neofs.py
|
||||||
Library ../${RESOURCES}/payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
||||||
Resource common_steps_object.robot
|
Resource common_steps_object.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
NeoFS Complex Storagegroup
|
NeoFS Complex Storagegroup
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library ../${RESOURCES}/neofs.py
|
Library neofs.py
|
||||||
Library ../${RESOURCES}/payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
||||||
Resource common_steps_object.robot
|
Resource common_steps_object.robot
|
||||||
Resource ../${RESOURCES}/setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
Resource ../${RESOURCES}/payment_operations.robot
|
Resource payment_operations.robot
|
||||||
|
|
||||||
|
|
||||||
*** Test cases ***
|
*** Test cases ***
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
*** Settings ***
|
*** Settings ***
|
||||||
Variables ../../../variables/common.py
|
Variables common.py
|
||||||
|
|
||||||
Library Collections
|
Library Collections
|
||||||
Library neofs.py
|
Library neofs.py
|
||||||
Library payment_neogo.py
|
Library payment_neogo.py
|
||||||
|
@ -8,6 +9,7 @@ Library wallet_keywords.py
|
||||||
Library contract_keywords.py
|
Library contract_keywords.py
|
||||||
|
|
||||||
Resource setup_teardown.robot
|
Resource setup_teardown.robot
|
||||||
|
|
||||||
*** Variables ***
|
*** Variables ***
|
||||||
${DEPOSIT_AMOUNT} = ${5}
|
${DEPOSIT_AMOUNT} = ${5}
|
||||||
${WIF} = ${MAINNET_WALLET_WIF}
|
${WIF} = ${MAINNET_WALLET_WIF}
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
import os
|
import os
|
||||||
|
|
||||||
ROOT='../..'
|
ROOT='../..'
|
||||||
|
|
||||||
RESOURCES="%s/resources/lib" % ROOT
|
|
||||||
CERT="%s/../../ca" % ROOT
|
CERT="%s/../../ca" % ROOT
|
||||||
|
|
||||||
# Common NeoFS variables can be declared from neofs-dev-env env variables.
|
# Common NeoFS variables can be declared from neofs-dev-env env variables.
|
||||||
|
|
|
@ -4,4 +4,4 @@ pushd ../neofs-dev-env
|
||||||
export `make env`
|
export `make env`
|
||||||
popd
|
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
|
||||||
|
|
Loading…
Reference in a new issue