commit | 4c0f96b6a353a2741d1863ee12e1b062a2143f21 | [log] [tgz] |
---|---|---|
author | Girish Gowdra <girish@opennetworking.org> | Tue May 18 16:07:30 2021 -0700 |
committer | Girish Gowdra <girish@opennetworking.org> | Tue May 18 16:07:30 2021 -0700 |
tree | b30b891f493ef08540982494d9528baad8911e5f | |
parent | ebeca68aab9662a6f685d46c771b7135c39f7dcb [diff] |
Fix impractical BW configuration. The total PIR BW was beyond 1Gbps and cannot reach RG whose interface speed is only 1Gbps. This was leading to limit-bw calulation errors during dataplane tests. Change-Id: I8f0bedf586f268f48fe7aa7b9fb618bf034601e1
diff --git a/tests/data/menlo-certification-pod-radisys-gpon-sadis-DT.json b/tests/data/menlo-certification-pod-radisys-gpon-sadis-DT.json index 882afb3..264b131 100644 --- a/tests/data/menlo-certification-pod-radisys-gpon-sadis-DT.json +++ b/tests/data/menlo-certification-pod-radisys-gpon-sadis-DT.json
@@ -105,9 +105,9 @@ "id":"User_Bandwidth3", "air":100000, "cbs":5000, - "cir":425000, + "cir":200000, "ebs":5000, - "eir":425000 + "eir":200000 } ] }