aboutsummaryrefslogtreecommitdiffstats
path: root/sanitycheck/netconf/test_models/test-model.yang
diff options
context:
space:
mode:
Diffstat (limited to 'sanitycheck/netconf/test_models/test-model.yang')
-rw-r--r--sanitycheck/netconf/test_models/test-model.yang10
1 files changed, 10 insertions, 0 deletions
diff --git a/sanitycheck/netconf/test_models/test-model.yang b/sanitycheck/netconf/test_models/test-model.yang
new file mode 100644
index 0000000..0f4e699
--- /dev/null
+++ b/sanitycheck/netconf/test_models/test-model.yang
@@ -0,0 +1,10 @@
+module test-model {
+ namespace "http://onap.org/test-model";
+ prefix config;
+ container config {
+ config true;
+ leaf itemValue1 {type uint32;}
+ leaf itemValue2 {type uint32;}
+ leaf itemValue3 {type uint32;}
+ }
+}