summaryrefslogtreecommitdiffstats
path: root/infra/it/memory-benchmark-api/src/main/yang/memory-benchmark.yang
blob: e01550659664c8792c30e935d823b26223f63fc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module memory-benchmark {

    yang-version 1;
    namespace "urn:opendaylight:params:xml:ns:yang:memory:benchmark";
    prefix "mm-bench";

    revision "2016-12-04" {
      description "Memory benchmark test api";
    }

    container config-data {
        list config-list {
            key name;
            leaf name {
                type string;
            }
        }
    }
}