From 075ddfbd4351c38c4805b35d55afec8519ff75f8 Mon Sep 17 00:00:00 2001 From: Elizaveta Chichindaeva Date: Thu, 11 Nov 2021 15:52:47 +0300 Subject: [PATCH] [#150] CID in replication.robot output Signed-off-by: Elizaveta Chichindaeva --- robot/testsuites/integration/network/replication.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/robot/testsuites/integration/network/replication.robot b/robot/testsuites/integration/network/replication.robot index 160b528..498d43b 100644 --- a/robot/testsuites/integration/network/replication.robot +++ b/robot/testsuites/integration/network/replication.robot @@ -54,7 +54,7 @@ NeoFS Object Replication Tick Epoch Sleep ${CHECK_INTERVAL} END - Run Keyword Unless ${PASSED} Fail Keyword failed: Validate storage policy for object ${S_OID} + Run Keyword Unless ${PASSED} Fail Keyword failed: Validate storage policy for object ${S_OID} in container ${CID} Find in Nodes Log object successfully replicated ${NODES_LOG_TIME} Start nodes @{NODES_OBJ_STOPPED} @@ -63,12 +63,12 @@ NeoFS Object Replication # We have 2 or 3 copies. Expected behaviour: during two epochs potential 3rd copy should be removed. FOR ${i} IN RANGE 2 ${PASSED} = Run Keyword And Return Status - ... Validate storage policy for object ${WIF} ${EXPECTED_COPIES} ${CID} ${S_OID} + ... Validate storage policy for object ${WIF} ${EXPECTED_COPIES} ${CID} ${S_OID} Exit For Loop If ${PASSED} Tick Epoch Sleep ${CHECK_INTERVAL} END - Run Keyword Unless ${PASSED} Fail Keyword failed: Validate storage policy for object ${S_OID} + Run Keyword Unless ${PASSED} Fail Keyword failed: Validate storage policy for object ${S_OID} in container ${CID} [Teardown] Teardown replication