Delete restconf
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / test-config-data / yang1 / test-interface.yang
diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/test-config-data/yang1/test-interface.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/test-config-data/yang1/test-interface.yang
deleted file mode 100644 (file)
index d0699e2..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-module test-interface {
-    yang-version 1;
-    namespace "urn:ietf:params:xml:ns:yang:test-interface";
-    prefix "sn";
-
-    description
-        "test file";   
-
-    revision "2014-07-01" {
-        description
-            "Initial revision";
-        reference "will be defined";
-    }
-    
-    container interfaces {
-    
-        container block {
-            
-            leaf address {
-                type string;
-            }
-            leaf location {
-                type string;
-            }
-        }
-    
-        list interface {
-            key "name";
-         
-            list sub-interface {
-                key "sub-name";
-                
-                leaf sub-name {
-                    type string;
-                }
-            }
-            
-            leaf name {
-                type string;
-            }
-            leaf type {
-                type string;
-            }
-            leaf enabled {
-                type string;
-            }
-        }
-    }
-}