Add missing peach fuzzer config files

Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:
Katarzyna Treder 2024-08-22 14:36:31 +02:00 committed by Katarzyna Treder
parent 619a6c8e2a
commit 8156abdd12
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,10 @@
- name: String
attributes:
name: CleaningPolicy
value: 'alru'
mutable: 'true'
children:
- name: Hint
attributes:
name: ValidValues
value: 'acp;nop'

View 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;'

View File

@ -0,0 +1,10 @@
- name: String
attributes:
name: PromotionPolicy
value: 'always'
mutable: 'true'
children:
- name: Hint
attributes:
name: ValidValues
value: 'always;nhit'

View File

@ -0,0 +1,10 @@
- name: String
attributes:
name: SeqCutoffPolicy
value: 'full'
mutable: 'true'
children:
- name: Hint
attributes:
name: ValidValues
value: 'full;always;never'