From 26f98c2cab01cbd5100a43b1cffae55bf404dc5e Mon Sep 17 00:00:00 2001 From: Elizaveta Chichindaeva Date: Fri, 10 Dec 2021 16:46:58 +0300 Subject: [PATCH] Delete unnecessary file Signed-off-by: Elizaveta Chichindaeva --- .../integration/acl/test_eacl.robot | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 robot/testsuites/integration/acl/test_eacl.robot diff --git a/robot/testsuites/integration/acl/test_eacl.robot b/robot/testsuites/integration/acl/test_eacl.robot deleted file mode 100644 index 3576b90..0000000 --- a/robot/testsuites/integration/acl/test_eacl.robot +++ /dev/null @@ -1,25 +0,0 @@ -*** Settings *** -Variables ../../../variables/common.py -Library ../${RESOURCES}/neofs.py -Library ../${RESOURCES}/payment_neogo.py - -Resource common_steps_acl_basic.robot -Resource ../${RESOURCES}/payment_operations.robot -Resource ../${RESOURCES}/setup_teardown.robot -Resource robot/testsuites/integration/acl/common_steps_acl_extended.robot - - -*** Test cases *** -Basic ACL Operations for Private Container - [Documentation] Testcase to validate NeoFS operations with ACL for Private Container. - [Tags] ACL NeoFS NeoCLI - [Timeout] 20 min - - [Setup] Setup - - ${WALLET} ${ADDR} ${USER_KEY} = Prepare Wallet And Deposit - ${WALLET_OTH} ${ADDR_OTH} ${OTHER_KEY} = Prepare Wallet And Deposit - - ${CID} = Create Container Public ${USER_KEY} - ${S_OID_USER} = Put object ${USER_KEY} ./test.txt ${CID} ${EMPTY} ${EMPTY} - \ No newline at end of file