summaryrefslogtreecommitdiffstats
path: root/infra/translate-utils/src/test/resources/test-persistence.yang
blob: 6dca9f2d5f528bf331f39aa212c175f209be117e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module test-persistence {
    yang-version 1;
    namespace "urn:opendaylight:params:xml:ns:yang:test:persistence";
    prefix "tp";

    revision "2015-01-05" {
        description "Initial revision";
    }

    container top-container {
        leaf string {
            type string;
        }
    }

    container top-container2 {
        leaf string {
            type string;
        }
    }

}