From 29d3ebddff1ced86bc29e3a73d6557511da50ff4 Mon Sep 17 00:00:00 2001 From: adetalhouet Date: Wed, 3 Feb 2016 14:12:05 -0500 Subject: [PATCH] Rename NIC feature Feature file was remodel in NIC: https://git.opendaylight.org/gerrit/#/c/33996/ This patch address the feature name changed. Change-Id: Ieabd1a1325abbf3fe09c6c7c1729d5450b204b9c Signed-off-by: adetalhouet --- jjb/nic/nic-csit-basic.yaml | 2 +- jjb/nic/nic-csit-vtnrenderer.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/nic/nic-csit-basic.yaml b/jjb/nic/nic-csit-basic.yaml index 8443e1c8d..8e3387ec9 100644 --- a/jjb/nic/nic-csit-basic.yaml +++ b/jjb/nic/nic-csit-basic.yaml @@ -29,7 +29,7 @@ scope: 'all' # Features to install - install-features: 'odl-nic-core-service-mdsal,odl-nic-console' + install-features: 'odl-nic-console' # Robot custom options robot-options: '' diff --git a/jjb/nic/nic-csit-vtnrenderer.yaml b/jjb/nic/nic-csit-vtnrenderer.yaml index 4123c4a77..dc00cb94a 100644 --- a/jjb/nic/nic-csit-vtnrenderer.yaml +++ b/jjb/nic/nic-csit-vtnrenderer.yaml @@ -23,7 +23,7 @@ scope: 'all' # Features to install - install-features: 'odl-nic-core,odl-nic-console,odl-nic-renderer-vtn' + install-features: 'odl-nic-console,odl-nic-renderer-vtn' # Robot custom options robot-options: '' -- 2.36.6