Andreas Maier

Results 180 issues of Andreas Maier

Add support for "Console delete retrieved internal code" HMC operation described in the WS-API book for 2.16 [SC27-2642-02](https://www.ibm.com/docs/en/module_1675371155154/pdf/SC27-2642-02.pdf).

area: code
type: feature

In the implementation of the `in MetricObjectValues.resource` property, `find()` is used with the resource URI as the filter argument. This currently leads to issuing many List operations for these resources...

area: code

The WS API supports a "Get ASCII Console WebSocket URI" operation against Partition objects for CPCs in DPM mode. This operation was added in HMC/SE version 2.14.0, API version 2.22....

area: code
type: feature

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...

area: test

PR #330 added support for `Client.get_inventory()`, without adding unit test code or mock support. This issue is about adding: * mock support for `Client.get_inventory()` * unit tests for that mock...

area: code
area: test
type: feature

The HMC inventory file allows specifying the CPCs that should be used for a test under a specific HMC. In fact, only the specified CPCs will be used for testing....

area: code
type: feature

Add end2end tests for metrics

area: test

This issue lists the functionality that is missing in the zhmcclient project, relative to the functionality supported at the WS API of the HMC as per z15. The functionality is...

release definition

### Actual behavior PR #590 added support for storage templates, but did not add testcases. ### Expected behavior Test cases should be added. ### Execution environment * zhmcclient version: *...

area: test
type: feature

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...

area: test