Create onf-demo-pod-openonugo-sadis.json for onf-demo pod with openonu-go adapter testing for ATT workflow
Change-Id: Ibdc3b9b05233ba0d79949dd493eb555c6d604f81
diff --git a/tests/data/onf-demo-pod-openonugo-sadis.json b/tests/data/onf-demo-pod-openonugo-sadis.json
new file mode 100644
index 0000000..85a74ad
--- /dev/null
+++ b/tests/data/onf-demo-pod-openonugo-sadis.json
@@ -0,0 +1,117 @@
+{
+ "devices": {
+ "of:000000000a80645a": {
+ "basic": {
+ "driver": "voltha"
+ }
+ }
+ },
+ "apps": {
+ "org.opencord.sadis": {
+ "sadis": {
+ "integration": {
+ "cache": {
+ "enabled": false,
+ "maxsize": 50,
+ "ttl": "PT0m"
+ }
+ },
+ "entries": [
+ {
+ "id": "ISKT71e80080-1",
+ "nasPortId": "ISKT71e80080-1",
+ "circuitId": "",
+ "remoteId": "",
+ "uniTagList": [{
+ "ponCTag": 11,
+ "ponSTag": 99,
+ "technologyProfileId": 64,
+ "downstreamBandwidthProfile": "Default",
+ "upstreamBandwidthProfile": "Default",
+ "isDhcpRequired": true
+ }]
+ },
+ {
+ "id": "ALPHe3d1cf9d-1",
+ "nasPortId": "ALPHe3d1cf9d-1",
+ "circuitId": "",
+ "remoteId": "",
+ "uniTagList": [{
+ "ponCTag": 22,
+ "ponSTag": 99,
+ "technologyProfileId": 64,
+ "downstreamBandwidthProfile": "Default",
+ "upstreamBandwidthProfile": "Default",
+ "isDhcpRequired": true
+ }]
+ },
+ {
+ "id": "ALPHe3d1ced5-1",
+ "nasPortId": "ALPHe3d1ced5-1",
+ "circuitId": "",
+ "remoteId": "",
+ "uniTagList": [{
+ "ponCTag": 33,
+ "ponSTag": 99,
+ "technologyProfileId": 64,
+ "downstreamBandwidthProfile": "User_Bandwidth2",
+ "upstreamBandwidthProfile": "User_Bandwidth1",
+ "isDhcpRequired": true
+ }]
+ },
+ {
+ "id": "EC1904000654",
+ "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
+ "ipAddress": "10.192.20.206",
+ "nasId": "EC1904000654",
+ "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": 475000,
+ "ebs": 5000,
+ "eir": 475000
+ }
+
+ ]
+ }
+ }
+ }
+}