34
|
1 |
<step name="Create log directory for testmodule" harness="STIF" enabled="true" passrate="100" significant="false">
|
|
2 |
<command>makedir</command>
|
|
3 |
<params>
|
|
4 |
<param dir="c:\logs\testframework"/>
|
|
5 |
</params>
|
|
6 |
</step>
|
|
7 |
<step name="Create directory for TestScripter logs" harness="STIF" enabled="true" passrate="100" significant="false">
|
|
8 |
<command>makedir</command>
|
|
9 |
<params>
|
|
10 |
<param dir="c:\logs\testframework\TestScripter"/>
|
|
11 |
</params>
|
|
12 |
</step>
|
|
13 |
<step name="Create directory for Testengine logs" harness="STIF" enabled="true" passrate="100" significant="false">
|
|
14 |
<command>makedir</command>
|
|
15 |
<params>
|
|
16 |
<param dir="c:\logs\testframework\Testengine"/>
|
|
17 |
</params>
|
|
18 |
</step>
|
|
19 |
<step name="Create directory for Testserver logs" harness="STIF" enabled="true" passrate="100" significant="false">
|
|
20 |
<command>makedir</command>
|
|
21 |
<params>
|
|
22 |
<param dir="c:\logs\testframework\Testserver"/>
|
|
23 |
</params>
|
|
24 |
</step>
|
|
25 |
<!---
|
|
26 |
<step name="Install IAP file" harness="STIF" enabled="true" passrate="100" significant="false">
|
|
27 |
<command>install</command>
|
|
28 |
<reboot target-alias="*" when="after" />
|
|
29 |
<params>
|
|
30 |
<param src="cccccc00.cre"/>
|
|
31 |
<param dst="c:\private\10202be9\persists\cccccc00.cre"/>
|
|
32 |
</params>
|
|
33 |
</step>
|
|
34 |
-->
|