[ONOS-4303, ONOS-4508, ONOS-4509, ONOS-4510, ONOS-4351]notification,rpc,union,sub-module,augment

Change-Id: Ibeed9ff965c13fd66743c1080cb1350d93a3a435
diff --git a/utils/yangutils/src/test/resources/RpcTranslator.yang b/utils/yangutils/src/test/resources/RpcTranslator.yang
index 15048e0..2f0616e 100644
--- a/utils/yangutils/src/test/resources/RpcTranslator.yang
+++ b/utils/yangutils/src/test/resources/RpcTranslator.yang
@@ -2,6 +2,14 @@
     yang-version 1;
     namespace http://huawei.com;
     prefix Ant;
+    leaf test{
+        type string;
+    }
+    container my-container{
+    leaf my-val{
+            type string;
+        }
+    }
     rpc SFP {
         input {
             leaf port {