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