VOL-4076: Convert DT job sadis configs from MEF to IETF format.
Change-Id: Ifb9b6876aacb2c8791471a9ec4b389b0664e29ba
diff --git a/tests/data/onf-demo-pod-gpon-sadis-DT.json b/tests/data/onf-demo-pod-gpon-sadis-DT.json
index d380ae5..0a0ff14 100644
--- a/tests/data/onf-demo-pod-gpon-sadis-DT.json
+++ b/tests/data/onf-demo-pod-gpon-sadis-DT.json
@@ -72,48 +72,48 @@
]
},
"bandwidthprofile":{
- "integration":{
- "cache":{
- "enabled":true,
- "maxsize":40,
- "ttl":"PT1m"
- }
+ "integration":{
+ "cache":{
+ "enabled":true,
+ "maxsize":40,
+ "ttl":"PT1m"
+ }
+ },
+ "entries":[
+ {
+ "id": "Default",
+ "gir": 0,
+ "cbs": 30,
+ "cir": 16000,
+ "pbs": 30,
+ "pir": 32000
},
- "entries":[
- {
- "id": "Default",
- "air": 100000,
- "cbs": 30,
- "cir": 16000,
- "ebs": 30,
- "eir": 16000
- },
- {
- "id": "User_Bandwidth1",
- "air": 100000,
- "cbs": 10000,
- "cir": 30000,
- "ebs": 1000,
- "eir": 20000
- },
- {
- "id": "User_Bandwidth2",
- "air": 100000,
- "cbs": 5000,
- "cir": 100000,
- "ebs": 5000,
- "eir": 100000
- },
- {
- "id": "User_Bandwidth3",
- "air": 100000,
- "cbs": 5000,
- "cir": 475000,
- "ebs": 5000,
- "eir": 475000
- }
+ {
+ "id": "User_Bandwidth1",
+ "gir": 50000,
+ "cbs": 10000,
+ "cir": 50000,
+ "pbs": 1000,
+ "pir": 300000
+ },
+ {
+ "id": "User_Bandwidth2",
+ "gir": 100000,
+ "cbs": 5000,
+ "cir": 100000,
+ "pbs": 5000,
+ "pir": 300000
+ },
+ {
+ "id": "User_Bandwidth3",
+ "gir": 100000,
+ "cbs": 5000,
+ "cir": 100000,
+ "pbs": 5000,
+ "pir": 400000
+ }
- ]
+ ]
}
}
}