New-HwCertProjectDefinitionFile

New-HwCertProjectDefinitionFile

Creates an HCK project definition file.

構文

Parameter Set: MachineList
New-HwCertProjectDefinitionFile -MachineList <String[]> [-ClassIdList <String[]> ] [-ContainerIdList <String[]> ] [-ControllerName <String> ] [-CrashDumpCollection <String> ] [-DriverList <String[]> ] [-EnableIsolateTargets] [-EnableMultiDeviceTest] [-HwIdList <String[]> ] [-OutputAutomatedPdef] [-PdefFilePath <String> ] [-ProjectName <String> ] [-RunSystemTest] [-SkipTestStatus <String> ] [-TestAllDevices] [-TestCollectionFilePath <String> ] [ <CommonParameters>]

Parameter Set: MachinePool
New-HwCertProjectDefinitionFile -MachinePool <String> [-ClassIdList <String[]> ] [-ContainerIdList <String[]> ] [-ControllerName <String> ] [-CrashDumpCollection <String> ] [-DriverList <String[]> ] [-EnableIsolateTargets] [-EnableMultiDeviceTest] [-HwIdList <String[]> ] [-OutputAutomatedPdef] [-PdefFilePath <String> ] [-ProjectName <String> ] [-RunSystemTest] [-SkipTestStatus <String> ] [-TestAllDevices] [-TestCollectionFilePath <String> ] [ <CommonParameters>]

Parameter Set: PdefOverrides
New-HwCertProjectDefinitionFile [-ClassIdList <String[]> ] [-ContainerIdList <String[]> ] [-ControllerName <String> ] [-CrashDumpCollection <String> ] [-EnableIsolateTargets] [-EnableMultiDeviceTest] [-HwIdList <String[]> ] [-MachineList <String[]> ] [-MachinePool <String> ] [-OutputAutomatedPdef] [-PdefFilePath <String> ] [-ProjectName <String> ] [-RunSystemTest] [-SkipTestStatus <String> ] [-TestAllDevices] [-TestCollectionFilePath <String> ] [ <CommonParameters>]

詳細説明

The New-HwCertProjectDefinitionFile cmdlet creates a Windows Hardware Certification Kit (HCK) project definition file. The project definition file includes the targets, such as devices and systems, for certification tests. The HCK automation tool uses the settings in this file to determine which targets to test. For more information, see Windows Hardware Certification Kit (HCK) (https://msdn.microsoft.com/en-us/library/windows/hardware/hh833788.aspx) in the Microsoft Developer Network (MSDN) Library.

You can update this generated file by adding any changes that are valid with respect to the project definition file schema.

パラメーター

-ClassIdList<String[]>

Specifies an array of class GUIDs as strings. For more information, see {Class-GUID} (https://technet.microsoft.com/en-us/library/cc957340.aspx) in the TechNet library. You can use a comma-separated list.

エイリアス

ClassList

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-ContainerIdList<String[]>

Specifies an array of container IDs, in GUID format. You can use a comma-separated list.

エイリアス

ContainerList

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-ControllerName<String>

Specifies the name of the controller or test server. The project definition file stores the controller name in the Controller attribute of the <ProjectDefinitionData> element. If you do not provide a controller name and do not specify the OutputAutomatedPdef parameter, the cmdlet uses the current computer.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-CrashDumpCollection<String>

Specifies the type of Windows crash dump file to generate and collect for the project. このパラメーターに対して使用できる値:
     -- Mini
     -- Kernel
     -- Full
     -- Disable

Default value is Disable.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-DriverList<String[]>

Specifies an array of names of target drivers. You can use a comma-separated list.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-EnableIsolateTargets

Indicates that the cmdlet creates an individual device family for each discovered target. If you do not specify this parameter, the cmdlet groups targets into families based on device class.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-EnableMultiDeviceTest

Indicates that multiple-device scheduling is enabled. The project definition file stores the Boolean setting for multiple-device scheduling in the <MultiDeviceTestGroup> element.

エイリアス

EMDT

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-HwIdList<String[]>

Specifies an array of hardware IDs for target devices. You can use a comma-separated list.

You can specify partial hardware IDs. The cmdlet matches a partial value as a substring of the hardware ID format. The comparison uses ASCII characters and is not case sensitive. If the ID contains an ampersand character (&), enclose the ID in double quotes (""). In Windows PowerShell®, the ampersand is a reserved character.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-MachineList<String[]>

Specifies an array of test computer names. You can use a comma-separated list. If you specify more than one computer, all of them must be in the same pool.

エイリアス

Machine

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-MachinePool<String>

Specifies the name of an existing machine pool, which contains test computers.

エイリアス

Pool

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-OutputAutomatedPdef

Indicates that the cmdlet generates the following attributes in the project definition file:
     -- Controller = "[MACHINE]"
     -- TestCollectionReadLocation = "[FILTERED_TEST_COLLECTION]"
     -- Path = "[PACKAGES]"

エイリアス

automate

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-PdefFilePath<String>

Specifies the name of the project definition file. If you do not specify a name, the cmdlet creates a name in the following format: %UserProfile%\Desktop\PDEF_Files\PDEF_TimeDate\PDEF_OSPlatformName_TimeDate.xml.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-ProjectName<String>

Specifies the friendly name of the project. The project definition file stores the project name in the Name attribute of the <Project> element. If you do not specify a name, the cmdlet generates a name that contains a time stamp.

エイリアス

PROJ

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-RunSystemTest

Indicates that the cmdlet specifies a single TargetType attribute, which equals System. Specify this parameter for testing a whole system. You cannot run a System test with any other query types.

A System tests treats the target as a single device. This differs from TestAllDevices, which tests every target on a system, but treats them individually. Specify the TestAllDevices parameter to test all devices.

エイリアス

System

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-SkipTestStatus<String>

Specifies the skipping mode for scheduling tests. The project definition file stores this value in the <TestStatusToSkip> element. このパラメーターに対して使用できる値:
     -- Pass
     -- Fail
     -- NoData

The default value is Pass.

エイリアス

SkipStatus

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-TestAllDevices

Indicates that the controller tests all target devices that it discovers. The controller discovers devices on the computers specified by the MachineList or the MachinePool parameter.

エイリアス

AllDevices

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-TestCollectionFilePath<String>

Specifies the full path for a test collection .xml file. The project definition file stores the path in the TestCollectionReadLocation attribute of the <Project> element. If you do not specify a path, the cmdlet uses an empty string.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1: Create a project definition file for a driver

This command creates a project definition file. The command populates the project file with HCK target values for which disk.sys is a device driver, and from all machines available in the Test07 pool.

PS C:\> New-HwCertProjectDefinitionFile -MachinePool "Test07" -DriverList "disk.sys"

関連トピック

New-HwCertTestCollection