Jonathan Hart

Renamed SDN-IP test so it will be picked up by Surefire

 
Change-Id: I58cd3827fe0922f699c4044ff51beaced889a429
...@@ -78,7 +78,7 @@ import com.googlecode.concurrenttrees.radixinverted.InvertedRadixTree; ...@@ -78,7 +78,7 @@ import com.googlecode.concurrenttrees.radixinverted.InvertedRadixTree;
78 * This class tests adding a route, updating a route, deleting a route, and 78 * This class tests adding a route, updating a route, deleting a route, and
79 * the ARP module answers the MAC address asynchronously. 79 * the ARP module answers the MAC address asynchronously.
80 */ 80 */
81 -public class RouterTestWithAsyncArp extends AbstractIntentTest { 81 +public class RouterAsyncArpTest extends AbstractIntentTest {
82 82
83 private SdnIpConfigurationService sdnIpConfigService; 83 private SdnIpConfigurationService sdnIpConfigService;
84 private InterfaceService interfaceService; 84 private InterfaceService interfaceService;
......