Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
defc16e48b7021991d2f8bbe9ec0c9b3d2bb6549
/
.
/
utils
/
yangutils
/
plugin
/
src
/
test
/
resources
/
NotificationTest.yang
blob: f199dbd5e70f1e6ee90cd17886277b3e37ba7ddc [
file
] [
log
] [
blame
]
module
NotificationTest
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
notification test
{
leaf type
{
type
string
;
}
leaf severity
{
type
string
;
}
}
}