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

Outdated properties in list() results in zhmcclient mock support #1580

Closed andy-maier closed 4 months ago

andy-maier commented 4 months ago

Several list() methods return outdated properties when used with a zhmcclient mock environment. They were correct for earlier CPC and HMC versions, but since we want to represent the latest HMC/CPC behavior, they are outdated now.

andy-maier commented 4 months ago

The fix was pushed to master by mistake. No PR.