Skip to content
Snippets Groups Projects
Commit f26c1668 authored by Vishnu Emmadi's avatar Vishnu Emmadi
Browse files

Increase port count for switch added test in LinkDiscoveryManagerTest

to account for the fact that the quarantine port processing rate has
increased from 5 ports/100 msec to 10 ports/100 msec
parent e58db65c
No related branches found
No related tags found
No related merge requests found
......@@ -468,7 +468,7 @@ public class LinkDiscoveryManagerTest extends FloodlightTestCase {
// Create the set of ports
List<Short> ports = new ArrayList<Short>();
for(short p=1; p<=10; ++p) {
for(short p=1; p<=20; ++p) {
ports.add(p);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment