Pingping
Committed by Pavlin Radoslavov

Unit test to Router class with Async ARP

Change-Id: I3797433ae5dcce06425159887e42ee75bcf621e4
......@@ -69,6 +69,8 @@ import com.google.common.collect.Sets;
/**
* This class tests adding a route, updating a route, deleting a route,
* and adding a route whose next hop is the local BGP speaker.
* <p/>
* ARP module answers the MAC address synchronously.
*/
public class RouterTest {
......