summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/parser-identifier/test-module.yang
blob: a9a675682adf0d36c24faa60a24b5090b568caf8 (plain)
1
2
3
4
5
6
7
8
9
module test-module {
  namespace "test:module";
  prefix "testm";
  yang-version 1;

  revision 2016-06-02 {
    description "Initial revision.";
  }
}