blob: 9acc939a308518a9c1500d8f29161b22358fddb8 [file] [log] [blame]
submodule test6 {
belongs-to "test5" {
prefix "test";
}
revision "2016-07-04" {
description "Initial revision.";
}
container cont1 {
leaf leaf1 {
type int32;
}
}
container cont2 {
leaf leaf1 {
type int32;
}
}
}