Renamed SDN-IP test so it will be picked up by Surefire
Change-Id: I58cd3827fe0922f699c4044ff51beaced889a429
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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; | ... | ... |
-
Please register or login to post a comment