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

Add mock support for remaining HBA operations #317

Closed andy-maier closed 7 years ago

andy-maier commented 7 years ago

The following operations are supported as methods on the Hba class, but are not supported yet in the zhmcclient mock support:

POST /api/partitions/([^/]+)/hbas/([^/]+)/operations/reassign-storage-adapter-port
andy-maier commented 7 years ago

Addressed with PR #363.