aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases/statistics/compat-keyed.robot
blob: 1242df12c135a06533eb09d1586bf1c23f592a76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*** Settings ***
Suite Setup     Statistics Setup
Suite Teardown  Statistics Teardown
Resource        lib.robot

*** Variables ***
${STATS_BACKEND}  mmap
${STATS_HASH}   hash = "compat";
${STATS_KEY}    key = "${KEY_PVT1}";
${STATS_PATH_CACHE}  name = "sqlite3"; path = "\${TMPDIR}/learn_cache.db";

*** Test Cases ***
Learn
  Learn Test

Relearn
  Relearn Test

Empty Part
  Empty Part Test