CDS: Add stress test RPC to the cars model 99/23899/4
authorTom Pantelis <tpanteli@brocade.com>
Tue, 7 Jul 2015 20:07:38 +0000 (16:07 -0400)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 11 Aug 2015 01:11:52 +0000 (01:11 +0000)
commitb6a63eea6eb164a0c925716ae398bf64b06958c3
treedf69bb8ea42dca85ead6d9263b0144646b953c60
parent1254e0f95ed295bfa7fb1189ee52749d927d0968
CDS: Add stress test RPC to the cars model

For stress testing the CDS, I've been using an RPC that continuously
creates cars at a specified per second rate. I thought it might be
useful to submit it.

Change-Id: I33b9c2e304884b9541774a12ee248082de60f72e
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/car.yang
opendaylight/md-sal/samples/clustering-test-app/provider/src/main/java/org/opendaylight/controller/clustering/it/provider/CarProvider.java [new file with mode: 0644]
opendaylight/md-sal/samples/clustering-test-app/provider/src/main/java/org/opendaylight/controller/config/yang/config/clustering_it_provider/ClusteringItProviderModule.java