You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In server_test.go, there's a set of simple tests which exercise basic error handling using DISCOVER_VERSIONS operation, but that could be extended to test major flows, like CREATE_KEY, GET_KEY, etc.
Another idea might be to do integration test with pykmip being the client and go-kmip implementing fake KMIP server (or vice versa).
The text was updated successfully, but these errors were encountered:
In
server_test.go
, there's a set of simple tests which exercise basic error handling using DISCOVER_VERSIONS operation, but that could be extended to test major flows, like CREATE_KEY, GET_KEY, etc.Another idea might be to do integration test with pykmip being the client and go-kmip implementing fake KMIP server (or vice versa).
The text was updated successfully, but these errors were encountered: