Netconf configuration stress HA suites 70/45970/8
authorVratko Polak <vrpolak@cisco.com>
Wed, 21 Sep 2016 14:06:58 +0000 (16:06 +0200)
committerLuis Gomez <ecelgp@gmail.com>
Fri, 23 Sep 2016 03:25:58 +0000 (03:25 +0000)
commit939e644c8593722bd490b283228e6656f86b5a66
tree86ab17d265fdd095a8379a9775c4165b4a1c62bc
parent29c4f1f19a5c36062f3dd74b3e80bf2cc0f3447a
Netconf configuration stress HA suites

+ The main suite where topology Owner is rebooted.
+ Python utility for continuous device (de)configuration.
+ Additional suite where config Leader is rebooted.
+ Suite for installing feature in controlled manner
  to ensure Owner and Leader are not co-located.
+ Reset suite to undo feature installation before next suite starts.
+ Testplan.

Change-Id: I87b9b1539395011a759135f0280edb544c6a506a
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
csit/suites/netconf/clusteringscale/performance.robot
csit/suites/netconf/clusteringscale/staggered_install.robot [new file with mode: 0644]
csit/suites/netconf/clusteringscale/topology_leader_ha.robot [new file with mode: 0644]
csit/suites/netconf/clusteringscale/topology_owner_ha.robot [new file with mode: 0644]
csit/suites/netconf/scale/getmulti.robot
csit/suites/test/cluster_reset.robot [new file with mode: 0644]
csit/testplans/netconf-cluster-stress.txt [new file with mode: 0644]
tools/netconf_tools/configurer.py [new file with mode: 0644]