[ONOS-7331] YANG Runtime: Add UT to validate te-scheduler based anydata.

Change-Id: I73f68b1a1f083bc8daf98e998f7aa1e1d851dd54
diff --git a/serializers/json/src/test/resources/id-test1.json b/serializers/json/src/test/resources/id-test1.json
index 95aabb9..b1ac531 100644
--- a/serializers/json/src/test/resources/id-test1.json
+++ b/serializers/json/src/test/resources/id-test1.json
@@ -1,5 +1,5 @@
 {
-  "identity-test:con": {
+  "identity-test:con1": {
     "identity-test:interface": "identity-types:physical",
     "identity-test:interfaces": {
       "int-list": [
diff --git a/serializers/json/src/test/resources/id-test2.json b/serializers/json/src/test/resources/id-test2.json
index 296c4e9..bc1aba0 100644
--- a/serializers/json/src/test/resources/id-test2.json
+++ b/serializers/json/src/test/resources/id-test2.json
@@ -1,5 +1,5 @@
 {
-  "identity-test:con": {
+  "identity-test:con1": {
     "identity-test:interface": "physical"
   }
 }
\ No newline at end of file
diff --git a/serializers/json/src/test/resources/identity-test.yang b/serializers/json/src/test/resources/identity-test.yang
index 960e1ef..20d4241 100644
--- a/serializers/json/src/test/resources/identity-test.yang
+++ b/serializers/json/src/test/resources/identity-test.yang
@@ -37,7 +37,7 @@
         leaf l {
             type string;
         }
-        container con {
+        container con1 {
             leaf interface {
                 type identityref {
                     base "type:int-type";