Search in sources :

Example 1 with FlowValidationService

use of org.openkilda.wfm.topology.flowhs.fsm.validation.FlowValidationService in project open-kilda by telstra.

the class FlowValidationHubServiceTest method setUpOnce.

@BeforeClass
public static void setUpOnce() {
    FlowValidationTestBase.setUpOnce();
    flowResourcesManager = new FlowResourcesManager(persistenceManager, flowResourcesConfig);
    flowValidationService = new FlowValidationService(persistenceManager, flowResourcesManager, MIN_BURST_SIZE_IN_KBITS, BURST_COEFFICIENT);
}
Also used : FlowResourcesManager(org.openkilda.wfm.share.flow.resources.FlowResourcesManager) FlowValidationService(org.openkilda.wfm.topology.flowhs.fsm.validation.FlowValidationService) BeforeClass(org.junit.BeforeClass)

Aggregations

BeforeClass (org.junit.BeforeClass)1 FlowResourcesManager (org.openkilda.wfm.share.flow.resources.FlowResourcesManager)1 FlowValidationService (org.openkilda.wfm.topology.flowhs.fsm.validation.FlowValidationService)1