blob: 0679e2653f4797b2b85166ed6f85508462769715 [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
# test for defining topology as property file
dt.operator.O1.classname=com.datatorrent.stram.plan.logical.module.TestModuleExpansion$DummyInputOperator
dt.operator.O1.inputOperatorProp=1
dt.operator.O2.classname=com.datatorrent.stram.plan.logical.module.TestModuleExpansion$DummyOperator
dt.operator.O2.operatorProp=2
dt.operator.Ma.classname=com.datatorrent.stram.plan.logical.module.TestModuleExpansion$Level2ModuleA
dt.operator.Ma.level2ModuleAProp1=11
dt.operator.Ma.level2ModuleAProp2=12
dt.operator.Ma.level2ModuleAProp3=13
dt.operator.Mb.classname=com.datatorrent.stram.plan.logical.module.TestModuleExpansion$Level2ModuleB
dt.operator.Mb.level2ModuleBProp1=21
dt.operator.Mb.level2ModuleBProp2=22
dt.operator.Mb.level2ModuleBProp3=23
dt.operator.Mc.classname=com.datatorrent.stram.plan.logical.module.TestModuleExpansion$Level2ModuleA
dt.operator.Mc.level2ModuleAProp1=31
dt.operator.Mc.level2ModuleAProp2=32
dt.operator.Mc.level2ModuleAProp3=33
dt.operator.Md.classname=com.datatorrent.stram.plan.logical.module.TestModuleExpansion$Level2ModuleB
dt.operator.Md.level2ModuleBProp1=41
dt.operator.Md.level2ModuleBProp2=42
dt.operator.Md.level2ModuleBProp3=43
dt.operator.Me.classname=com.datatorrent.stram.plan.logical.module.TestModuleExpansion$Level3Module
dt.stream.O1_O2.source=O1.out
dt.stream.O1_O2.sinks=O2.in,Me.mIn
dt.stream.O2_Ma.source=O2.out1
dt.stream.O2_Ma.sinks=Ma.mIn
dt.stream.Ma_Mb.source=Ma.mOut1
dt.stream.Ma_Mb.sinks=Mb.mIn
dt.stream.Ma_Md.source=Ma.mOut2
dt.stream.Ma_Md.sinks=Md.mIn
dt.stream.Mb_Mc.source=Mb.mOut2
dt.stream.Mb_Mc.sinks=Mc.mIn