sbsv2/raptor/test/metadata/system/system_definition_2.0.0.xml
author lorewang
Wed, 01 Dec 2010 16:05:36 +0800
changeset 715 e0739b8406dd
parent 591 22486c9c7b15
permissions -rw-r--r--
Specify extenal tool with path

<SystemDefinition name="MCL" schema="2.0.0" > 
	<systemModel>
	    <layer name="test">
			<component name="Test Component 1">
				<unit bldFile="simple" mrp="simple/simple.mrp"/>
			</component>
			<component name="Test Component 2">
				<unit bldFile="test/smoke_suite/test_resources/basics/helloworld" root="SBS_HOME" mrp="test/smoke_suite/test_resources/basics/helloworld.mrp"/>
			</component>
			<component name="Incorrect root attribute">
				<unit bldFile="basics/helloworld" root="NON_EXISTENT_ENVVAR" mrp="basics/helloworld.mrp"/>
			</component>
			<component name="Missing Component">
				<unit unitID="MCOMP" name="missing_component" bldFile="basics\missing" mrp="basics\missing\missing.mrp"/>
			</component>
		</layer>
	</systemModel>
</SystemDefinition>