13 IntProducingService: {
14 ivalue: @local::int_value
15 branchType: @local::branch_type
18 # Test that products from the source can be looked up, but products
19 # from another service cannot be looked up.
20 LastDoubleProducingService: {
21 value: @local::double_value
22 source_input_label: "makeInt::input_source"
23 service_input_label: "IntProducingService::current_process"
24 branchType: @local::branch_type
31 module_type: IntTestAnalyzer
32 input_label: "IntProducingService::current_process"
33 branch_type: @local::branch_type
34 expected_value: @local::int_value
41 module_type: RootOutput