Add missing peach fuzzer config files
Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:
parent
619a6c8e2a
commit
8156abdd12
@ -0,0 +1,10 @@
|
||||
- name: String
|
||||
attributes:
|
||||
name: CleaningPolicy
|
||||
value: 'alru'
|
||||
mutable: 'true'
|
||||
children:
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: ValidValues
|
||||
value: 'acp;nop'
|
10
test/functional/tests/security/fuzzy/config/param_name.yml
Normal file
10
test/functional/tests/security/fuzzy/config/param_name.yml
Normal file
@ -0,0 +1,10 @@
|
||||
- name: String
|
||||
attributes:
|
||||
name: ParamName
|
||||
value: 'cleaning'
|
||||
mutable: 'true'
|
||||
children:
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: ValidValues
|
||||
value: 'cleaning-alru;cleaning-acp;promotion;promotion-nhit;seq-cutoff;'
|
@ -0,0 +1,10 @@
|
||||
- name: String
|
||||
attributes:
|
||||
name: PromotionPolicy
|
||||
value: 'always'
|
||||
mutable: 'true'
|
||||
children:
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: ValidValues
|
||||
value: 'always;nhit'
|
@ -0,0 +1,10 @@
|
||||
- name: String
|
||||
attributes:
|
||||
name: SeqCutoffPolicy
|
||||
value: 'full'
|
||||
mutable: 'true'
|
||||
children:
|
||||
- name: Hint
|
||||
attributes:
|
||||
name: ValidValues
|
||||
value: 'full;always;never'
|
Loading…
Reference in New Issue
Block a user