-
Type: Task
-
Status: To Do (View Workflow)
-
Priority: Low
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Testing
-
Labels:None
-
Story Points:0
repo:voltha-system-tests/library/bbsim.robot
Function "Get BBSIM OMCC Version"
Around line 164
Single quote embedded within the "${output}=" line enables colorization to the end-of-file:
${output}= Remove String ${output} " [ ]
Log ${output}
Should Be Equal as Integers ${rc} 0
Should Not Be Empty ${output} Unable to read OMCC Version
${output}= Remove String ${output} " [ ]
${is_comma_separated}= Evaluate "," in """${output}"""
@{commands}= Run Keyword If ${is_comma_separated} Split String ${output} ,
... ELSE Split String ${output}
${length}= Get Length ${commands}
${match}= Set Variable False