Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

191 lines
4.4 KiB

  1. [PMTE]
  2. //
  3. // If the client dosn't conect in the below specified time
  4. // the clinet process will be terminated. This number is in seconds.
  5. // A 0 indecates we will wait for ever
  6. //
  7. MaxClientConectTimeLatency=40
  8. // Maximume time a test must complet the state change and
  9. // acknolege it. If not done with in that time it is a failure.
  10. // This number is in seconds. A 0 indecates we will wait for ever
  11. // for the cliant to ack.
  12. MaxClientStateChangeAckLatency=180
  13. DenyQuertSuspend = 0
  14. UiIfAllowed = 0
  15. PowerActionFlags=3
  16. WakeUpLatencyInSeconds=120
  17. DeviceTypesNotToTestString="VIDEO"
  18. [PMTE_TEST_SCIPTS]
  19. s1="Stress_Without_Critical.ini"
  20. s2="Stress_With_Critical.ini"
  21. s3="Boot_Test.ini"
  22. s4="Manual.ini"
  23. s5="Stress_With_Diff_RTC_Values.ini"
  24. s6="test_pmte.ini"
  25. s7="hct.ini"
  26. [DEVICE_DEFAULT]
  27. TestName=DEFAULT
  28. Type="unknown"
  29. [DISK_DEFAULT]
  30. //
  31. // TestName
  32. TestName=DISK
  33. Type="DISK"
  34. [CDROM_DEFAULT]
  35. TestName=CD_ROM
  36. Type="CD_ROM"
  37. [FLOPPY_DEFAULT]
  38. TestName=FLOPPY
  39. Type="FLOPPY"
  40. [COMPORT_DEFAULT]
  41. TestName=com
  42. Type="COMPORT"
  43. [LPT_DEFAULT]
  44. TestName=LPT
  45. Type="Parallel"
  46. [VIDEO_DEFAULT]
  47. TestName=powerman
  48. Type="VIDEO"
  49. [SOUND_DEFAULT]
  50. TestName=sound
  51. Type="SOUND"
  52. [NET_DEFAULT]
  53. TestName=NET
  54. Type="NET"
  55. [NETIO_DEFAULT]
  56. TestName=NET_IO
  57. Type="NET"
  58. [IRDA_DEFAULT]
  59. TestName=IRDA
  60. Type="IRDA"
  61. [DEVNODES_DEFAULT]
  62. TestName=DEVNODES
  63. Type="DEVNODES"
  64. [DEFAULT_TEST_INFO]
  65. // Maximume number of instances I can run this
  66. // test at the same time. 0 Indecates unlimeted.
  67. // This affects all tests in this section. If a specific test
  68. // has a different Instance count repeat this
  69. // in the test specific section
  70. MaxInstances=0
  71. TestDisplayName="UNKNOWN"
  72. ErrorDllName="gendev.dll"
  73. DeviceNameFilterType="NON"
  74. ValidateTestDeviceMethodType="ValidateDefaultMethod"
  75. BinaryName="NON"
  76. Param1="NON"
  77. [SDSTRESS_TEST_INFO]
  78. // TestFormatString : sprintf() format string to create the CreateProcess string
  79. // first %s is the exe name. Second %s is the device name .
  80. // third %s is the log file name.
  81. TestFormatString="%s /S:%s /Log:%s.log /pmte /p:100000 /r"
  82. TestDisplayName="Disk Stress"
  83. DeviceNameFilterType="FIRST_CHAR_OF_DEVICE_NAME"
  84. ValidateTestDeviceMethodType="ValidateDiskMethod"
  85. BinaryName=sdstress
  86. [POWERMAN_TEST_INFO]
  87. TestFormatString="%s %s.log"
  88. TestDisplayName="Video"
  89. BinaryName=powerman
  90. [SOUND_TEST_INFO]
  91. TestFormatString="%s /D: %s /LOG: %s /TF: %lu /CHOP"
  92. TestDisplayName="Sound (Did you hear sound?)"
  93. ErrorDllName="gendev.dll"
  94. BinaryName=pmtedt
  95. [NET_TEST_INFO]
  96. TestFormatString="%s /D: %s /LOG: %s /TF: %lu"
  97. TestDisplayName="Net enum and ping test"
  98. ValidateTestDeviceMethodType="ValidateDiskMethod"
  99. BinaryName=pmtedt
  100. [NET_IO_TEST_INFO]
  101. TestFormatString="%s /D: %s /LOG: %s /fl /TF: %lu"
  102. Arg="\\hctpro\pmte"
  103. TestDisplayName="Net Read Write I/O"
  104. ValidateTestDeviceMethodType="ValidateDiskMethod"
  105. DeviceNameFilterType="NetArgPlusUniqueName"
  106. BinaryName=pmtedt
  107. [COM_TEST_INFO]
  108. TestFormatString="%s /D: %s /LOG: %s /TF: %lu /CHOP"
  109. TestDisplayName="COMX Read Write I/O"
  110. ValidateTestDeviceMethodType="ValidateDiskMethod"
  111. BinaryName=pmtedt
  112. [LPT_TEST_INFO]
  113. TestFormatString="%s /D: %s /LOG: %s /fl /TF: %lu /CHOP"
  114. TestDisplayName="Parallel port Ioctl"
  115. ValidateTestDeviceMethodType="ValidateDiskMethod"
  116. BinaryName=pmtedt
  117. [DISK_TEST_INFO]
  118. TestFormatString="%s /D: %s /TS: 20 /LOG: %s /fl /TF: %lu /CHOP"
  119. TestDisplayName="Disk Read Write I/O"
  120. DeviceNameFilterType="AppendUniqueName"
  121. ValidateTestDeviceMethodType="ValidateDiskMethod"
  122. BinaryName=pmtedt
  123. [FLOPPY_TEST_INFO]
  124. TestFormatString="%s /D: %s /TS: 3 /LOG: %s /fl /TF: %lu /CHOP"
  125. TestDisplayName="Floppy Read Write I/O"
  126. DeviceNameFilterType="AppendUniqueName"
  127. ValidateTestDeviceMethodType="ValidateDiskMethod"
  128. BinaryName=pmtedt
  129. [CD_ROM_TEST_INFO]
  130. TestFormatString="%s /D: %s /TS: 20 /LOG: %s /fl /TF: %lu /CHOP"
  131. TestDisplayName="CD-ROM Read test"
  132. DeviceNameFilterType="NON"
  133. ValidateTestDeviceMethodType="ValidateDiskMethod"
  134. BinaryName=pmtedt
  135. [IRDA_TEST_INFO]
  136. TestFormatString="%s /D: %s /LOG: %s /fl /TF: %lu /CHOP"
  137. TestDisplayName="Irda test"
  138. ValidateTestDeviceMethodType="ValidateDiskMethod"
  139. BinaryName=pmtedt
  140. [DEVNODES_TEST_INFO]
  141. TestFormatString="%s /D: %s /LOG: %s"
  142. TestDisplayName="Seach for devnodes with problems"
  143. ErrorDllName="pmcs.dll"
  144. BinaryName=popnp
  145. [DUMY_TEST_INFO]
  146. TestFormatString="%s %s"
  147. TestDisplayName="Dumy testtest"
  148. BinaryName=rs