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-input1.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/test/resources/junit/logical-link-input1.json (limited to 'src/test/resources/junit/logical-link-input1.json') diff --git a/src/test/resources/junit/logical-link-input1.json b/src/test/resources/junit/logical-link-input1.json new file mode 100644 index 0000000..40fc85d --- /dev/null +++ b/src/test/resources/junit/logical-link-input1.json @@ -0,0 +1,17 @@ +{ + "link-name" : "01e8d84a-logical-link-1", + "link-id" : "link-id-1", + "model-version-id" : "model-version-id_1", + "model-invariant-id" : "model-invariant-id_1", + "link-type" : "link-type_1", + "routing-protocol" : "routing-protocol-1", + "speed-value" : "speed-value-1", + "speed-units" : "speed-units-001", + "ip-version" : "ip-version-001", + "prov-status" : "prov-status-1", + "link-role" : "link-role-1", + "link-name2" : "link-name2-1", + "circuit-id" : "circuit-id-001", + "purpose" : "purpose-1", + "in-maint" : false +} \ No newline at end of file -- cgit 1.2.3-korg