ambitus / pyracf

Python interface to the RACF Command interface.
https://ambitus.github.io/pyracf/
Apache License 2.0
10 stars 4 forks source link

Resource profile sub functions #29

Closed ElijahSwiftIBM closed 8 months ago

ElijahSwiftIBM commented 8 months ago

:bulb: Issue Reference

Issue: #10

:computer: What does this address?

This adds 6 key sub functions to general resource profile administration:

This also fixes key bugs uncovered in the new Add/Alter functions in general resource and dataset profiles as well as a workaround for unintended functionality of the IRRSMO00 callable service

:pager: Implementation Details

The sub-functions were built like the getters/setters of resource administration focusing on specific classes and segments.

:clipboard: Is there a test case?

For this, unit tests were developed to verify correct generation of new requests and correct extraction of specified segment information from the proper profiles.

New Unit tests were also built to deal with the bug in Add and Alter operation errors.

Either include the path to the test case file, or details on a manual test