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-input3.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-input3.json')
-rw-r--r-- | src/test/resources/junit/logical-link-input3.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/test/resources/junit/logical-link-input3.json b/src/test/resources/junit/logical-link-input3.json new file mode 100644 index 0000000..bc25f61 --- /dev/null +++ b/src/test/resources/junit/logical-link-input3.json @@ -0,0 +1,17 @@ +{ + "link-name" : "01e8d84a-logical-link-3", + "link-id" : "link-id-3", + "model-version-id" : "model-version-id_3", + "model-invariant-id" : "model-invariant-id_3", + "link-type" : "link-type_3", + "routing-protocol" : "routing-protocol-3", + "speed-value" : "speed-value-3", + "speed-units" : "speed-units-003", + "ip-version" : "ip-version-003", + "prov-status" : "prov-status-3", + "link-role" : "link-role-3", + "link-name2" : "link-name2-3", + "circuit-id" : "circuit-id-003", + "purpose" : "purpose-3", + "in-maint" : false +}
\ No newline at end of file |