aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases/110_statistics/sqlite-keyed-xxhash.robot
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/cases/110_statistics/sqlite-keyed-xxhash.robot')
-rw-r--r--test/functional/cases/110_statistics/sqlite-keyed-xxhash.robot19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/functional/cases/110_statistics/sqlite-keyed-xxhash.robot b/test/functional/cases/110_statistics/sqlite-keyed-xxhash.robot
new file mode 100644
index 000000000..7a51e93ae
--- /dev/null
+++ b/test/functional/cases/110_statistics/sqlite-keyed-xxhash.robot
@@ -0,0 +1,19 @@
+*** Settings ***
+Suite Setup Statistics Setup
+Suite Teardown Statistics Teardown
+Resource lib.robot
+
+*** Variables ***
+${STATS_BACKEND} sqlite3
+${STATS_HASH} hash = "xxhash";
+${STATS_KEY} key = "${KEY_PVT1}";
+
+*** Test Cases ***
+Learn
+ Learn Test
+
+Relearn
+ Relearn Test
+
+Empty Part
+ Empty Part Test