You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #313 fixed that input properties are deep-copied so that the zhmcclient caller can change them after supplying them to the zhmcclient API in create() and update_properties() calls, and the resource object is not affected by the change.
However, it did not add test cases to verify that. This issue is about adding such test cases.
The text was updated successfully, but these errors were encountered:
PR #313 fixed that input properties are deep-copied so that the zhmcclient caller can change them after supplying them to the zhmcclient API in create() and update_properties() calls, and the resource object is not affected by the change.
However, it did not add test cases to verify that. This issue is about adding such test cases.
The text was updated successfully, but these errors were encountered: