Introduce features-test 45/12045/3
authorRobert Varga <rovarga@cisco.com>
Fri, 17 Oct 2014 10:06:53 +0000 (12:06 +0200)
committerRobert Varga <rovarga@cisco.com>
Tue, 2 Dec 2014 15:51:08 +0000 (15:51 +0000)
commit5890f60fdf4d8ce2f2190c6bb4ce129357dd6e87
tree4a38a5c432cd29259c7c32ff3388922b85626493
parent470389bbfdb5d5e2c6670578c58a2d40a00b6143
Introduce features-test

This patch introduces the features-test from yangtools. It validates
that a project's feature is self-contained.

Change-Id: I7e6275ea465b79b2dc3cee5b105d8ca36c728cbc
Signed-off-by: Robert Varga <rovarga@cisco.com>
.gitignore
features-test/pom.xml [new file with mode: 0644]
features-test/src/main/java/org/opendaylight/odlparent/featuretest/Constants.java [new file with mode: 0644]
features-test/src/main/java/org/opendaylight/odlparent/featuretest/PerFeatureRunNotifier.java [new file with mode: 0644]
features-test/src/main/java/org/opendaylight/odlparent/featuretest/PerFeatureRunner.java [new file with mode: 0644]
features-test/src/main/java/org/opendaylight/odlparent/featuretest/PerRepoTestRunner.java [new file with mode: 0644]
features-test/src/main/java/org/opendaylight/odlparent/featuretest/SingleFeatureTest.java [new file with mode: 0644]
features-test/src/main/java/org/opendaylight/odlparent/featuretest/Util.java [new file with mode: 0644]
pom.xml