aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases/120_fuzzy/encrypted.robot
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-07-28 13:57:55 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-07-28 13:57:55 +0100
commitd4bab2f70adbabf14e734f4c9bc497843c298f5c (patch)
tree753fc2f88f493c249d25bc180b282098340b3d8b /test/functional/cases/120_fuzzy/encrypted.robot
parentd7ea09ea1f70fb94fb6f8510af16805c3f71b70f (diff)
downloadrspamd-d4bab2f70adbabf14e734f4c9bc497843c298f5c.tar.gz
rspamd-d4bab2f70adbabf14e734f4c9bc497843c298f5c.zip
[Test] Reorder tests
Diffstat (limited to 'test/functional/cases/120_fuzzy/encrypted.robot')
-rw-r--r--test/functional/cases/120_fuzzy/encrypted.robot20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/functional/cases/120_fuzzy/encrypted.robot b/test/functional/cases/120_fuzzy/encrypted.robot
new file mode 100644
index 000000000..45408d7f8
--- /dev/null
+++ b/test/functional/cases/120_fuzzy/encrypted.robot
@@ -0,0 +1,20 @@
+*** Settings ***
+Suite Setup Encrypted Fuzzy Setup
+Suite Teardown Generic Teardown
+Resource lib.robot
+
+*** Test Cases ***
+Fuzzy Add
+ Fuzzy Add Test
+
+Fuzzy Delete
+ Fuzzy Delete 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