From d20e0ddf4b8953ce539f1dc7bf7cb4dca30fd189 Mon Sep 17 00:00:00 2001 From: "Leigh, Phillip (pl876u)" Date: Wed, 27 Feb 2019 13:31:33 -0500 Subject: 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) --- src/test/resources/junit/logical-link-input2.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/test/resources/junit/logical-link-input2.json (limited to 'src/test/resources/junit/logical-link-input2.json') 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 -- cgit 1.2.3-korg