frostfs-testcases/robot/testsuites/integration/object/object_simple.robot

35 lines
1,003 B
Text
Raw Normal View History

2020-07-14 00:05:22 +00:00
*** Settings ***
Variables common.py
2020-07-14 00:05:22 +00:00
Library container.py
Library storage_policy.py
Library utility_keywords.py
Resource payment_operations.robot
Resource setup_teardown.robot
Resource verbs.robot
2020-07-14 00:05:22 +00:00
*** Test cases ***
NeoFS Simple Object Operations
[Documentation] Testcase to validate NeoFS operations with simple object.
[Tags] Object
[Timeout] 10 min
2020-07-14 00:05:22 +00:00
[Setup] Setup
${WALLET} ${_} ${_} = Prepare Wallet And Deposit
${CID} = Create container ${WALLET}
2020-11-27 00:33:11 +00:00
${OID} =
... Run All Verbs Except Delete And Expect Success
... ${WALLET} ${CID} Simple
2020-07-14 00:05:22 +00:00
${COPIES} = Get Simple Object Copies ${WALLET} ${CID} ${OID}
Should Be Equal As Numbers 2 ${COPIES}
Delete Object And Validate Tombstone
... ${WALLET} ${CID} ${OID}
2020-11-27 00:33:11 +00:00
[Teardown] Teardown object_simple