public class OpenflowpluginTestCommandProvider extends Object implements org.eclipse.osgi.framework.console.CommandProvider
Modifier and Type | Class and Description |
---|---|
class |
OpenflowpluginTestCommandProvider.TestFlowThread |
Constructor and Description |
---|
OpenflowpluginTestCommandProvider(org.osgi.framework.BundleContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
_addMDFlow(org.eclipse.osgi.framework.console.CommandInterpreter ci)
Adds a flow.
|
void |
_modifyMDFlow(org.eclipse.osgi.framework.console.CommandInterpreter ci) |
void |
_perfFlowTest(org.eclipse.osgi.framework.console.CommandInterpreter ci) |
void |
_removeMDFlow(org.eclipse.osgi.framework.console.CommandInterpreter ci) |
void |
_testAllFlows(org.eclipse.osgi.framework.console.CommandInterpreter ci) |
String |
getHelp() |
void |
onSessionInitiated(org.opendaylight.controller.sal.binding.api.BindingAwareBroker.ProviderContext session) |
public OpenflowpluginTestCommandProvider(org.osgi.framework.BundleContext ctx)
public void onSessionInitiated(org.opendaylight.controller.sal.binding.api.BindingAwareBroker.ProviderContext session)
public void _removeMDFlow(org.eclipse.osgi.framework.console.CommandInterpreter ci)
public void _addMDFlow(org.eclipse.osgi.framework.console.CommandInterpreter ci)
ci
- arguments: switchId flowType tableNum, e.g.: addMDFlow openflow:1 f1 42public void _modifyMDFlow(org.eclipse.osgi.framework.console.CommandInterpreter ci)
public String getHelp()
getHelp
in interface org.eclipse.osgi.framework.console.CommandProvider
public void _perfFlowTest(org.eclipse.osgi.framework.console.CommandInterpreter ci)
public void _testAllFlows(org.eclipse.osgi.framework.console.CommandInterpreter ci)
Copyright © 2018 OpenDaylight. All rights reserved.