-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CRAYSAT-1896: Add
CFSClient
methods to get configurations, sessions
Add methods to the `CFSV2Client` and `CFSV3Client` classes to get a list of all the CFS configurations and sessions. The CFS V3 version handles paging in the same way paging is handled for the `components` resource. This change is needed for the `sat bootprep` command to be updated to support CFS v2 and v3 because it looks through all the existing CFS configurations to determine if there are any existing CFS configurations of the same name. Test Description: Unit tests only so far. This will be tested by pulling it into the corresponding branch in the sat repository that adds CFS v2/v3 support to `sat bootprep`.
- Loading branch information
1 parent
fd76876
commit 3996ca0
Showing
3 changed files
with
185 additions
and
12 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