| Bug ID: | 238 |
| Project: | Opentestman |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
The input parameter AccountTemplate of the CreateAccount() Method is not an EmbeddedInstance String.
Valid would be the following format:
Instance of CIM_Account { CreationClassName="DRI_Account"; SystemCreationClassName="DRI_ComputerSystem"; SystemName="sb900"; Name="new_account"; UserID="test"; UserPassword={"test"}; OrganizationName={"test"}; ElementName="Test Account"; };
The parameter format opentestman is currently sending leads to a failed test for this method!