• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zhmcclient / python-zhmcclient / test-1736 / 6
80%
master: 80%

Build:
DEFAULT BRANCH: master
Ran 05 Sep 2023 03:57PM UTC
Files 53
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Sep 2023 03:41PM UTC coverage: 79.88%. First build
test-1736.6

push

github

andy-maier
Support for requesting additional properties in list() methods

Details:

* This change adds a parameter 'additional_properties' to the list() methods
  of those resource managers whose resources support the
  'additional-properties' query parameter in the HMC List operation:
  - Adapter
  - Partition
  - Virtual Switch

  That query parameter was introduced with HMC 2.16.0. That will be checked
  by the HMC, so the condition is only documented in the description
  of the list() methods, but not checked there.

* Moved the implementation of the list() methods into two new common
  utils functions:
  - _list_with_operation() - For listing resources with a List operation
  - _list_with_parent_array() - For listing element resources in an array of
    URIs in their parent resource.

* As part of that, changed the return value of divide_filter_args()
  from query string to a list of query parameters. Adjusted the
  testcases for that function and using that function accordingly.

Signed-off-by: Andreas Maier <maiera@de.ibm.com>

7464 of 9344 relevant lines covered (79.88%)

0.8 hits per line

Source Files on job ubuntu-latest,3.11,minimum - test-1736.6
  • Tree
  • List 53
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 0
  • 20b262dc on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc