Skip to content

Commit

Permalink
This commit is using to debug bootprep for IUF. Will drop later
Browse files Browse the repository at this point in the history
  • Loading branch information
annapoorna-s-alt committed Sep 18, 2024
1 parent aa09943 commit 9ccaee3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sat/cli/bootprep/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,11 @@ def do_bootprep_run(schema_validator, args):

LOGGER.info('Input file successfully validated against schema')

LOGGER.info('start SATSession')
session = SATSession()
LOGGER.info('SATSession Completed. CFSSession started')
cfs_client = CFSClientBase.get_cfs_client(session, 'v2')
LOGGER.info('CFSSession completed and IMSClient started')
ims_client = IMSClient(session)
# CASMTRIAGE-4288: IMS can be extremely slow to return DELETE requests for
# large images, so this IMSClient will not use a timeout on HTTP requests
Expand Down

0 comments on commit 9ccaee3

Please sign in to comment.