Andreas Maier
Andreas Maier
See `make end2end_mocked`, e.g. in test runs.
Upgrade actions/github-script to no longer use the deprecated Node.js 16
For details, see the commit message. WIP TODOs: * Test with zhmc-log-forwarder
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...
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...
IBM changed the links to books and the old links don't work anymore.
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...
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...
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...
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...