Small fix to IT in startup archetype. 28/24728/1
authorEd Warnicke <hagbard@gmail.com>
Mon, 3 Aug 2015 16:49:27 +0000 (09:49 -0700)
committerEd Warnicke <hagbard@gmail.com>
Mon, 3 Aug 2015 16:49:27 +0000 (09:49 -0700)
Change-Id: I3407e23af6228bbe7d881f9b9884e698186f533e
Signed-off-by: Ed Warnicke <hagbard@gmail.com>
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/it/src/test/java/__packageInPathFormat__/it/__classPrefix__IT.java

index 43ccdb8479e6b2e62ea6b34e631e48b2f2e7542e..eda5e733acb70a0a060e6808d008b40ee67a1d0e 100644 (file)
@@ -18,7 +18,6 @@ import org.junit.Assert;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.opendaylight.controller.mdsal.it.base.AbstractMdsalTestBase;
-import org.opendaylight.hello.HelloIT;
 import org.ops4j.pax.exam.Option;
 import org.ops4j.pax.exam.junit.PaxExam;
 import org.ops4j.pax.exam.karaf.options.LogLevelOption.LogLevel;
@@ -32,7 +31,7 @@ import org.slf4j.LoggerFactory;
 @ExamReactorStrategy(PerClass.class)
 public class ${classPrefix}IT extends AbstractMdsalTestBase {
     private static final Logger LOG = LoggerFactory.getLogger(${classPrefix}IT.class);
-    
+
     @Override
     public String getModuleName() {
         return "${artifactId}";
@@ -57,7 +56,7 @@ public class ${classPrefix}IT extends AbstractMdsalTestBase {
     public String getFeatureName() {
         return "odl-${artifactId}-ui";
     }
-    
+
     @Override
     public Option getLoggingOption() {
         Option option = editConfigurationFilePut(ORG_OPS4J_PAX_LOGGING_CFG,
@@ -66,9 +65,9 @@ public class ${classPrefix}IT extends AbstractMdsalTestBase {
         option = composite(option, super.getLoggingOption());
         return option;
     }
-    
+
     @Test
     public void test${artifactId}FeatureLoad() {
         Assert.assertTrue(true);
     }
-}
\ No newline at end of file
+}