| Name | Data Type | Qualifiers |
| Name | Data Type | Value | Scope | Flavors |
| DiagnosticCreationClassName | string |
| Description | string | The scoping Test's CreationClassName. | None | TRANSLATABLE= true |
| Key | boolean | true | None | OVERRIDABLE= false
|
| MaxLen | uint32 | 256 | None | None |
| Propagated | string | CIM_DiagnosticTest.CreationClassName | None | OVERRIDABLE= false
|
| DiagnosticName | string |
| Description | string | The scoping Test's Name. | None | TRANSLATABLE= true |
| Key | boolean | true | None | OVERRIDABLE= false
|
| MaxLen | uint32 | 256 | None | None |
| Propagated | string | CIM_DiagnosticTest.Name | None | OVERRIDABLE= false
|
| DiagSystemCreationClassName | string |
| Description | string | The scoping Test's SystemCreationClassName. | None | TRANSLATABLE= true |
| Key | boolean | true | None | OVERRIDABLE= false
|
| MaxLen | uint32 | 256 | None | None |
| Propagated | string | CIM_DiagnosticTest.SystemCreationClassName | None | OVERRIDABLE= false
|
| DiagSystemName | string |
| Description | string | The scoping Test's SystemName. | None | TRANSLATABLE= true |
| Key | boolean | true | None | OVERRIDABLE= false
|
| MaxLen | uint32 | 256 | None | None |
| Propagated | string | CIM_DiagnosticTest.SystemName | None | OVERRIDABLE= false
|
| EstimatedTimeOfPerforming | uint32 |
| Description | string | Estimated number of seconds to perform the DiagnosticTest indicated by the DiagnosticCreationClassName and DiagnosticName properties. After the test has completed, the actual elapsed time can be determined by subtracting the TestStartTime from the TestCompletionTime. A similar property is defined in the association, DiagnosticTestForMSE. The difference between the two properties is that the value stored in the association is a generic test execution time for the Element and the Test. But, the value here (in DiagnosticResult) is the estimated time that this instance with the given settings would take to run the test. A CIM Consumer can compare this value with the value in the association DiagnosticTestForMSE to get an idea what impact their settings have on test execution. | None | TRANSLATABLE= true |
| ModelCorrespondence | string | CIM_DiagnosticTestForMSE.EstimatedTimeOfPerforming | None | None |
| Units | string | Seconds | None | TRANSLATABLE= true |
| ExecutionID | string |
| Description | string | The Unique identifier for an instance of DiagnosticResults. | None | TRANSLATABLE= true |
| Key | boolean | true | None | OVERRIDABLE= false
|
| MaxLen | uint32 | 1024 | None | None |
| HaltOnError | boolean |
| Description | string | When this flag is true, the test will halt after finding the first error. | None | TRANSLATABLE= true |
| Write | boolean | true | None | None |
| IsPackage | boolean |
| Description | string | If this property is TRUE, then this DiagnosticResult summarizes the results from the execution of a packaged set of DiagnosticTests. The Tests in the package can be identified by following the DiagnosticResultForTest association to the test and then using the DiagnosticTestInPackage aggregation. The individual Results can be broken out by instantiating DiagnosticResults for the individual lower level tests and aggregating into the 'summary' Result using the DiagnosticResultInPackage association. | None | TRANSLATABLE= true |
| OtherStateDescription | string |
| Description | string | When "Other" (value=1) is entered in the TestState property, OtherStateDescription can be used to describe the test's state. | None | TRANSLATABLE= true |
| ModelCorrespondence | string | CIM_DiagnosticResult.TestState | None | None |
| PercentComplete | uint8 |
| Description | string | The percentage of the test that has executed thus far, if the TestState property is set to "In Progress" or the percentage of the complete test that was executed if the TestState property is set to any of the completed states ("Passed", "Failed" or "Stopped"). Final results may be based on less than 100% coverage due to the parameters defined in DiagnosticSetting (such as QuickMode, PercentOfTestCoverage or HaltOnError). | None | TRANSLATABLE= true |
| MaxValue | sint64 | 100 | None | None |
| MinValue | sint64 | 0 | None | None |
| Units | string | Percent | None | TRANSLATABLE= true |
| PercentOfTestCoverage | uint8 |
| Description | string | Requests the diagnostic software to reduce test coverage to the specified percentage. For example, a hard drive scan test could be asked to run at 50%. The most effective way to accomplish this is for the test software to scan every other track, as opposed to only scanning the first half of a drive. It is assumed that the effectiveness of the test is impacted proportional to the percentage of testing requested. Permissible values for this property range from 0 to 100.
This property may not be applicable to all tests. If it can be set for a test, the value 7 ("Supports PercentOfTestCoverage") should be entered into the DiagnosticTest's Characteristics array. | None | TRANSLATABLE= true |
| MaxValue | sint64 | 100 | None | None |
| MinValue | sint64 | 0 | None | None |
| ModelCorrespondence | string | CIM_DiagnosticTest.Characteristics | None | None |
| Units | string | Percent | None | TRANSLATABLE= true |
| Write | boolean | true | None | None |
| QuickMode | boolean |
| Description | string | When this flag is true, the test software should attempt to run in an accelerated fashion either by reducing the coverage or number of tests performed. | None | TRANSLATABLE= true |
| Write | boolean | true | None | None |
| ReportSoftErrors | boolean |
| Description | string | When this flag is true, the diagnostic test will report 'soft errors'. In this context, a soft error is a message from the diagnostic reporting a known defect in the hardware or driver configuration, or execution environment. Examples are: "Not enough memory", "Driver IOCTL not implemented", "Video RAM compare failed during polygon fill test (A known defect in the video chipset)", etc. | None | TRANSLATABLE= true |
| Write | boolean | true | None | None |
| ReportStatusMessages | boolean |
| Description | string | When this flag is true, the diagnostic test will report 'status messages'. In this context, a status message indicates that the diagnostic code is at a checkpoint. Examples are: "Completion of phase 1", "Complex pattern", etc. | None | TRANSLATABLE= true |
| Write | boolean | true | None | None |
| TestCompletionTime | datetime |
| Description | string | The date and time when this test completed. | None | TRANSLATABLE= true |
| TestStartTime | datetime |
| Description | string | The date and time when this test started. | None | TRANSLATABLE= true |
| TestState | uint16 |
| Description | string | Describes how the test is progressing. For example, if the test was discontinued, the TestState will be "Stopped" (value=5), or if testing is currently executing, TestState will be "In Progress" (4). | None | TRANSLATABLE= true |
| ModelCorrespondence | string | CIM_DiagnosticResult.OtherStateDescription | None | None |
| Values | string | Unknown, Other, Passed, Failed, In Progress, Stopped | None | TRANSLATABLE= true |
| TestWarningLevel | uint16 |
| Description | string | Sets the level of warning messages to be logged. If for example no warning information is required, the level would be set to "No Warnings" (value=0). Using "Missing Resources" (value=1) will cause warnings to be generated when required resources or hardware are not found. Setting the value to 2, "Testing Impacts", results in both missing resources and 'test impact' warnings (for example, multiple retries required) to be reported. | None | TRANSLATABLE= true |
| Values | string | No Warnings, Missing Resources, Testing Impacts, All Warnings | None | TRANSLATABLE= true |
| Write | boolean | true | None | None |
| TimeStamp | datetime |
| Description | string | The date and time the result was last updated. | None | TRANSLATABLE= true |