add fuzzy statistics and fuzzy io class tests

Signed-off-by: jwirkus <jakubx.wirkus@intel.com>
This commit is contained in:
jwirkus
2022-04-19 16:01:49 +02:00
parent cd51bfbab1
commit 8ff10a48ba
30 changed files with 1127 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
- name: String
attributes:
name: CacheId
value: '1'
size: '14'
mutable: 'true'
children:
- name: Hint
attributes:
name: NumericalString
value: 'true'

View File

@@ -0,0 +1,11 @@
- name: String
attributes:
name: CoreId
value: '1'
size: '12'
mutable: 'true'
children:
- name: Hint
attributes:
name: NumericalString
value: 'true'

View File

@@ -0,0 +1,10 @@
- name: String
attributes:
name: FilterValue
value: 'all'
mutable: 'true'
children:
- name: Hint
attributes:
name: ValidValues
value: 'conf;usage;req;blk;ext;'

View File

@@ -0,0 +1,11 @@
- name: String
attributes:
name: IoClasssId
value: '0'
size: '8'
mutable: 'true'
children:
- name: Hint
attributes:
name: NumericalString
value: 'true'

View File

@@ -0,0 +1,10 @@
- name: String
attributes:
name: Format
value: 'table'
mutable: 'true'
children:
- name: Hint
attributes:
name: ValidValues
value: 'csv;'