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)
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>

No differences found