Uploaded image for project: 'VOLTHA'
  1. VOLTHA
  2. VOL-3846 Support all the 5 tcont type configuration in VOLTHA
  3. VOL-3873

Test various input parameters from ONOS BW profile configuration to ensure that the TCONT Type selection is working fine

    XMLWordPrintable

    Details

    • Story Points:
      5

      Description

      Test various input parameters from ONOS BW profile configuration to ensure that the TCONT Type selection is working fine.

      The following are the test BW parameters that should allow different TCONT type selections.

      Note that all information rates are expressed in Kbps and burst sizes are expressed in bytes.

      TCONT Type 1

      {   "Id": “TCONT_TYPE1_100Mbps_Fixed”,   "pir": 100000,   "pbs": 10000,   "air": 0,   "abs": 0,   "fir": 100000 }

       

      TCONT Type 2

      {   "Id": “TCONT_TYPE2_50Mbps_Assured”,   "pir": 50000,   "pbs": 10000,   "air": 50000,   "abs": 10000,   "fir": 0 }

       

      TCONT Type 3

      {   "Id": “TCONT_TYPE3_50Mbps_Assured_100Mbps_Peak”,   "pir": 100000,   "pbs": 10000,   "air": 50000,   "abs": 10000,   "fir": 0 }

       

      TCONT Type 4

      {   "Id": “TCONT_TYPE4_200Mbps_Peak”,   "pir": 200000,   "pbs": 10000,   "air": 0,   "abs": 0,   "fir": 0 }

       

      TCONT Type 5

      {   "Id": “TCONT_TYPE5_100Mbps_Peak_50Mbps_Assured_10Mbps_Fixed”,   "pir": 100000,   "pbs": 10000,   "air": 50000,   "abs": 10000,   "fir": 10000 }

       

      Invalid Inputs

      TODO

        Attachments

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

          Activity

            People

            Assignee:
            ggowdra Girish Gowdra
            Reporter:
            ggowdra Girish Gowdra
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Gerrit Reviews

                There are no open Gerrit changes