Remove binding spec2
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / resources / augment-group / test-augment-identifier.yang
diff --git a/binding2/mdsal-binding2-generator-impl/src/test/resources/augment-group/test-augment-identifier.yang b/binding2/mdsal-binding2-generator-impl/src/test/resources/augment-group/test-augment-identifier.yang
deleted file mode 100644 (file)
index f3a34d6..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-module augment-identifier-test {
-    prefix "foo";
-    namespace "org.test.augment.identifier";
-
-    import yang-ext {
-      prefix ext;
-    }
-
-    container foo1 {
-        leaf my-leaf {
-            type string;
-        }
-    }
-
-    augment /foo:foo1 {
-        leaf bar {
-            type string;
-        }
-    }
-
-    augment /foo:foo1 {
-        leaf baz {
-            type string;
-        }
-    }
-    container foo2 {
-      leaf foo2-leaf {
-          type string;
-      }
-    }
-
-    augment /foo:foo2 {
-      ext:augment-identifier i-am-new-identifier;
-
-      leaf aug-foo2-leaf {
-          type string;
-      }
-    }
-}
\ No newline at end of file