Uploaded image for project: 'VOLTHA'
  1. VOLTHA
  2. VOL-5277

Fix editor colorization in voltha-system-tests/libraries/bbsim.robot

    XMLWordPrintable

    Details

    • 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

      Description

      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

        Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

            Assignee:
            Unassigned
            Reporter:
            joey Joey Armstrong
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated:

                Gerrit Reviews

                There are no open Gerrit changes