Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_integration
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:TSSW Sprint - May 09 - May 23
-
Team:Telescope and Site
-
Urgent?:No
Description
The SummaryState tests for the AutoEnabled CSCs aren't working correctly. Since these CSCs automatically transition into Enabled state once they are powered on, the handling of the intermediate state tests is handled in the RF Keyword. This isn't working for DSM(1:2), ScriptQueue(1:2) and the Watcher.
The issue turned about to be incorrect parameter typing. RF was passing strings but the if statements were expecting integers. Updated the keyword to convert the parameter to an integer and made the values in RF into integers.