Andreas Maier

Results 180 issues of Andreas Maier

See `make end2end_mocked`, e.g. in test runs.

area: test
type: bug

Upgrade actions/github-script to no longer use the deprecated Node.js 16

area: develop
type: cleanup

For details, see the commit message. WIP TODOs: * Test with zhmc-log-forwarder

under work

For details, see the commit message. **DO NOT MERGE:** This PR still contains the SSGHLT based links (e.g. https://www.ibm.com/docs/en/SSGHLT/pdf/SC27-2627-00a.pdf) which will in the next weeks be transitioned to the module...

review needed
dont merge

Rolls back PR #1459 into 1.14.1. No review needed. **DO NOT MERGE:** This PR still contains the SSGHLT based links (e.g. https://www.ibm.com/docs/en/SSGHLT/pdf/SC27-2627-00a.pdf) which will in the next weeks be transitioned...

dont merge

IBM changed the links to books and the old links don't work anymore.

area: docs
type: bug
resolution: fixed
rollback done

This will fix the following test failure when testing against the example mocked environment: ``` TESTINVENTORY=examples/example_hmc_inventory.yaml TESTVAULT=examples/example_hmc_vault.yaml make end2end . . . FAILED tests/end2end/test_adapter.py::test_adapter_list_assigned_part[hmc_definition=MOCKED_Z16_DPM] - zhmcclient._exceptions.HTTPError: 404,1: Unknown resource with...

area: code
type: feature

This will fix the following test failure when testing against the example mocked environment: ``` TESTINVENTORY=examples/example_hmc_inventory.yaml TESTVAULT=examples/example_hmc_vault.yaml make end2end . . . FAILED tests/end2end/test_cpc.py::test_cpc_export_dpm_config[hmc_definition=MOCKED_Z16_DPM] - zhmcclient._exceptions.HTTPError: 404,1: Unknown resource with...

area: code
type: feature

Console.list_permitted_adapters() performs the "List Permitted Adapters" operation, but there is no mock support for that operation. This causes end2end_mocked testcases for the zhmc Ansible modules to fail, because that method...

area: code
type: feature

The zhmcclient classes show inherited elements in the documentation in the "Attributes" and "Methods" overview tables. However, their names in these tables are not links, like it is the case...

area: docs
resolution: delegated
under work