Binding v2: Testing module with two consecutive dots 22/37922/3
authorVratko Polak <vrpolak@cisco.com>
Wed, 20 Apr 2016 14:36:04 +0000 (16:36 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 20 May 2016 20:39:52 +0000 (20:39 +0000)
Currently in v1 this fails to generate sources.

Change-Id: Id415d3c512cf0db56ba817998cc4f5631b78c037
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
binding/mdsal-binding-spec-2/src/test/resources/odl-test-double..dot.yang [new file with mode: 0644]

diff --git a/binding/mdsal-binding-spec-2/src/test/resources/odl-test-double..dot.yang b/binding/mdsal-binding-spec-2/src/test/resources/odl-test-double..dot.yang
new file mode 100644 (file)
index 0000000..ad03801
--- /dev/null
@@ -0,0 +1,14 @@
+module odl-test-double..dot {
+    yang-version 1;
+    namespace "urn:opendaylight:params:xml:ns:yang:mdsal:binding2:test:double..dot";
+    prefix "dd";
+
+    description
+        "Module aimed to create package name with two consecutive dots.";
+
+    revision "2016-04-20" {
+        description
+            "Initial revision, for ODL Boron.";
+    }
+
+}