Open Kilda Java Documentation
test_isl.py File Reference

Go to the source code of this file.

Classes

class  topologylistener.tests.test_isl.TestIsl
 

Namespaces

 topologylistener.tests.test_isl
 

Functions

def topologylistener.tests.test_isl.inject_db_link_props (tx, source, dest, payload)
 
def topologylistener.tests.test_isl.make_switch_add (dpid)
 
def topologylistener.tests.test_isl.make_switch_remove (dpid)
 
def topologylistener.tests.test_isl.make_port_down (endpoint)
 
def topologylistener.tests.test_isl.make_isl_pair (source, dest)
 
def topologylistener.tests.test_isl.make_isl_failed (source)
 
def topologylistener.tests.test_isl.make_isl_moved (isl)
 

Variables

string topologylistener.tests.test_isl.ISL_STATUS_ACTIVE = 'active'
 
string topologylistener.tests.test_isl.ISL_STATUS_INACTIVE = 'inactive'
 
string topologylistener.tests.test_isl.ISL_STATUS_MOVED = 'moved'
 
dictionary topologylistener.tests.test_isl.ISL_STATUS_PROPS_DOWN
 
dictionary topologylistener.tests.test_isl.ISL_STATUS_PROPS_HALF_UP
 
dictionary topologylistener.tests.test_isl.ISL_STATUS_PROPS_UP = {'actual': ISL_STATUS_ACTIVE, 'status': ISL_STATUS_ACTIVE}
 
dictionary topologylistener.tests.test_isl.ISL_STATUS_PROPS_MOVED
 
 topologylistener.tests.test_isl.neo4j_connect = share.env.neo4j_connect