Add missing feature to OF sanity test 17/65917/1
authorLuis Gomez <ecelgp@gmail.com>
Mon, 27 Nov 2017 02:43:14 +0000 (18:43 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Mon, 27 Nov 2017 02:43:14 +0000 (18:43 -0800)
This is required after adding nicira extension test.

Change-Id: I88c42f4ebaa5d9a8add89759c90b064b714d828b
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/openflowplugin/openflowplugin-csit-sanity.yaml

index 1425bd90243d2b37ce0cd63867a4a1974acf2186..94ca35465cf7df772f05049b2c47443768ac5a30 100644 (file)
           scope: 'only'
 
     # 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-openflowplugin-nxm-extensions
 
     # Robot custom options
     robot-options: '-v SWITCHES:3'