summaryrefslogtreecommitdiffstats
path: root/infra/translate-utils/src/test/resources/test-persistence.yang
diff options
context:
space:
mode:
Diffstat (limited to 'infra/translate-utils/src/test/resources/test-persistence.yang')
-rw-r--r--infra/translate-utils/src/test/resources/test-persistence.yang22
1 files changed, 22 insertions, 0 deletions
diff --git a/infra/translate-utils/src/test/resources/test-persistence.yang b/infra/translate-utils/src/test/resources/test-persistence.yang
new file mode 100644
index 000000000..6dca9f2d5
--- /dev/null
+++ b/infra/translate-utils/src/test/resources/test-persistence.yang
@@ -0,0 +1,22 @@
+module test-persistence {
+ yang-version 1;
+ namespace "urn:opendaylight:params:xml:ns:yang:test:persistence";
+ prefix "tp";
+
+ revision "2015-01-05" {
+ description "Initial revision";
+ }
+
+ container top-container {
+ leaf string {
+ type string;
+ }
+ }
+
+ container top-container2 {
+ leaf string {
+ type string;
+ }
+ }
+
+}