summaryrefslogtreecommitdiffstats
path: root/v3po/translate-utils/src/test/resources/test-persistence.yang
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-05-18 15:05:51 +0200
committerMaros Marsalek <mmarsale@cisco.com>2016-05-24 08:36:34 +0000
commitee1202f9cb83b2b9bcf6ae3f8704bbf0f39b77a5 (patch)
treed3bcb31ef2138c90445199b3709802206c5e2cdc /v3po/translate-utils/src/test/resources/test-persistence.yang
parent5e1e4256dbd294cf2ccc3b0ad2435b403a420214 (diff)
HONEYCOMB-61: Restore configuration and context from persisted files
Change-Id: I6edce127f8895f5d65998b4be71a0a111ca2e8bb Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'v3po/translate-utils/src/test/resources/test-persistence.yang')
-rw-r--r--v3po/translate-utils/src/test/resources/test-persistence.yang22
1 files changed, 22 insertions, 0 deletions
diff --git a/v3po/translate-utils/src/test/resources/test-persistence.yang b/v3po/translate-utils/src/test/resources/test-persistence.yang
new file mode 100644
index 000000000..6dca9f2d5
--- /dev/null
+++ b/v3po/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;
+ }
+ }
+
+}