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.

178 lines
4.2 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=60
  13. DenyQuertSuspend = 0
  14. UiIfAllowed = 0
  15. PowerActionFlags=3
  16. WakeUpLatencyInSeconds=60
  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. [DEVICE_DEFAULT]
  26. TestName=DEFAULT
  27. Type="unknown"
  28. [DISK_DEFAULT]
  29. //
  30. // TestName
  31. TestName=DISK
  32. Type="DISK"
  33. [CDROM_DEFAULT]
  34. TestName=CD_ROM
  35. Type="CD_ROM"
  36. [FLOPPY_DEFAULT]
  37. TestName=FLOPPY
  38. Type="FLOPPY"
  39. [COMPORT_DEFAULT]
  40. TestName=com
  41. Type="COMPORT"
  42. [LPT_DEFAULT]
  43. TestName=LPT
  44. Type="Parallel"
  45. [VIDEO_DEFAULT]
  46. TestName=powerman
  47. Type="VIDEO"
  48. [SOUND_DEFAULT]
  49. TestName=sound
  50. Type="SOUND"
  51. [NET_DEFAULT]
  52. TestName=NET
  53. Type="NET"
  54. [IRDA_DEFAULT]
  55. TestName=IRDA
  56. Type="IRDA"
  57. [DEVNODES_DEFAULT]
  58. TestName=DEVNODES
  59. Type="DEVNODES"
  60. [DEFAULT_TEST_INFO]
  61. // Maximume number of instances I can run this
  62. // test at the same time. 0 Indecates unlimeted.
  63. // This affects all tests in this section. If a specific test
  64. // has a different Instance count repeat this
  65. // in the test specific section
  66. MaxInstances=0
  67. TestDisplayName="UNKNOWN"
  68. ErrorDllName="gendev.dll"
  69. DeviceNameFilterType="NON"
  70. ValidateTestDeviceMethodType="ValidateDefaultMethod"
  71. BinaryName="NON"
  72. Param1="NON"
  73. [SDSTRESS_TEST_INFO]
  74. // TestFormatString : sprintf() format string to create the CreateProcess string
  75. // first %s is the exe name. Second %s is the device name .
  76. // third %s is the log file name.
  77. TestFormatString="%s /S:%s /Log:%s.log /pmte /p:100000 /r"
  78. TestDisplayName="Disk Stress"
  79. DeviceNameFilterType="FIRST_CHAR_OF_DEVICE_NAME"
  80. ValidateTestDeviceMethodType="ValidateDiskMethod"
  81. BinaryName=sdstress
  82. [POWERMAN_TEST_INFO]
  83. TestFormatString="%s %s.log"
  84. TestDisplayName="Video"
  85. BinaryName=powerman
  86. [SOUND_TEST_INFO]
  87. TestFormatString="%s /D: %s /LOG: %s /TF: %lu"
  88. TestDisplayName="Sound (Did you hear sound?)"
  89. ErrorDllName="gendev.dll"
  90. BinaryName=pmtedt
  91. [NET_TEST_INFO]
  92. TestFormatString="%s /D: %s /LOG: %s /fl /TF: %lu"
  93. Arg="\\hctpro\pmte"
  94. TestDisplayName="Net Read Write I/O"
  95. ValidateTestDeviceMethodType="ValidateDiskMethod"
  96. DeviceNameFilterType="NetArgPlusUniqueName"
  97. BinaryName=pmtedt
  98. [COM_TEST_INFO]
  99. TestFormatString="%s /D: %s /LOG: %s /fl /TF: %lu"
  100. TestDisplayName="Parallel port Ioctl"
  101. ValidateTestDeviceMethodType="ValidateDiskMethod"
  102. BinaryName=pmtedt
  103. [LPT_TEST_INFO]
  104. TestFormatString="%s /D: %s /LOG: %s /fl /TF: %lu"
  105. TestDisplayName="COMX Read Write I/O"
  106. ValidateTestDeviceMethodType="ValidateDiskMethod"
  107. BinaryName=pmtedt
  108. [DISK_TEST_INFO]
  109. TestFormatString="%s /D: %s /TS: 20 /LOG: %s /fl /TF: %lu"
  110. TestDisplayName="Disk Read Write I/O"
  111. DeviceNameFilterType="AppendUniqueName"
  112. ValidateTestDeviceMethodType="ValidateDiskMethod"
  113. BinaryName=pmtedt
  114. [FLOPPY_TEST_INFO]
  115. TestFormatString="%s /D: %s /TS: 3 /LOG: %s /fl /TF: %lu"
  116. TestDisplayName="Floppy Read Write I/O"
  117. DeviceNameFilterType="AppendUniqueName"
  118. ValidateTestDeviceMethodType="ValidateDiskMethod"
  119. BinaryName=pmtedt
  120. [CD_ROM_TEST_INFO]
  121. TestFormatString="%s /D: %s /TS: 20 /LOG: %s /fl /TF: %lu"
  122. TestDisplayName="CD-ROM Read test"
  123. DeviceNameFilterType="NON"
  124. ValidateTestDeviceMethodType="ValidateDiskMethod"
  125. BinaryName=pmtedt
  126. [IRDA_TEST_INFO]
  127. TestFormatString="%s /D: %s /LOG: %s /fl /TF: %lu"
  128. TestDisplayName="Irda test"
  129. ValidateTestDeviceMethodType="ValidateDiskMethod"
  130. BinaryName=pmtedt
  131. [DEVNODES_TEST_INFO]
  132. TestFormatString="%s /D: %s /LOG: %s"
  133. TestDisplayName="Seach for devnodes with problems"
  134. ErrorDllName="pmcs.dll"
  135. BinaryName=popnp
  136. [DUMY_TEST_INFO]
  137. TestFormatString="%s %s"
  138. TestDisplayName="Dumy testtest"
  139. BinaryName=rs