Deprecate TestHelper 86/30286/3
authorStephen Kitt <skitt@redhat.com>
Fri, 27 Nov 2015 09:49:58 +0000 (10:49 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 1 Dec 2015 11:01:52 +0000 (11:01 +0000)
This shouldn't be used any more (certainly not for new IT suites).

Change-Id: Iaf4a9c71f978303b8daa1f104175618bc2529b8e
Signed-off-by: Stephen Kitt <skitt@redhat.com>
opendaylight/md-sal/sal-binding-it/src/main/java/org/opendaylight/controller/test/sal/binding/it/TestHelper.java

index 55a499e35b2fde3cf12bf48671cd977f170f8c7f..9d651cdf8563eb2581ccd54a2c6c48fd8a8f8929 100644 (file)
@@ -16,6 +16,10 @@ import org.ops4j.pax.exam.Option;
 import org.ops4j.pax.exam.options.DefaultCompositeOption;
 import org.ops4j.pax.exam.util.PathUtils;
 
+/**
+ * @deprecated Use config-it and/or mdsal-it instead.
+ */
+@Deprecated
 public class TestHelper {
 
     public static final String CONTROLLER = "org.opendaylight.controller";