Bug-4234 - Add count field to cars stress-test RPC.
[controller.git] / opendaylight / md-sal / samples / clustering-test-app / model / src / main / yang / car.yang
index f421133c620c20bbeebe1358ddeacd3ba955c819..eb02be7f0f1220c725346210d285aafa192a9ef8 100644 (file)
@@ -65,6 +65,13 @@ module car {
             leaf rate {
               type uint16;
             }
+
+            leaf count {
+              type uint16;
+              default 0;
+              description "Number of cars to create. Zero implies unlimited cars; use
+                           stop-stress-test rpc to stop the test.";
+            }
         }
     }