OpenKMIP / PyKMIP

A Python implementation of the KMIP specification.
Apache License 2.0
272 stars 134 forks source link

Add the SetAttribute request and response payloads #603

Closed PeterHamilton closed 5 years ago

PeterHamilton commented 5 years ago

This change adds support for the SetAttribute operation in the form of request and response payload structures. These will be used in future updates to the client and server to fully support the SetAttribute operation. A new unit test suite has been added to cover the new changes.

Partially Implements #547

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@072d55a). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #603   +/-   ##
========================================
  Coverage          ?   96.5%           
========================================
  Files             ?      78           
  Lines             ?   16493           
  Branches          ?       0           
========================================
  Hits              ?   15916           
  Misses            ?     577           
  Partials          ?       0
Impacted Files Coverage Δ
kmip/core/messages/payloads/__init__.py 100% <100%> (ø)
kmip/core/messages/payloads/set_attribute.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 072d55a...f59b75d. Read the comment docs.