oVirt / ovirt-engine-sdk-go

The generator of Go SDK for oVirt v4.0+
Apache License 2.0
19 stars 23 forks source link

Align connection testing code with logic in Java/Python SDK #217

Closed emesika closed 4 years ago

emesika commented 4 years ago

This patch aligns the connection testing logic with Java/Python SDK connection validation logic. It is enough to test the System Service itself after connection is established.

Bug-Url : https://bugzilla.redhat.com/show_bug.cgi?id=1889755

imjoey commented 4 years ago

LGTM. Good catch. Thanks.