VGC_Validation_Fixes
Change-Id: I62ac1509a6a9188b27dae1f62181ab81db61c46f
Signed-off-by: Guru Prasanna <guruprasanna.st@radisys.com>
diff --git a/tests/data/dt-sadis-config-fttb-vgc.json b/tests/data/dt-sadis-config-fttb-vgc.json
new file mode 100644
index 0000000..33920a5
--- /dev/null
+++ b/tests/data/dt-sadis-config-fttb-vgc.json
@@ -0,0 +1,67 @@
+{
+ "apps": {
+ "org.opencord.sadis": {
+ "bandwidthprofile": {
+ "entries": [
+ {
+ "id": "upstream_bw_profile_dpu_mgmt_gpon",
+ "gir": 10000,
+ "cbs": 382928,
+ "cir": 11904,
+ "pbs": 18692048,
+ "pir": 584064
+ },
+ {
+ "id": "High-Speed-Internet",
+ "gir": 50000,
+ "cbs": 10000,
+ "cir": 50000,
+ "pbs": 1000,
+ "pir": 300000
+ }
+ ]
+ },
+ "sadis": {
+ "entries": [
+ {
+ "id": "BBSIM_OLT_10",
+ "nasId": "BBSIM_OLT_10",
+ "hardwareIdentifier": "28:b9:d9:e2:93:d6",
+ "uplinkPort": "16777216",
+ "nniDhcpTrapVid": 4
+ },
+ {
+ "id": "BBSM000a0001-1",
+ "nasPortId": "BBSM000a0001-1",
+ "circuitId": "BBSM000a0001-1",
+ "remoteId": "BBSM000a0001",
+ "uniTagList": [
+ {
+ "uniTagMatch": 4096,
+ "ponCTag": 4090,
+ "ponSTag": 4,
+ "usPonCTagPriority": 0,
+ "usPonSTagPriority": 0,
+ "dsPonCTagPriority": 0,
+ "dsPonSTagPriority": 0,
+ "technologyProfileId": 65,
+ "downstreamBandwidthProfile": "upstream_bw_profile_dpu_mgmt_gpon",
+ "upstreamBandwidthProfile": "upstream_bw_profile_dpu_mgmt_gpon",
+ "serviceName": "DPU_MGMT_TRAFFIC"
+ },
+ {
+ "uniTagMatch": 4096,
+ "ponCTag": 101,
+ "ponSTag": 3101,
+ "technologyProfileId": 74,
+ "upstreamBandwidthProfile": "High-Speed-Internet",
+ "downstreamBandwidthProfile": "High-Speed-Internet",
+ "serviceName": "FTTB_SUBSCRIBER_TRAFFIC"
+ }
+ ]
+ }
+ ]
+ }
+ }
+ }
+}