final configuration for paper tests
This commit is contained in:
parent
4891ebe5c6
commit
feb09ee580
1 changed files with 9 additions and 6 deletions
|
|
@ -13,16 +13,16 @@ prepare:
|
||||||
tests: injection_tests
|
tests: injection_tests
|
||||||
generator: fork_based_set_injection
|
generator: fork_based_set_injection
|
||||||
victim-process: dut.mult
|
victim-process: dut.mult
|
||||||
hit-probability: 0.1
|
hit-probability: 0.8
|
||||||
modes-per-fork: 1
|
modes-per-fork: 1
|
||||||
coverage-certainty: 0.9
|
coverage-certainty: 0.4
|
||||||
victim-coverage: 0.5
|
victim-coverage: 1
|
||||||
injection-windows:
|
injection-windows:
|
||||||
- begin: 240
|
- begin: 240
|
||||||
end: 3000
|
end: 1200
|
||||||
injection-duration:
|
injection-duration:
|
||||||
min: 5
|
min: 10
|
||||||
max: 30
|
max: 40
|
||||||
inject-undefined: false
|
inject-undefined: false
|
||||||
random-seed: 1234567
|
random-seed: 1234567
|
||||||
|
|
||||||
|
|
@ -34,3 +34,6 @@ deploy:
|
||||||
outputs:
|
outputs:
|
||||||
sim_outputs: sim_result
|
sim_outputs: sim_result
|
||||||
top: tb
|
top: tb
|
||||||
|
|
||||||
|
# select count (*) from sim_outputs where (fault_flags & B'100000') = B'100000';
|
||||||
|
# update sim_configs set part_status = 'not_started' where part_status = 'finished' and not exists (select 1 from sim_outputs so where so.sim_config = sim_configs.id);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue