Exclude the domain package from the jacoco
[aai/aai-common.git] / aai-core / src / test / resources / org / openecomp / aai / parsers / relationship / two-top-level-relationship.json
1 {
2         "related-to": "l-interface",
3         "relationship-data" : [{
4                 "relationship-key" : "generic-vnf.vnf-id",
5                 "relationship-value":"key1"
6         },{
7                 "relationship-key" : "vlan.vlan-interface",
8                 "relationship-value":"key3"
9         },{
10                 "relationship-key" : "l-interface.interface-name",
11                 "relationship-value":"key2"
12         },{
13                 "relationship-key" : "zone.zone-id",
14                 "relationship-value":"key5"
15         },{
16                 "relationship-key" : "l3-interface-ipv4-address-list.l3-interface-ipv4-address",
17                 "relationship-value":"key4"
18         }]
19 }