1 # Test the seeds service: must crash on bad policy input
4 # Valid: no (invalid policy name)
6 # Purpose: check that invalid policy name triggers an error
9 #include "messageService.fcl"
11 # Give this job a name.
12 process_name : SeedTestInvalid
14 # Start form an empty source
17 module_type : EmptyEvent
23 message : @local::mf_interactive
24 RandomNumberGenerator: {}
27 policy : "ThisIsNotAValidPolicy"
32 endOfJobSummary : true
41 module_type : SeedTestPolicy
46 module_type : SeedTestPolicy
48 instanceNames : [ "a", "c" ]
52 e1 : [stest01, stest02]