Populate data/ hierarchy
[yangtools.git] / yang / yang-data-impl / src / test / resources / yt892 / test-bgp-types.yang
diff --git a/yang/yang-data-impl/src/test/resources/yt892/test-bgp-types.yang b/yang/yang-data-impl/src/test/resources/yt892/test-bgp-types.yang
deleted file mode 100644 (file)
index ae06008..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-module test-bgp-types {
-    yang-version "1";
-    namespace "urn:opendaylight:params:xml:ns:yang:test:bgp:types";
-    prefix "bgp-types";
-
-    revision "2018-08-14";
-
-    typedef peer-type {
-        type enumeration {
-            enum INTERNAL {
-            }
-            enum EXTERNAL {
-            }
-        }
-    }
-
-    identity afi-safi-type {
-    }
-
-    identity IPV4-UNICAST {
-        base afi-safi-type;
-    }
-}