- Updated:
- Added option to use command_id as an instance variable of either the ComponentManager class or the Command class.
- This flexibility has been added to support parallel processing of commands on the CentralNode (SKB-908).
Enhanced ApplyPointingModel command in the Dish Leaf Node helper.
Introduced the gpmVersion attribute to track the applied GPM version per band.
Introduced the gpmValidationResult attribute to report the validation state per band.
- CommandTimeout attribute is introduced which can help to update timeout without redeployment.
- CommandTimeOutDefault property is introduced which
can be used to set default value at the time of deployment.
To resolve SKB-617 , Updated helper method logic to validate execution_block and its internal fields only if it is present.
Added Unit test case to verify the logic