Merge "Fix collateral caused by split of UserManager in api and implementation"
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / src / test / resources / model / testfile3.yang
index e67d9c7eed0675efd15b8be638ec997469be3ebc..7aadc9a54fa36451f9b360ede8669e6a41cfa014 100644 (file)
@@ -32,17 +32,24 @@ module types3 {
             description "Description for augment holder";
         }
     }
+    
+    augment "/data:interfaces/data:ifEntry" {
+        when "if:ifType='ds2'";
+        container augment-holder2 {
+            description "Description for augment holder";
+        }
+    }
 
     container network {
-           description "network-description";
-           reference "network-reference";
-           status obsolete;
-           config true;
-           presence "some presence text";
-
-               mnt:mountpoint point  {
-               mnt:target-ref target;
+        mnt:mountpoint point {
+            mnt:target-ref target;
         }
+        
+        description "network-description";
+        reference "network-reference";
+        status obsolete;
+        config true;
+        presence "some presence text";
     }
 
     feature local-storage {