From e0cf6f3a2b74b563fc20371ad5e94c4e673f55e8 Mon Sep 17 00:00:00 2001 From: "anatoly@nspcc.ru" Date: Sun, 29 Nov 2020 07:30:45 +0300 Subject: [PATCH] update --- robot/testsuites/integration/replication.robot | 6 +++--- robot/testsuites/integration/withdraw.robot | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/robot/testsuites/integration/replication.robot b/robot/testsuites/integration/replication.robot index 9e74500..9e300a2 100644 --- a/robot/testsuites/integration/replication.robot +++ b/robot/testsuites/integration/replication.robot @@ -5,9 +5,9 @@ Library ${RESOURCES}/neofs.py Library ${RESOURCES}/payment_neogo.py *** Test cases *** -NeoFS Simple Object Operations - [Documentation] Testcase to validate NeoFS Withdraw operation. - [Tags] Withdraw NeoFS NeoCLI +NeoFS Object Replication + [Documentation] Testcase to validate NeoFS object replication. + [Tags] Migration Replication NeoFS NeoCLI [Timeout] 10 min ${WALLET} = Init wallet diff --git a/robot/testsuites/integration/withdraw.robot b/robot/testsuites/integration/withdraw.robot index 359cdc0..7d60ee2 100644 --- a/robot/testsuites/integration/withdraw.robot +++ b/robot/testsuites/integration/withdraw.robot @@ -5,7 +5,7 @@ Library ${RESOURCES}/neofs.py Library ${RESOURCES}/payment_neogo.py *** Test cases *** -NeoFS Simple Object Operations +NeoFS Deposit and Withdraw [Documentation] Testcase to validate NeoFS Withdraw operation. [Tags] Withdraw NeoFS NeoCLI [Timeout] 10 min