Signed-off-by: PavanBidkar <pbidkar@vmware.com>
SSO samples are failing with 6.0 vCenter server. com.vmware.vapi.vcenter_client.DataCenter module is not present in 6.0. Removed Datacenter listing after connection is successful
Added Create & Delete for Tag and Tag Category to verify connection is successful.
Signed-off-by: PavanBidkar <pbidkar@vmware.com>
SSO samples are failing with 6.0 vCenter server. com.vmware.vapi.vcenter_client.DataCenter module is not present in 6.0. Removed Datacenter listing after connection is successful
Added Create & Delete Tag Category to verify connection is successful. Removed Tag Creation and Deletion to have basic API call instead of multiple calls.
Signed-off-by: PavanBidkar <pbidkar@vmware.com>
SSO samples are failing with 6.0 vCenter server. com.vmware.vapi.vcenter_client.DataCenter module is not present in 6.0. Removed Datacenter listing after connection is successful
Added Create & Delete Tag Category to verify connection is successful. Removed Tag Creation and Deletion to have basic API call instead of multiple calls.
Signed-off-by: PavanBidkar <pbidkar@vmware.com>
Signed-off-by: Pavan Bidkar <pbidkar@vmware.com>
Fixed Formatting issue
Signed-off-by: Pavan Bidkar <pbidkar@vmware.com>
Fixed PEP8 suggested format Issue.Added new line at the end of file
Signed-off-by: PavanBidkar <pbidkar@vmware.com>
Modified Samples to convert passed wsdl file path to abspath
Added If condition to check wsdlpath is passed
Signed-off-by: PavanBidkar <pbidkar@vmware.com>
Modified if conition, removed optional braces
Signed-off-by: PavanBidkar <pbidkar@vmware.com>
Need to make the same fix as the one in #13 for parallel port.
Also move the cleanup_backends to the main sample run to make
sure the output file is always deleted.
Signed-off-by: Tianhao He <tianhao64@users.noreply.github.com>
When re-run the sample without cleanup previous port the power
on peration may time out due to the output file exist already.
Remove the file before creating new port and add notes to
help avoiding this.
Signed-off-by: Tianhao He <tianhao64@users.noreply.github.com>