Remove useless yang model from test-common 96/102496/2
authorGilles Thouenon <gilles.thouenon@orange.com>
Mon, 26 Sep 2022 16:02:48 +0000 (18:02 +0200)
committerGilles Thouenon <gilles.thouenon@orange.com>
Thu, 29 Sep 2022 07:21:55 +0000 (09:21 +0200)
This model has not been used for a while. No interest to keep it.

JIRA: TRNSPRTPCE-694
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: I9eee371112176e2ca7893546e72e084c9781941a

test-common/src/main/yang/path-description-stub@2020-12-11.yang [deleted file]

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
deleted file mode 100644 (file)
index 362bca6..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-module pathdescription-stub {
-  yang-version 1;
-  namespace "pathdescription-stub";
-  prefix pathdescription-stub;
-
-  import transportpce-pathDescription {
-    prefix transportpce-pathDescription;
-    revision-date 2021-07-05;
-  }
-
-  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;
-  }
-}
\ No newline at end of file