From e8d1fdf269cd94aeb8495c235cd2cccb9a34bc3e Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Thu, 2 Nov 2017 18:58:23 -0700 Subject: [PATCH] Add nicira extension feature This is required to check nicira extension match in OF test. Change-Id: I3b90d607904ea0f2ae77ad3dbdefa3d7b904bc8a Signed-off-by: Luis Gomez --- jjb/openflowplugin/openflowplugin-csit-flow-services.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jjb/openflowplugin/openflowplugin-csit-flow-services.yaml b/jjb/openflowplugin/openflowplugin-csit-flow-services.yaml index 8485e0843..3167f470f 100644 --- a/jjb/openflowplugin/openflowplugin-csit-flow-services.yaml +++ b/jjb/openflowplugin/openflowplugin-csit-flow-services.yaml @@ -27,7 +27,10 @@ scope: 'all' # 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: '' -- 2.36.6