summaryrefslogtreecommitdiffstats
path: root/tests/yanglint/modules/modnotif.yang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yanglint/modules/modnotif.yang')
-rw-r--r--tests/yanglint/modules/modnotif.yang19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/yanglint/modules/modnotif.yang b/tests/yanglint/modules/modnotif.yang
new file mode 100644
index 0000000..a2155a0
--- /dev/null
+++ b/tests/yanglint/modules/modnotif.yang
@@ -0,0 +1,19 @@
+module modnotif {
+ yang-version 1.1;
+ namespace "urn:yanglint:modnotif";
+ prefix mn;
+
+ container con {
+ notification nfn {
+ leaf lf {
+ type string;
+ }
+ }
+ }
+
+ notification nfg {
+ leaf lf {
+ type string;
+ }
+ }
+}