| Bug ID: | 237 |
| Project: | Opentestman |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
OTM 1.0.1 says "0" as invalid value for ComputerSystemPackage.PlatformGUID but DSP1011 Section 10.4 says 'This property shall match "^[0..9A..F]{32}$", or when unknown, shall match "0"'
PDD xml file contains this info as notes but there is no constraint to check it.
<PROPERTY name="PlatformGUID" req="Mandatory" classOrigin="CIM_ComputerSystemPackage" cimtype="string" isarray="no">
<PROPERTY_VALUE_CONSTRAINT pattern="^[0-9A-F]{32}$"/>
<!-- <NOTES>shall match "^[0..9A..F]{32}$", or when unknown, shall match "0" </NOTES> -->
</PROPERTY>