blob: 92d7c217317827239c9b1f92c98edcbb0b84aa4e [file] [log] [blame]
Bharat saraswald50c6382016-07-14 21:57:13 +05301submodule test6 {
2
3 belongs-to "test5" {
4 prefix "test";
5 }
6
7 revision "2016-07-04" {
8 description "Initial revision.";
9 }
10 grouping grouping1 {
11 leaf leaf1 {
12 type int32;
13 }
14 }
15 grouping grouping2 {
16 leaf leaf1 {
17 type int32;
18 }
19 }
20
21 grouping grouping3 {
22 leaf leaf1 {
23 type int32;
24 }
25 }
26}