forked from TrueCloudLab/frostfs-testcases
Merged bugfix/remove-accounting-from-object into master
This commit is contained in:
commit
c47f991a75
2 changed files with 8 additions and 8 deletions
|
@ -20,10 +20,10 @@ NeoFS Complex Object Operations
|
||||||
${PRIV_KEY} = Generate Neo private key
|
${PRIV_KEY} = Generate Neo private key
|
||||||
${PUB_KEY} = Get Neo public key ${PRIV_KEY}
|
${PUB_KEY} = Get Neo public key ${PRIV_KEY}
|
||||||
${ADDR} = Get Neo address ${PRIV_KEY}
|
${ADDR} = Get Neo address ${PRIV_KEY}
|
||||||
${TX} = Request NeoFS Deposit ${PUB_KEY}
|
# ${TX} = Request NeoFS Deposit ${PUB_KEY}
|
||||||
Wait Until Keyword Succeeds 1 min 15 sec
|
# Wait Until Keyword Succeeds 1 min 15 sec
|
||||||
... Transaction accepted in block ${TX}
|
# ... Transaction accepted in block ${TX}
|
||||||
Get Transaction ${TX}
|
# Get Transaction ${TX}
|
||||||
# Due to develop branch with zero-payment for container and different blockchains for payment.
|
# Due to develop branch with zero-payment for container and different blockchains for payment.
|
||||||
# Temporarily removed.
|
# Temporarily removed.
|
||||||
# ${BALANCE} = Wait Until Keyword Succeeds 10 min 1 min
|
# ${BALANCE} = Wait Until Keyword Succeeds 10 min 1 min
|
||||||
|
|
|
@ -21,10 +21,10 @@ NeoFS Simple Object Operations
|
||||||
${PRIV_KEY} = Generate Neo private key
|
${PRIV_KEY} = Generate Neo private key
|
||||||
${PUB_KEY} = Get Neo public key ${PRIV_KEY}
|
${PUB_KEY} = Get Neo public key ${PRIV_KEY}
|
||||||
${ADDR} = Get Neo address ${PRIV_KEY}
|
${ADDR} = Get Neo address ${PRIV_KEY}
|
||||||
${TX} = Request NeoFS Deposit ${PUB_KEY}
|
# ${TX} = Request NeoFS Deposit ${PUB_KEY}
|
||||||
Wait Until Keyword Succeeds 1 min 15 sec
|
# Wait Until Keyword Succeeds 1 min 15 sec
|
||||||
... Transaction accepted in block ${TX}
|
# ... Transaction accepted in block ${TX}
|
||||||
Get Transaction ${TX}
|
# Get Transaction ${TX}
|
||||||
# Due to develop branch with zero-payment for container and different blockchains for payment.
|
# Due to develop branch with zero-payment for container and different blockchains for payment.
|
||||||
# Temporarily removed.
|
# Temporarily removed.
|
||||||
# ${BALANCE} = Wait Until Keyword Succeeds 10 min 1 min
|
# ${BALANCE} = Wait Until Keyword Succeeds 10 min 1 min
|
||||||
|
|
Loading…
Reference in a new issue