From d4d6fbd430eb502cce6cb01a667ec799d487a510 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 5 Jan 2023 09:31:25 -0500 Subject: Seed code for biermann restconf Seed initial code from OpenDaylight netconf project for Biermann draft version of restconf API Issue-ID: CCSDK-3783 Signed-off-by: Dan Timoney Change-Id: I8a1ad2050ee7addbb480f01bd448922803bff31f --- .../modules-without-restconf-module/mount-point-1.yang | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 netconf/restconf/restconf-nb-bierman02/src/test/resources/modules/modules-without-restconf-module/mount-point-1.yang (limited to 'netconf/restconf/restconf-nb-bierman02/src/test/resources/modules/modules-without-restconf-module/mount-point-1.yang') diff --git a/netconf/restconf/restconf-nb-bierman02/src/test/resources/modules/modules-without-restconf-module/mount-point-1.yang b/netconf/restconf/restconf-nb-bierman02/src/test/resources/modules/modules-without-restconf-module/mount-point-1.yang new file mode 100644 index 0000000..4963c89 --- /dev/null +++ b/netconf/restconf/restconf-nb-bierman02/src/test/resources/modules/modules-without-restconf-module/mount-point-1.yang @@ -0,0 +1,11 @@ +module mount-point-1 { + namespace "mount:point:1"; + prefix "point1"; + revision "2016-01-01"; + + container cont { + } + + list listA { + } +} \ No newline at end of file -- cgit 1.2.3-korg