Add infrautils feature to openflowplugin CSIT 47/74247/3
authorVictor Pickard <vpickard@redhat.com>
Thu, 19 Jul 2018 15:46:59 +0000 (11:46 -0400)
committerVictor Pickard <vpickard@redhat.com>
Thu, 19 Jul 2018 18:27:09 +0000 (14:27 -0400)
This will automatically check for deadlocked threads.

We have seen deadlocked threads in Controller CSIT,
add the tool to this CSIT.

Controller CSIT JIRA:

https://jira.opendaylight.org/browse/MDSAL-362

Change-Id: Iea5d5a73a9367dfb4d031efeb6acad34848215ef
Signed-off-by: Victor Pickard <vpickard@redhat.com>
jjb/openflowplugin/openflowplugin-csit-clustering.yaml

index 9dbcd65dc3d546ebe50233e03a4fd71ee4e5c595..f50996e17eb8af4847b23a608a8637caccf2c4cf 100644 (file)
     tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - 20180301-1041'
 
     # Features to install
-    install-features: 'odl-openflowplugin-flow-services-rest,odl-openflowplugin-app-table-miss-enforcer'
+    install-features: >
+        odl-openflowplugin-flow-services-rest,
+        odl-openflowplugin-app-table-miss-enforcer,
+        odl-infrautils-metrics
 
     # Robot custom options
     robot-options: '-v ODL_OF_PLUGIN:lithium'