Skip to content

Commit efe43e3

Browse files
committed
test BUGFIX missing module
1 parent e2932ae commit efe43e3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tests/modules/yang/mount.yang

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
module mount {
2+
yang-version 1.1;
3+
namespace "urn:mount";
4+
prefix "m";
5+
6+
container root {
7+
leaf l1 {
8+
type string;
9+
must "/m:root/l1 = 'valid'";
10+
}
11+
leaf l2 {
12+
type instance-identifier;
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)