aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases/statistics/sqlite-keyed-xxhash.robot
blob: 7a51e93ae913519042fde0dc464126d6d6dc5b78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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