Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
060da9a13a6e79fc1a5722a702d5fc29990effe4
/
.
/
utils
/
yangutils
/
src
/
test
/
resources
/
ConfigInvalidValue.yang
blob: b2e76597fd6281c9d5910866953ac965abcaa02d [
file
] [
log
] [
blame
]
module
Test
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf invalid
-
interval
{
type
"uint16"
;
config invalid
;
}
}