From b2e9556678bbacd8c3777973b9fa89b63497e026 Mon Sep 17 00:00:00 2001 From: "Leigh, Phillip (pl876u)" Date: Fri, 8 Feb 2019 16:23:27 -0500 Subject: Handle L-Interface in AaiCtxBuilder Also adapted the sprintframework to aaiCtxBuilder and added more junit test cases Issue-ID: LOG-766 Change-Id: Ibcc81e7ad3602666ff17c660d33b9ab7b57620df Signed-off-by: Leigh, Phillip (pl876u) --- src/test/resources/junit/l-interface-input2.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/test/resources/junit/l-interface-input2.json (limited to 'src/test/resources/junit/l-interface-input2.json') diff --git a/src/test/resources/junit/l-interface-input2.json b/src/test/resources/junit/l-interface-input2.json new file mode 100644 index 0000000..3bcbbda --- /dev/null +++ b/src/test/resources/junit/l-interface-input2.json @@ -0,0 +1,10 @@ +{ + "interface-id": "junit-l-interface-2", + "interface-name": "junit-l-interface-name2", + "interface-role": "interface-role2", + "is-port-mirrored": "true", + "admin-status": "admin-status2", + "network-name": "network-name-amdocs", + "macaddr": "macaddr-2", + "in-maint": "true" +} \ No newline at end of file -- cgit 1.2.3-korg