zhmcclient / python-zhmcclient

A pure Python client library for the IBM Z HMC Web Services API
Apache License 2.0
39 stars 26 forks source link

Unit tests for properties that can be set to null #428

Open andy-maier opened 7 years ago

andy-maier commented 7 years ago

Make sure that properties that can be set to null at the zhmcclient API have corresponding unit tests.

As of z14 (2.14.0) and for the currently supported HMC operations in the zhmcclient (2.16.1.dev18 + PR #398), the following properties (or sub-fields thereof) can be set to null.

Unless otherwise stated, the property is set to null using the "Update Properties" operation.

andy-maier commented 7 years ago

Implementation status: