diff options
Diffstat (limited to 'test/functional/cases/120_fuzzy/encrypted.robot')
-rw-r--r-- | test/functional/cases/120_fuzzy/encrypted.robot | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/test/functional/cases/120_fuzzy/encrypted.robot b/test/functional/cases/120_fuzzy/encrypted.robot index 45408d7f8..21fd87908 100644 --- a/test/functional/cases/120_fuzzy/encrypted.robot +++ b/test/functional/cases/120_fuzzy/encrypted.robot @@ -1,20 +1,14 @@ *** Settings *** -Suite Setup Encrypted Fuzzy Setup +Suite Setup Fuzzy Setup Encrypted Siphash Suite Teardown Generic Teardown Resource lib.robot *** Test Cases *** Fuzzy Add - Fuzzy Add Test + Fuzzy Multimessage Add Test -Fuzzy Delete - Fuzzy Delete Test +Fuzzy Fuzzy + Fuzzy Multimessage Fuzzy Test -Fuzzy Overwrite - Fuzzy Overwrite Test - -*** Keywords *** -Encrypted Fuzzy Setup - Set Suite Variable ${SETTINGS_FUZZY_WORKER} "keypair": {"pubkey": "${KEY_PUB1}", "privkey": "${KEY_PVT1}"}; "encrypted_only": true; - Set Suite Variable ${SETTINGS_FUZZY_CHECK} encryption_key = "${KEY_PUB1}"; - Generic Setup +Fuzzy Miss + Fuzzy Multimessage Miss Test |