mirror of
https://github.com/openkmip/pykmip
synced 2025-12-25 20:53:23 +00:00
Add Check support to the payload factories
This change adds Check payload support to the payload factories. Payload factory unit tests have been updated to account for the change.
This commit is contained in:
@@ -40,6 +40,9 @@ class ResponsePayloadFactory(PayloadFactory):
|
||||
def _create_locate_payload(self):
|
||||
return payloads.LocateResponsePayload()
|
||||
|
||||
def _create_check_payload(self):
|
||||
return payloads.CheckResponsePayload()
|
||||
|
||||
def _create_get_payload(self):
|
||||
return payloads.GetResponsePayload()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user