4332e0047ae3d5be27016dfc022d8b8438ac2461
[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 for testing purpose";
13
14   revision 2020-12-11 {
15     description
16       "first version";
17     reference
18       "YANG model for providing path-description through data container for testing purpose";
19   }
20
21   container path-description {
22     uses transportpce-pathDescription:path-description;
23   }
24 }