Rename restconf-nb-rfc8040 to restconf-nb
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / resources / instanceidentifier / yang / instance-identifier-module.yang
diff --git a/restconf/restconf-nb-rfc8040/src/test/resources/instanceidentifier/yang/instance-identifier-module.yang b/restconf/restconf-nb-rfc8040/src/test/resources/instanceidentifier/yang/instance-identifier-module.yang
deleted file mode 100644 (file)
index 6779d00..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-module instance-identifier-module {
-  yang-version 1.1;
-  namespace "instance:identifier:module";
-
-  prefix "iimodule";
-  revision 2014-01-17;
-
-  container cont {
-    container cont1 {
-      action reset {
-        input {
-          leaf delay {
-            type uint32;
-            default 0;
-          }
-        }
-      }
-    }
-  }
-}