Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
fef617265177039906cb97899cb07f413e479511
/
.
/
compiler
/
base
/
parser
/
src
/
test
/
resources
/
ConfigInvalidValue.yang
blob: b2e76597fd6281c9d5910866953ac965abcaa02d [
file
] [
log
] [
blame
]
Vidyashree Rama
50b73a0
2016-02-13 22:22:12 +0530
[
diff
] [
blame
]
1
module
Test
{
2
yang
-
version
1
;
3
namespace
http
:
//huawei.com;
4
prefix
Ant
;
5
leaf invalid
-
interval
{
6
type
"uint16"
;
7
config invalid
;
8
}
9
}