Search in sources :

Example 1 with ReplaceSchemeOutputCommands

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("", "", "", "", "");
}
Also used : SwitchDescription(net.floodlightcontroller.core.SwitchDescription) ReplaceSchemeOutputCommands(org.openkilda.floodlight.message.command.encapsulation.ReplaceSchemeOutputCommands)

Aggregations

SwitchDescription (net.floodlightcontroller.core.SwitchDescription)1 ReplaceSchemeOutputCommands (org.openkilda.floodlight.message.command.encapsulation.ReplaceSchemeOutputCommands)1