[VOL-4309] Added sadis config for menlo-certification-pod-radisys-1600g/x DT jobs
Change-Id: I4bf97b4f918fee982b16f2906d8f033d734472aa
diff --git a/VERSION b/VERSION
index 766d708..e43686a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.8.5
+2.8.6
diff --git a/tests/data/menlo-certification-pod-radisys-1600g-sadis-DT.json b/tests/data/menlo-certification-pod-radisys-1600g-sadis-DT.json
new file mode 100644
index 0000000..1c26ff4
--- /dev/null
+++ b/tests/data/menlo-certification-pod-radisys-1600g-sadis-DT.json
@@ -0,0 +1,101 @@
+{
+ "apps":{
+ "org.opencord.sadis":{
+ "sadis":{
+ "integration":{
+ "cache":{
+ "enabled":false,
+ "maxsize":50,
+ "ttl":"PT0m"
+ }
+ },
+ "entries":[
+ {
+ "id":"722033738988",
+ "nasId":"722033738988",
+ "hardwareIdentifier": "28:12:02:15:31:31",
+ "uplinkPort":1048576
+ },
+ {
+ "id":"SCOM00001c8d-1",
+ "nasPortId":"SCOM00001c8d-1",
+ "circuitId":"SCOM00001c8d-1",
+ "remoteId":"SCOM00001c8d",
+ "uniTagList":[
+ {
+ "uniTagMatch":4096,
+ "ponCTag":4096,
+ "ponSTag":22,
+ "technologyProfileId":64,
+ "upstreamBandwidthProfile": "User_Bandwidth1",
+ "downstreamBandwidthProfile": "User_Bandwidth3",
+ "isDhcpRequired":false
+ }
+ ]
+ },
+ {
+ "id":"SCOM00019ab7-1",
+ "nasPortId":"SCOM00019ab7-1",
+ "circuitId":"SCOM00019ab7-1",
+ "remoteId":"SCOM00019ab7",
+ "uniTagList":[
+ {
+ "uniTagMatch":4096,
+ "ponCTag":4096,
+ "ponSTag":33,
+ "technologyProfileId":64,
+ "upstreamBandwidthProfile": "User_Bandwidth2",
+ "downstreamBandwidthProfile": "User_Bandwidth1",
+ "isDhcpRequired":false
+ }
+ ]
+ }
+ ]
+ },
+ "bandwidthprofile":{
+ "integration":{
+ "cache":{
+ "enabled":true,
+ "maxsize":40,
+ "ttl":"PT1m"
+ }
+ },
+ "entries":[
+ {
+ "id": "Default",
+ "gir": 0,
+ "cbs": 30,
+ "cir": 16000,
+ "pbs": 30,
+ "pir": 32000
+ },
+ {
+ "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
+ }
+
+ ]
+ }
+ }
+ }
+}
diff --git a/tests/data/menlo-certification-pod-radisys-1600x-sadis-DT.json b/tests/data/menlo-certification-pod-radisys-1600x-sadis-DT.json
new file mode 100644
index 0000000..f18969b
--- /dev/null
+++ b/tests/data/menlo-certification-pod-radisys-1600x-sadis-DT.json
@@ -0,0 +1,84 @@
+{
+ "apps":{
+ "org.opencord.sadis":{
+ "sadis":{
+ "integration":{
+ "cache":{
+ "enabled":false,
+ "maxsize":50,
+ "ttl":"PT0m"
+ }
+ },
+ "entries":[
+ {
+ "id":"722033038194",
+ "nasId":"722033038194",
+ "hardwareIdentifier": "28:11:23:19:44:49",
+ "uplinkPort":1048576
+ },
+ {
+ "id":"SCOMa0108adf-1",
+ "nasPortId":"SCOMa0108adf-1",
+ "circuitId":"SCOMa0108adf-1",
+ "remoteId":"SCOMa0108adf",
+ "uniTagList":[
+ {
+ "uniTagMatch":4096,
+ "ponCTag":4096,
+ "ponSTag":89,
+ "technologyProfileId":64,
+ "upstreamBandwidthProfile":"User_Bandwidth2",
+ "downstreamBandwidthProfile":"User_Bandwidth1",
+ "isDhcpRequired":false
+ }
+ ]
+ }
+ ]
+ },
+ "bandwidthprofile":{
+ "integration":{
+ "cache":{
+ "enabled":true,
+ "maxsize":40,
+ "ttl":"PT1m"
+ }
+ },
+ "entries":[
+ {
+ "id": "Default",
+ "gir": 0,
+ "cbs": 30,
+ "cir": 16000,
+ "pbs": 30,
+ "pir": 32000
+ },
+ {
+ "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
+ }
+
+ ]
+ }
+ }
+ }
+}