Change count type in the cars model 38/40938/2
authorRyan Goulding <ryandgoulding@gmail.com>
Fri, 24 Jun 2016 15:57:00 +0000 (11:57 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Fri, 8 Jul 2016 04:18:11 +0000 (04:18 +0000)
commitbac0137a8cb9bb78caf19cd08d446bb61724e04e
tree5a562a91b0008ae4efb322357e957bce6ed0fe95
parent302fba3961247f35682f35b654f432da02f5fa13
Change count type in the cars model

The count type is changed from uint16 to uint32.  For some performance/stress
tests, it is desirable to issue 1E7 transactions to provide an adequate sample
size.  Prior to this change, it was impossible to issue a million transactions
without either invoking the RPC several times or using count=0 and stopping
based on log messages.  This makes perf testing easier.

Change-Id: Icf125e45bd85e14df6ed5ad91ddad92a8dd2151b
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
(cherry picked from commit f36e0782a5bb5409d8dd95e2d08ffdbd65266663)
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