Delete restconf
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / instanceidentifier / yang / augment-augment-module.yang
diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/instanceidentifier/yang/augment-augment-module.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/instanceidentifier/yang/augment-augment-module.yang
deleted file mode 100644 (file)
index 546111c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-module augment-augment-module {
-  namespace "augment:augment:module";  
-
-  prefix "aamodule";
-  
-  import augment-module {prefix amodule; revision-date 2014-01-17;}
-  import instance-identifier-module {prefix imodule; revision-date 2014-01-17;}
-   
-  revision 2014-01-17 {    
-  }
-  
-       augment "/imodule:cont/imodule:cont1/amodule:lst11" {
-        leaf lf111 {
-            type instance-identifier;
-        }
-        leaf lf112 {
-            type string;
-        }
-       }
-         
-}
\ No newline at end of file