-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for creation and deletion of activation profiles on z16
Details: * Added a create() method to zhmcclient.ActivationProfileManager. At this point, the method deals with the fact that the implementation does not return any data, and builds the resource URI from the provided name (this is documented differently in the API book). The method also deals with the fact that all three create operations take 'profile-name' as input for the profile name (this is documented as 'name' for image and load profiles). * Added a delete() method to zhmcclient.ActivationProfile. * Added end2end testcases for create, delete and update. Signed-off-by: Andreas Maier <[email protected]>
- Loading branch information
1 parent
d529b71
commit 9b84948
Showing
3 changed files
with
213 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters