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; ...@@ -69,6 +69,8 @@ import com.google.common.collect.Sets;
69 /** 69 /**
70 * This class tests adding a route, updating a route, deleting a route, 70 * This class tests adding a route, updating a route, deleting a route,
71 * and adding a route whose next hop is the local BGP speaker. 71 * and adding a route whose next hop is the local BGP speaker.
72 + * <p/>
73 + * ARP module answers the MAC address synchronously.
72 */ 74 */
73 public class RouterTest { 75 public class RouterTest {
74 76
......