Open Kilda Java Documentation
topologylistener.tests.test_flow Namespace Reference

Classes

class  AbstractSpeakerFlowCommand
 
class  AbstractSpeakerFlowInstallCommand
 
class  SpeakerFlowEgressCommand
 
class  SpeakerFlowIngressCommand
 
class  SpeakerFlowRemoveCommand
 
class  SpeakerFlowTransitCommand
 
class  TestFlow
 

Variables

dictionary clazz_to_command
 

Variable Documentation

◆ clazz_to_command

dictionary topologylistener.tests.test_flow.clazz_to_command
Initial value:
1 = {
2  'org.openkilda.messaging.command.flow.InstallIngressFlow':
3  SpeakerFlowIngressCommand,
4  'org.openkilda.messaging.command.flow.InstallTransitFlow':
5  SpeakerFlowTransitCommand,
6  'org.openkilda.messaging.command.flow.InstallEgressFlow':
7  SpeakerFlowEgressCommand,
8  'org.openkilda.messaging.command.flow.RemoveFlow': SpeakerFlowRemoveCommand}

Definition at line 149 of file test_flow.py.