Network model add enable wavelength unit test
[transportpce.git] / test-common / src / main / yang / path-description-stub@2020-12-11.yang
diff --git a/test-common/src/main/yang/path-description-stub@2020-12-11.yang b/test-common/src/main/yang/path-description-stub@2020-12-11.yang
new file mode 100644 (file)
index 0000000..60cad83
--- /dev/null
@@ -0,0 +1,24 @@
+module pathdescription-stub {
+  yang-version 1;
+  namespace "pathdescription-stub";
+  prefix pathdescription-stub;
+
+  import transportpce-pathDescription {
+    prefix transportpce-pathDescription;
+       revision-date 2020-11-26;
+  }
+
+  description
+    "YANG model for providing path-description through data container for testing purpose";
+
+  revision 2020-12-11 {
+    description
+      "first version";
+    reference
+      "YANG model for providing path-description through data container for testing purpose";
+  }
+
+  container path-description {
+    uses transportpce-pathDescription:path-description;
+  }
+}