frostfs-testcases/robot/resources/lib/robot/payment_operations.robot
Elizaveta Chichindaeva 6394d9e362 [#191] EACL_KEY -> WALLET_ALLOW
Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
2022-07-19 15:34:26 +03:00

22 lines
678 B
Text

*** Settings ***
Variables common.py
Library utility_keywords.py
Library payment_neogo.py
*** Keywords ***
Prepare Wallet And Deposit
[Arguments] ${DEPOSIT}=${30}
${WALLET}
... ${ADDR}
... ${WIF} = Generate Wallet
Transfer Mainnet Gas ${WALLET} ${DEPOSIT+1}
NeoFS Deposit ${WALLET} ${DEPOSIT}
# Now we have TX in main chain, but deposit might not propagate into the side chain yet.
# For certainty, sleeping during one morph block.
Sleep ${MORPH_BLOCK_TIME}
[Return] ${WALLET} ${ADDR} ${WIF}