fix checkstyle for NetvirtIT 36/44736/1
authorSam Hague <shague@redhat.com>
Fri, 26 Aug 2016 20:42:40 +0000 (16:42 -0400)
committerSam Hague <shague@redhat.com>
Fri, 26 Aug 2016 20:42:40 +0000 (16:42 -0400)
Change-Id: I51517f242d063ab2b68be692a96cf7c7b24bfec8
Signed-off-by: Sam Hague <shague@redhat.com>
vpnservice/it/impl/src/test/java/org/opendaylight/netvirt/it/NetvirtIT.java
vpnservice/it/impl/src/test/java/org/opendaylight/netvirt/it/NeutronNetwork.java

index d9fb29fec3f1c574a47be49a6a4ec61ba1c88f6f..dafafe21d12ee071732ee0b09ce28247de1a7fae 100644 (file)
@@ -161,7 +161,8 @@ public class NetvirtIT extends AbstractMdsalTestBase {
                 super.getLoggingOption());
                 // TODO trying to get console logged to karaf.log, but doesn't work.
                 // wondering if the test stops and the log isn't flushed?
-                //,editConfigurationFilePut("etc/org.ops4j.pax.logging.cfg", "log4j.rootLogger", "INFO, async, stdout, osgi:*"));
+                //editConfigurationFilePut(ORG_OPS4J_PAX_LOGGING_CFG,
+                //        "log4j.rootLogger", "INFO, async, stdout, osgi:*"));
     }
 
     @Before
@@ -286,9 +287,9 @@ public class NetvirtIT extends AbstractMdsalTestBase {
         }
     }
 
-    private final String NETWORK1_NAME = "net1";
-    private final String NETWORK1_SEGID = "101";
-    private final String NETWORK1_IPPFX = "10.1.1.";
+    private static final String NETWORK1_NAME = "net1";
+    private static final String NETWORK1_SEGID = "101";
+    private static final String NETWORK1_IPPFX = "10.1.1.";
 
     /**
      * Test a basic neutron use case. This test constructs a Neutron network, subnet, and two "vm" ports
index 9f2c6c69c82aadd102e36837c2da29074e46a562..ecd26b44138f3f373b87b260b5053296b7c728ac 100644 (file)
@@ -48,6 +48,7 @@ public class NeutronNetwork {
     String getNetworkId() {
         return networkId;
     }
+
     String getSubnetId() {
         return subnetId;
     }