From 88b9ceb6655a36b7f90cccf6746b6da5233c7808 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Tue, 11 Aug 2015 12:23:11 +0200 Subject: [PATCH] Include new BGPCEP feature names into CSIT job definition There was a change in names of top-level bgpcep features, see https://git.opendaylight.org/gerrit/#/c/25112/ Old feature names are retained as aliases in Beryllium, but Boron would probably use the new names only. Current bgpcep-csit-* jobs do not include those new names, so this change adds them. Lithium names are left there too, as Karaf seems to tolerate unknown features in featuresBoot. Change-Id: I1458e0ee88b1ae5a42f9c142346fa94ec7a6db09 Signed-off-by: Vratko Polak --- jjb/bgpcep/bgpcep-csit-userfeatures.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml index da1e69c8a..2490b7609 100644 --- a/jjb/bgpcep/bgpcep-csit-userfeatures.yaml +++ b/jjb/bgpcep/bgpcep-csit-userfeatures.yaml @@ -24,7 +24,7 @@ scope: 'all' # Features to install - install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-netconf-connector-all' + install-features: 'odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-bgpcep-pcep,odl-netconf-connector-all' # Robot custom options robot-options: '' -- 2.36.6