@@ -0,0 +1,15 @@
|
||||
- name: String
|
||||
attributes:
|
||||
name: Cls
|
||||
value: '4'
|
||||
size: '6'
|
||||
mutable: 'true'
|
||||
children:
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: NumericalString
|
||||
value: 'true'
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: ValidValues
|
||||
value: '8;16;32;64'
|
10
test/functional/tests/security/fuzzy/config/cache_mode.yml
Normal file
10
test/functional/tests/security/fuzzy/config/cache_mode.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- name: String
|
||||
attributes:
|
||||
name: ModeValue
|
||||
value: 'wt'
|
||||
mutable: 'true'
|
||||
children:
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: ValidValues
|
||||
value: 'pt;wa;wb;wo'
|
10
test/functional/tests/security/fuzzy/config/device.yml
Normal file
10
test/functional/tests/security/fuzzy/config/device.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- name: String
|
||||
attributes:
|
||||
name: Device
|
||||
value: '<DEV>'
|
||||
mutable: 'true'
|
||||
children:
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: type
|
||||
value: 'path'
|
10
test/functional/tests/security/fuzzy/config/flags.yml
Normal file
10
test/functional/tests/security/fuzzy/config/flags.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- name: String
|
||||
attributes:
|
||||
name: Flags
|
||||
value: '--load'
|
||||
mutable: 'true'
|
||||
children:
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: ValidValues
|
||||
value: '-l;-f;--force;-n;--no-data-flush;-b;--by-id-path'
|
@@ -0,0 +1,14 @@
|
||||
- name: String
|
||||
attributes:
|
||||
name: IoClassAllocation
|
||||
value: '1'
|
||||
mutable: 'true'
|
||||
children:
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: NumericalString
|
||||
value: 'true'
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: ValidValues
|
||||
value: '0;0.;0.00;0.5;0.55;1.;1.0;1.00'
|
@@ -0,0 +1,10 @@
|
||||
- name: String
|
||||
attributes:
|
||||
name: Device
|
||||
value: '/etc/opencas/ioclass-config.csv'
|
||||
mutable: 'true'
|
||||
children:
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: type
|
||||
value: 'path'
|
5
test/functional/tests/security/fuzzy/config/string.yml
Normal file
5
test/functional/tests/security/fuzzy/config/string.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: String
|
||||
attributes:
|
||||
name: Name
|
||||
value: 'String'
|
||||
mutable: 'true'
|
11
test/functional/tests/security/fuzzy/config/uint.yml
Normal file
11
test/functional/tests/security/fuzzy/config/uint.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
- name: String
|
||||
attributes:
|
||||
name: Uint
|
||||
value: '0'
|
||||
size: '32'
|
||||
mutable: 'true'
|
||||
children:
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: NumericalString
|
||||
value: 'true'
|
10
test/functional/tests/security/fuzzy/config/yes_no.yml
Normal file
10
test/functional/tests/security/fuzzy/config/yes_no.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- name: String
|
||||
attributes:
|
||||
name: ModeValue
|
||||
value: 'no'
|
||||
mutable: 'true'
|
||||
children:
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: ValidValues
|
||||
value: 'yes'
|
Reference in New Issue
Block a user