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);
}
Aggregations