diff options
Diffstat (limited to 'aai-service/provider/src/test/resources/json')
-rwxr-xr-x | aai-service/provider/src/test/resources/json/linterfaceJson.txt | 43 | ||||
-rwxr-xr-x | aai-service/provider/src/test/resources/json/pserverJson.txt | 97 |
2 files changed, 0 insertions, 140 deletions
diff --git a/aai-service/provider/src/test/resources/json/linterfaceJson.txt b/aai-service/provider/src/test/resources/json/linterfaceJson.txt deleted file mode 100755 index 22c8db1ee..000000000 --- a/aai-service/provider/src/test/resources/json/linterfaceJson.txt +++ /dev/null @@ -1,43 +0,0 @@ - { - "interface-name": "example-interface-name-val-1600", - "interface-role": "example-interface-role-val-1600", - "v6-wan-link-ip": "example-v6-wan-link-ip-val-1600", - "resource-version": "1450729537", - "vlans": { - "vlan": [ - { - "vlan-interface": "example-vlan-interface-val-7133", - "vlan-id-inner": 1318, - "vlan-id-outer": 244, - "resource-version": "1450729537", - "relationship-list": { - - }, - "l3-interface-ipv4-address-list": [ - { - "l3-interface-ipv4-address": "example-l3-interface-ipv4-address-val-9533", - "l3-interface-ipv4-prefix-length": 3013, - "vlan-id-inner": 7150, - "vlan-id-outer": 1027, - "resource-version": "1450729537", - "relationship-list": { - - } - } - ], - "l3-interface-ipv6-address-list": [ - { - "l3-interface-ipv6-address": "example-l3-interface-ipv6-address-val-7149", - "l3-interface-ipv6-prefix-length": 4538, - "vlan-id-inner": 8271, - "vlan-id-outer": 8990, - "resource-version": "1450729537", - "relationship-list": { - - } - } - ] - } - ] - } - }
\ No newline at end of file diff --git a/aai-service/provider/src/test/resources/json/pserverJson.txt b/aai-service/provider/src/test/resources/json/pserverJson.txt deleted file mode 100755 index 4b7f97d37..000000000 --- a/aai-service/provider/src/test/resources/json/pserverJson.txt +++ /dev/null @@ -1,97 +0,0 @@ -{ - "selflink": "https://mtinjvmsdn30.cip.att.com:8443/aai/v4/network/pservers/pserver/chcil129snd", - "hostname": "chcil129snd", - "ptnii-equip-name": "chcil129snd", - "equip-type": "server1", - "equip-vendor": "HP", - "equip-model": "DL380p-nd", - "fqdn": "chcilrsv129.chcil.sbcglobal.net", - "ipv4-oam-address": "12.80.1.83", - "serial-number": "n02kvcBczBI", - "in-maint":false, - "resource-version": "1455988020", - "purpose": "Gamma-VCE", - "relationship-list": { - "relationship": [ - { - "related-to": "complex", - "related-link": "https://aai.infra.aic.att.net:8443/aai/v5/cloud-infrastructure/complexes/complex/CHCGILCL73W/", - "relationship-data": [ - { - "relationship-key": "complex.physical-location-id", - "relationship-value": "CHCGILCL73W" - } - ] - } - ] - }, - "p-interfaces": { - "p-interface": [ - { - "interface-name": "p6p2-6/2", - "speed-value": "10000000", - "speed-units": "kbps", - "resource-version": "1455988020", - "relationship-list": { - "relationship": [ - { - "related-to": "physical-link", - "related-link": "https://aai.infra.aic.att.net:8443/aai/v5/network/physical-links/physical-link/chcil129snd%3Ap6p2-6%2F2%7Cchciltax102%3Axe-1%2F0%2F29/", - "relationship-data": [ - { - "relationship-key": "physical-link.link-name", - "relationship-value": "chcil129snd:p6p2-6/2|chciltax102:xe-1/0/29" - } - ] - } - ] - }, - "l-interfaces": { - - } - }, - { - "interface-name": "p6p1-6/1", - "speed-value": "10000000", - "speed-units": "kbps", - "resource-version": "1455988020", - "relationship-list": { - "relationship": [ - { - "related-to": "physical-link", - "related-link": "https://aai.infra.aic.att.net:8443/aai/v5/network/physical-links/physical-link/chcil129snd%3Ap6p1-6%2F1%7Cchciltax101%3Axe-0%2F0%2F29/", - "relationship-data": [ - { - "relationship-key": "physical-link.link-name", - "relationship-value": "chcil129snd:p6p1-6/1|chciltax101:xe-0/0/29" - } - ] - } - ] - }, - "l-interfaces": { - - } - }, - { - "interface-name": "em0-0/1", - "speed-value": "10000000", - "speed-units": "kbps", - "resource-version": "1455988020", - "relationship-list": { - "relationship": [ - { - "related-to": "physical-link", - "related-link": "https://aai.infra.aic.att.net:8443/aai/v5/network/physical-links/physical-link/chcil129snd%3Aem0-0%2F1%7Cchciltax101%3Axe-0%2F0%2F59/", - "relationship-data": [ - { - - } - ] - } - ] - } - } - ] - } -}
\ No newline at end of file |