Remove yang-test
[controller.git] / opendaylight / config / yang-jmx-generator / src / test / resources / config-jmx-it.yang
1 // vi: set smarttab et sw=4 tabstop=4:
2 module config-jmx-it {
3     yang-version 1;
4     namespace "urn:opendaylight:params:xml:ns:yang:controller:config:jmx:generator:it";
5     prefix "jmxIt";
6
7     import config { prefix config; revision-date 2013-04-05; }
8
9
10
11     description
12         "Testing API";
13
14     revision "2013-06-13" {
15         description
16             "Initial revision";
17     }
18
19     identity testing {
20         description
21             "Test api";
22
23         base "config:service-type";
24         config:java-class "java.lang.AutoCloseable";
25     }
26 }