Netconf Scaling test for multithreaded GET requests 30/28730/21
authorJozef Behran <jbehran@cisco.com>
Fri, 23 Oct 2015 12:42:14 +0000 (14:42 +0200)
committerVratko Polák <vrpolak@cisco.com>
Fri, 4 Dec 2015 16:31:55 +0000 (16:31 +0000)
commitc9f1e3b01c1968bbe6952caf480ae657e91b6f29
tree3dfe0d8cbe1d4637a6470dea3158ee6de57ff623
parent6543fa20aed2795cb984c2bfafea2de0e59ecaa0
Netconf Scaling test for multithreaded GET requests

This test suite first emits a batch of "single device mount"
requests to the netconf (via restconf), then executes a wait
loop on each of them (to ensure each of them is connected)
and then uses a Python tool to issue a GET requests for
config data on them. Each device gets one request for its
config data but there are multiple requests being made
concurrently (the count of these concurrent requests is
configurable via a Robot variable). Then it finally issues a
batch of "deconfigure single device" requests. A link to a
known bug is also included as especially the "deconfigure"
part of the test appears to be hit by it pretty badly.

Change-Id: I924d9a72921d29580d54fcf0317aec4137174fb2
Signed-off-by: Jozef Behran <jbehran@cisco.com>
csit/suites/netconf/scale/getmulti.robot [new file with mode: 0644]
csit/testplans/netconf-scale.txt
tools/netconf_tools/getter.py [new file with mode: 0644]