Merge "Remove unnecessary declaration of <prerequisites> in features"
[controller.git] / opendaylight / config / yang-test / src / main / yang / config-test.yang
1 module config-test {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:controller:test";
4     prefix "test";
5
6     import config { prefix config; revision-date 2013-04-05; }
7
8     description
9         "Testing API";
10
11     revision "2013-06-13" {
12         description
13             "Initial revision";
14     }
15
16     identity testing {
17         description
18             "Test api";
19
20         base "config:service-type";
21         config:java-class "org.opendaylight.controller.config.yang.test.impl.CheckedAutoCloseable";
22     }
23 }