1 # This configuration is used to verify that getMany invoked in a
2 # module retrieves only the products that have been inserted by
3 # modules on that path (or from the source file).
13 module_type: IntProducer
14 ivalue: @local::m1Number
17 module_type: IntProducer
18 ivalue: @local::m2Number
21 module_type: IntsVerifier
22 expectedValues: [@local::m1Number]
25 module_type: IntsVerifier
26 expectedValues: [@local::m2Number]