Skip to content
Snippets Groups Projects
Commit d6816b9c authored by QingWang0909's avatar QingWang0909
Browse files

Update for "Fix bug for StatisticsCollector": 1) Change test name back to...

Update for "Fix bug for StatisticsCollector": 1) Change test name back to StatisticsTest.java. 2) update code to create OF factories on the fly
parent e871b106
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ import org.junit.runners.Parameterized;
* Created by qing wang on 5/18/17.
*/
@RunWith(Parameterized.class)
public class GetCurrentPortSpeedTest extends FloodlightTestCase {
public class StatisticsTest extends FloodlightTestCase {
private FloodlightContext cntx;
private FloodlightModuleContext fmc;
......@@ -63,7 +63,7 @@ public class GetCurrentPortSpeedTest extends FloodlightTestCase {
* @param inputOFVersion
* @param expectedSpeed
*/
public GetCurrentPortSpeedTest(OFVersion inputOFVersion, Long expectedSpeed) {
public StatisticsTest(OFVersion inputOFVersion, Long expectedSpeed) {
this.inputOFVersion = inputOFVersion;
this.expectedSpeed = expectedSpeed;
}
......
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