Bug 7801 - Implement agent RPCs for transaction writer testing
[controller.git] / opendaylight / md-sal / samples / clustering-test-app / model / src / main / yang / odl-mdsal-lowlevel-control.yang
index 5a7f2e12e7d46c96cfaaa3be0413149aff4e5209..2a5299d761e328624019d9ac021fc1c5accb9df8 100644 (file)
@@ -232,7 +232,23 @@ module odl-mdsal-lowlevel-control {
                 type boolean;
             }
         }
                 type boolean;
             }
         }
-        // No output.
+        output {
+            leaf all-tx {
+                description "Number of all transactions executed.";
+                type int64;
+                mandatory true;
+            }
+            leaf insert-tx {
+                description "Number of transactions that inserted data.";
+                type int64;
+                mandatory true;
+            }
+            leaf delete-tx {
+                description "Number of transactions that deleted data.";
+                type int64;
+                mandatory true;
+            }
+        }
     }
 
     rpc produce-transactions {
     }
 
     rpc produce-transactions {