From 9ccaee3306f03ce8ffa1da3200cddc1054a75ecc Mon Sep 17 00:00:00 2001 From: annapoorna-s Date: Wed, 18 Sep 2024 16:21:10 +0530 Subject: [PATCH] This commit is using to debug bootprep for IUF. Will drop later --- sat/cli/bootprep/main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sat/cli/bootprep/main.py b/sat/cli/bootprep/main.py index e9869be9..6ff0ad32 100644 --- a/sat/cli/bootprep/main.py +++ b/sat/cli/bootprep/main.py @@ -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