mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-09-20 08:28:20 +02:00
This change adds support for the NewAttribute structure added in KMIP 2.0. The NewAttribute structure is a basic container structure that contains a single attribute instance for use by attribute operations. A new unit test suite has been added to cover the new additions. Partially implements #547