
Related defect: http://bugs.r1soft.com/browse/SRV-5956.
Symptom
The SoapUI script only works on CDP servers installed on Windows.
When executed on a Linux CDP server, the script fails on Volume and Disk Safe creation due to the path, e.g., C:\SOAPDiskSafeTest1.
XML Errors:
<faultstring>Path must be absolute</faultstring>
<faultstring>Invalid Path.</faultstring>
Resolution
If you want the scripts to work "out of the box," use the following credentials:
- username: admin
- password: admin
In order to make the SoapUI script work on Linux CDP servers, edit the Volume Path in the createVolume calls, and also change the Disk Safe path in the createDiskSafe calls.
Labels:
None