1 # Test the seeds service.
3 # Policy: preDefinedOffset
4 # Valid: no (one seed offset larger than the allowed range)
6 # Purpose: check on seed range
8 # This test configuration contains errors. The second module will fail (trying
9 # twice to use an offset higher than the largest offset we promised to use), so
10 # its configuration informs it of the expected failure.
12 # Note that there are two expected errors: the test module asks for the seed
13 # twice to verify that the seed is always the same; each of the two calls will
14 # generate one error (as exception).
17 #include "messageService.fcl"
19 # Give this job a name.
20 process_name : SeedTestPredefinedOfs
22 # Start form an empty source
25 module_type : EmptyEvent
31 message : @local::mf_interactive
32 RandomNumberGenerator: {}
35 policy : "preDefinedOffset"
40 endOfJobSummary : true
59 module_type : SeedTestPolicy
61 instanceNames : [ "a", "b" ]
65 module_type : SeedTestPolicy
67 instanceNames : [ "a", "c" ]
73 e1 : [stest01, stest02]