VOL-4076: Convert DT job sadis configs from MEF to IETF format.

Change-Id: Ifb9b6876aacb2c8791471a9ec4b389b0664e29ba
diff --git a/tests/data/dt-berlin-pod-openonugo-sadis-DT.json b/tests/data/dt-berlin-pod-openonugo-sadis-DT.json
index 2c132e9..44708e0 100644
--- a/tests/data/dt-berlin-pod-openonugo-sadis-DT.json
+++ b/tests/data/dt-berlin-pod-openonugo-sadis-DT.json
@@ -91,35 +91,35 @@
         "entries":[
           {
             "id": "Default",
-            "air": 100000,
+            "gir": 0,
             "cbs": 30,
             "cir": 16000,
-            "ebs": 30,
-            "eir": 16000
+            "pbs": 30,
+            "pir": 32000
           },
           {
             "id": "User_Bandwidth1",
-            "air": 100000,
+            "gir": 50000,
             "cbs": 10000,
-            "cir": 30000,
-            "ebs": 1000,
-            "eir": 20000
+            "cir": 50000,
+            "pbs": 1000,
+            "pir": 300000
           },
           {
             "id": "User_Bandwidth2",
-            "air": 100000,
+            "gir": 100000,
             "cbs": 5000,
             "cir": 100000,
-            "ebs": 5000,
-            "eir": 100000
+            "pbs": 5000,
+            "pir": 300000
           },
           {
             "id": "User_Bandwidth3",
-            "air": 100000,
+            "gir": 100000,
             "cbs": 5000,
-            "cir": 425000,
-            "ebs": 5000,
-            "eir": 425000
+            "cir": 100000,
+            "pbs": 5000,
+            "pir": 400000
           }
 
         ]