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
                }
             ]
          }