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

WWPN is not attaching in mock frmework #212

Closed pranjank closed 7 years ago

pranjank commented 7 years ago

In mock framework when we create hba then it should also attach 'wwpn'. But as of now it is not attaching. self.partition.hbas[0].get_property('wwpn')

andy-maier commented 7 years ago

Addressed by PR #212