HONEYCOMB-130: Separate v3po plugin from HC infra
[honeycomb.git] / infra / translate-utils / src / test / resources / test-persistence.yang
1 module test-persistence {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:test:persistence";
4     prefix "tp";
5
6     revision "2015-01-05" {
7         description "Initial revision";
8     }
9
10     container top-container {
11         leaf string {
12             type string;
13         }
14     }
15
16     container top-container2 {
17         leaf string {
18             type string;
19         }
20     }
21
22 }