Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
b33f8468db344b6b0dca8aec7a1877d521f08a05
/
.
/
plugin
/
maven
/
src
/
test
/
resources
/
rootNode
/
mixed
/
module.yang
blob: e3e5571e0ca5af4e7e8162c85c6fa118ea6fe566 [
file
] [
log
] [
blame
]
module
test5
{
namespace
"test5:test"
;
prefix test
;
include test6
;
revision
"2016-07-04"
{
description
"Initial revision."
;
}
augment
/
cont1
{
leaf cont1
{
type
string
;
}
}
augment
/
cont2
{
leaf cont2
{
type
string
;
}
}
}