CDS: Add stress test RPC to the cars model
[controller.git] / opendaylight / md-sal / samples / clustering-test-app / model / src / main / yang / car.yang
index d9cfb6b1d5872f79a695410cf52d100fd6094e70..f421133c620c20bbeebe1358ddeacd3ba955c819 100644 (file)
@@ -59,6 +59,15 @@ module car {
        uses car-entry;
       }
     }
-
     
+    rpc stress-test {
+        input {
+            leaf rate {
+              type uint16;
+            }
+        }
+    }
+    
+    rpc stop-stress-test {
+    }
 }
\ No newline at end of file