videocollection/mpxmyvideoscollection/tsrc/mpxmvcolltest/custom/prerun_custom.xml
branchRCL_3
changeset 23 befca0ec475f
parent 22 839377eedc2b
--- a/videocollection/mpxmyvideoscollection/tsrc/mpxmvcolltest/custom/prerun_custom.xml	Tue Aug 31 15:15:55 2010 +0300
+++ b/videocollection/mpxmyvideoscollection/tsrc/mpxmvcolltest/custom/prerun_custom.xml	Wed Sep 01 12:30:28 2010 +0100
@@ -10,6 +10,30 @@
         <param dir="c:\logs\Fusion"/>
     	</params>
 </step>
+<step name="Create log directory for livetv" harness="STIF" enabled="true" passrate="100" significant="false">
+    	<command>makedir</command>
+    	<params>
+        <param dir="c:\logs\Livetv"/>
+    	</params>
+</step>
+<step name="Create log directory for iptv" harness="STIF" enabled="true" passrate="100" significant="false">
+    	<command>makedir</command>
+    	<params>
+        <param dir="c:\logs\iptv"/>
+    	</params>
+</step>
+<step name="Create directory for verify files" harness="STIF" enabled="true" passrate="100" significant="false">
+    	<command>makedir</command>
+    	<params>
+        <param dir="c:\testing\data\verifyzip"/>
+    	</params>
+</step>
+<step name="Create directory for verify files" harness="STIF" enabled="true" passrate="100" significant="false">
+    	<command>makedir</command>
+    	<params>
+        <param dir="c:\testing\data\verifynew"/>
+    	</params>
+</step>
 <step name="Create directory for TestScripter logs" harness="STIF" enabled="true" passrate="100" significant="false">
     	<command>makedir</command>
     	<params>
@@ -27,4 +51,4 @@
     	<params>
         <param dir="c:\logs\testframework\Testserver"/>
     	</params>
-</step>
+</step>
\ No newline at end of file