362bca6a1cd77ce11b7fb659a75cd323dfe5b720
[transportpce.git] / test-common / src / main / yang / path-description-stub@2020-12-11.yang
1 module pathdescription-stub {
2   yang-version 1;
3   namespace "pathdescription-stub";
4   prefix pathdescription-stub;
5
6   import transportpce-pathDescription {
7     prefix transportpce-pathDescription;
8     revision-date 2021-07-05;
9   }
10
11   description
12     "YANG model for providing path-description through data container
13     for testing purpose";
14
15   revision 2020-12-11 {
16     description
17         "first version";
18     reference
19         "YANG model for providing path-description through data container
20         for testing purpose";
21   }
22
23   container path-description {
24     uses transportpce-pathDescription:path-description;
25   }
26 }