SFT: avoid testing aggregator features 86/51386/4
authorStephen Kitt <skitt@redhat.com>
Fri, 3 Feb 2017 10:35:17 +0000 (11:35 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 7 Feb 2017 12:27:05 +0000 (12:27 +0000)
commitb0b3f387a91c67690cd72def1f1da1ac3f3f7e30
tree35aba2d5edb2fc110a12de2c86841ec80d877be8
parent5216dd6ef610204fa578415562292c8481670550
SFT: avoid testing aggregator features

Feature repositories built by the Karaf Maven plugin contain an
aggregator feature which pulls in all the features in the relevant
POM. It's pointless to test this, and very expensive, so we now skip
them: the rule is that, in repositories with more than one feature,
any feature with the same name as the repository is skipped.
(Repositories containing a single feature are tested, so that single
features can be checked in -Psft mode.)

Change-Id: I8ca11e9ff18663e62cee94e3203b5a0e0db17742
Signed-off-by: Stephen Kitt <skitt@redhat.com>
features4-test/src/main/java/org/opendaylight/odlparent/featuretest/PerRepoTestRunner.java