Added the 'number of data changes' parameter to dsbenchmark test start outputs
[controller.git] / benchmark / api / src / main / yang / dsbenchmark.yang
index a5431014630f636d48e9191fedcc2624c5949a47..7a8d727134430282cca370dcfa259114536d20c6 100644 (file)
@@ -206,7 +206,14 @@ module dsbenchmark {
             leaf ntfOk {
                 type uint32;
                 description
-                  "The number of successfully received data tree change notifications";
+                  "The number of successfully received data tree change
+                   notifications";
+            }
+            leaf dataChangeEventsOk {
+                type uint32;
+                description
+                  "The number of data change events received in data tree
+                   change notifications";
             }
         }
     }