[VOL-3463] Sadis configuration for DT setup on soak pod
Change-Id: I3c040aa800f27edc11c018f5559850e5f9c91c6d
diff --git a/tests/data/onf-soak-pod-sadis-DT.json b/tests/data/onf-soak-pod-sadis-DT.json
new file mode 100644
index 0000000..1d3b7f6
--- /dev/null
+++ b/tests/data/onf-soak-pod-sadis-DT.json
@@ -0,0 +1,98 @@
+{
+ "apps": {
+ "org.opencord.sadis": {
+ "sadis": {
+ "integration": {
+ "cache": {
+ "enabled": false,
+ "maxsize": 50,
+ "ttl": "PT0m"
+ }
+ },
+ "entries": [
+ {
+ "id": "ALPHe3d1cf8e-1",
+ "nasPortId": "ALPHe3d1cf8e-1",
+ "circuitId": "",
+ "remoteId": "",
+ "uniTagList": [{
+ "uniTagMatch": 4096,
+ "ponCTag": 4096,
+ "ponSTag": 222,
+ "technologyProfileId": 64,
+ "downstreamBandwidthProfile": "User_Bandwidth2",
+ "upstreamBandwidthProfile": "User_Bandwidth1",
+ "isDhcpRequired": false
+ }]
+ },
+ {
+ "id": "ALPHe3d1cfe3-1",
+ "nasPortId": "ALPHe3d1cfe3-1",
+ "circuitId": "",
+ "remoteId": "",
+ "uniTagList": [{
+ "uniTagMatch": 4096,
+ "ponCTag": 4096,
+ "ponSTag": 111,
+ "technologyProfileId": 64,
+ "downstreamBandwidthProfile": "Default",
+ "upstreamBandwidthProfile": "Default",
+ "isDhcpRequired": false
+ }]
+ },
+ {
+ "id": "EC1721000208",
+ "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
+ "ipAddress": "10.192.20.206",
+ "nasId": "EC1721000208",
+ "uplinkPort": 1048576
+ }
+ ]
+ },
+ "bandwidthprofile":{
+ "integration":{
+ "cache":{
+ "enabled":true,
+ "maxsize":40,
+ "ttl":"PT1m"
+ }
+ },
+ "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": 500000,
+ "ebs": 5000,
+ "eir": 500000
+ }
+
+ ]
+ }
+ }
+ }
+}
diff --git a/tests/data/onf-soak-pod-sadis.json b/tests/data/onf-soak-pod-sadis.json
index 2a5179c..96a63d5 100644
--- a/tests/data/onf-soak-pod-sadis.json
+++ b/tests/data/onf-soak-pod-sadis.json
@@ -17,10 +17,10 @@
"remoteId": "",
"uniTagList": [{
"ponCTag": 11,
- "ponSTag": 111,
+ "ponSTag": 222,
"technologyProfileId": 64,
- "downstreamBandwidthProfile": "Default",
- "upstreamBandwidthProfile": "Default",
+ "downstreamBandwidthProfile": "User_Bandwidth2",
+ "upstreamBandwidthProfile": "User_Bandwidth3",
"isDhcpRequired": true
}]
},