forked from TrueCloudLab/frostfs-testcases
nspcc-dev/neofs-testcases#143: error message extended
Signed-off-by: anastasia prasolova <anastasia@nspcc.ru>
This commit is contained in:
parent
51b376d2bf
commit
e14ba001a9
2 changed files with 10 additions and 12 deletions
|
@ -9,8 +9,7 @@ Library Process
|
|||
Drop object
|
||||
[Arguments] ${NODE} ${WIF_STORAGE} ${CID} ${OID}
|
||||
|
||||
${DROP_SIMPLE} = Run Process neofs-cli control drop-objects --endpoint ${NODE} --wif ${WIF_STORAGE} -o ${CID}/${OID} shell=True
|
||||
${DROP_SIMPLE} = Run Process neofs-cli control drop-objects --rpc-endpoint ${NODE} --wif ${WIF_STORAGE} -o ${CID}/${OID}
|
||||
... shell=True
|
||||
Log Many stdout: ${DROP_SIMPLE.stdout} stderr: ${DROP_SIMPLE.stderr}
|
||||
Should Be Equal As Integers ${DROP_SIMPLE.rc} 0
|
||||
|
||||
|
||||
Should Be Equal As Integers ${DROP_SIMPLE.rc} 0 Got non-zero return code from CLI
|
||||
|
|
|
@ -60,4 +60,3 @@ eACL Deny Replication Operations
|
|||
... Validate storage policy for object ${WIF_STORAGE} ${EXPECTED_COPIES} ${CID} ${OID}
|
||||
|
||||
[Teardown] Teardown acl_deny_replication
|
||||
|
||||
|
|
Loading…
Reference in a new issue