From 8468f361e24a46b1bd68302b4387c78a28a1f02b Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 6 May 2015 13:55:25 +0200 Subject: [PATCH] Add odl-dsbenchmark-impl feature to Integration distribution The coretutorials has not declared any feature to be user-facing, but Dsbenchmark can be useful for users (to compare installations) and it is very useful for CI: tracking DS performance. As CI only uses builds from ${project}-distribution-${stream} jobs, this change is needed for CI tests to happen. Change-Id: If08d6893f0434d1eae2e47aed389f186588e9d30 Signed-off-by: Vratko Polak --- features/index/pom.xml | 7 +++++++ features/index/src/main/resources/features.xml | 1 + features/test/src/main/resources/features.xml | 1 + pom.xml | 1 + 4 files changed, 10 insertions(+) diff --git a/features/index/pom.xml b/features/index/pom.xml index 796ed6d1..e5abd0e7 100644 --- a/features/index/pom.xml +++ b/features/index/pom.xml @@ -107,6 +107,13 @@ features xml + + org.opendaylight.coretutorials + dsbenchmark-features + ${feature.coretutorials.version} + features + xml + org.opendaylight.didm didm-features diff --git a/features/index/src/main/resources/features.xml b/features/index/src/main/resources/features.xml index e0255d72..1c742bee 100644 --- a/features/index/src/main/resources/features.xml +++ b/features/index/src/main/resources/features.xml @@ -42,6 +42,7 @@ mvn:org.opendaylight.controller/features-netconf-connector/${feature.mdsal.version}/xml/features mvn:org.opendaylight.controller/features-nsf/${feature.nsf.version}/xml/features mvn:org.opendaylight.controller/features-restconf/${feature.mdsal.version}/xml/features + mvn:org.opendaylight.coretutorials/dsbenchmark-features/${feature.coretutorials.version}/xml/features mvn:org.opendaylight.didm/didm-features/${didm.version}/xml/features mvn:org.opendaylight.dlux/features-dlux/${feature.dlux.version}/xml/features mvn:org.opendaylight.groupbasedpolicy/features-groupbasedpolicy/${feature.groupbasedpolicy.version}/xml/features diff --git a/features/test/src/main/resources/features.xml b/features/test/src/main/resources/features.xml index 97641755..fa47481d 100644 --- a/features/test/src/main/resources/features.xml +++ b/features/test/src/main/resources/features.xml @@ -70,6 +70,7 @@ odl-didm-identification odl-didm-drivers-api odl-dlux-core + odl-dsbenchmark-impl odl-iotdm-onem2m odl-lacp-ui odl-lispflowmapping-all diff --git a/pom.xml b/pom.xml index 207e3392..f99a076b 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,7 @@ 0.9.0-SNAPSHOT 0.4.0-SNAPSHOT 0.1.0-SNAPSHOT + 1.0.0-SNAPSHOT 0.2.0-SNAPSHOT 1.2.0-SNAPSHOT 0.2.0-SNAPSHOT -- 2.36.6