add fuzzy statistics and fuzzy io class tests
Signed-off-by: jwirkus <jakubx.wirkus@intel.com>
This commit is contained in:
11
test/functional/tests/security/fuzzy/config/cache_id.yml
Normal file
11
test/functional/tests/security/fuzzy/config/cache_id.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
- name: String
|
||||
attributes:
|
||||
name: CacheId
|
||||
value: '1'
|
||||
size: '14'
|
||||
mutable: 'true'
|
||||
children:
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: NumericalString
|
||||
value: 'true'
|
11
test/functional/tests/security/fuzzy/config/core_id.yml
Normal file
11
test/functional/tests/security/fuzzy/config/core_id.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
- name: String
|
||||
attributes:
|
||||
name: CoreId
|
||||
value: '1'
|
||||
size: '12'
|
||||
mutable: 'true'
|
||||
children:
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: NumericalString
|
||||
value: 'true'
|
10
test/functional/tests/security/fuzzy/config/filter.yml
Normal file
10
test/functional/tests/security/fuzzy/config/filter.yml
Normal 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;'
|
11
test/functional/tests/security/fuzzy/config/io_class_id.yml
Normal file
11
test/functional/tests/security/fuzzy/config/io_class_id.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
- name: String
|
||||
attributes:
|
||||
name: IoClasssId
|
||||
value: '0'
|
||||
size: '8'
|
||||
mutable: 'true'
|
||||
children:
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: NumericalString
|
||||
value: 'true'
|
@@ -0,0 +1,10 @@
|
||||
- name: String
|
||||
attributes:
|
||||
name: Format
|
||||
value: 'table'
|
||||
mutable: 'true'
|
||||
children:
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: ValidValues
|
||||
value: 'csv;'
|
Reference in New Issue
Block a user