use of org.openkilda.floodlight.message.command.encapsulation.ReplaceSchemeOutputCommands in project open-kilda by telstra.
the class ReplaceInstallFlowTest method initScheme.
protected void initScheme() {
scheme = new ReplaceSchemeOutputCommands();
switchDescription = new SwitchDescription("", "", "", "", "");
}
Aggregations