diff options
author | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | 2019-02-27 13:31:33 -0500 |
---|---|---|
committer | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | 2019-02-27 15:23:45 -0500 |
commit | d20e0ddf4b8953ce539f1dc7bf7cb4dca30fd189 (patch) | |
tree | 721825ccdcce64ad85437742cb97c039fe5e0b8a /src/test/resources/junit/logical-link-input2.json | |
parent | 15c6cfa5faaa3445e7fdad2650d72c76dda1e0b9 (diff) |
AaiCtxBuilder:Handle L-Interface & Logical-Link
Also remove resourceVersion and handle empty valude of any attribute
(LOG-988)
Issue-ID: LOG-988
Issue-ID: LOG-766
Issue-ID: LOG-767
Change-Id: I8b3eef61cebf93690aaa0291f8d0a7c1e3575088
Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
Diffstat (limited to 'src/test/resources/junit/logical-link-input2.json')
-rw-r--r-- | src/test/resources/junit/logical-link-input2.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/test/resources/junit/logical-link-input2.json b/src/test/resources/junit/logical-link-input2.json new file mode 100644 index 0000000..e606764 --- /dev/null +++ b/src/test/resources/junit/logical-link-input2.json @@ -0,0 +1,17 @@ +{ + "link-name" : "01e8d84a-logical-link-2", + "link-id" : "link-id-2", + "model-version-id" : "model-version-id_2", + "model-invariant-id" : "model-invariant-id_2", + "link-type" : "link-type_2", + "routing-protocol" : "routing-protocol-2", + "speed-value" : "speed-value-2", + "speed-units" : "speed-units-002", + "ip-version" : "ip-version-002", + "prov-status" : "prov-status-2", + "link-role" : "link-role-2", + "link-name2" : "link-name2-2", + "circuit-id" : "circuit-id-002", + "purpose" : "purpose-2", + "in-maint" : true +}
\ No newline at end of file |