![]() |
Open Kilda Java Documentation
|
Classes | |
class | AbstractTest |
class | Environment |
class | KafkaProducerStub |
class | KafkaSendFutureStub |
class | KafkaSendRecord |
Functions | |
def | feed_isl_discovery (isl, fields) |
def | feed_message (message) |
def | link_props_request (link_props) |
def | link_props_put_payload (request) |
def | link_props_drop_payload (request) |
def | feature_toggle_request (fields) |
def | isl_info_payload (isl, fields) |
def | command (payload, fields) |
def | make_correlation_id (prefix='') |
def | make_datapath_id (number) |
def | clean_neo4j_test_data (tx) |
def | drop_db_isls (tx) |
def | drop_db_switches (tx) |
def | drop_db_link_props (tx) |
def | drop_db_flows (tx) |
def | drop_db_flow_segments (tx, flow_id) |
def | is_test_dpid (dpid) |
def | dpid_as_long (dpid_str) |
def | long_as_dpid (dpid) |
Variables | |
log = logging.getLogger(__name__) | |
int | dpid_test_marker = 0xfffe000000000000 |
int | dpid_protected_bits = 0xffffff0000000000 |
int | cookie_test_data_flag = 0x0010000000000000 |
env = Environment() | |
def topologylistener.tests.share.clean_neo4j_test_data | ( | tx | ) |
def topologylistener.tests.share.command | ( | payload, | |
fields | |||
) |
def topologylistener.tests.share.drop_db_flow_segments | ( | tx, | |
flow_id | |||
) |
def topologylistener.tests.share.feature_toggle_request | ( | fields | ) |
def topologylistener.tests.share.feed_isl_discovery | ( | isl, | |
fields | |||
) |
def topologylistener.tests.share.isl_info_payload | ( | isl, | |
fields | |||
) |
def topologylistener.tests.share.link_props_drop_payload | ( | request | ) |
def topologylistener.tests.share.link_props_put_payload | ( | request | ) |
def topologylistener.tests.share.link_props_request | ( | link_props | ) |
def topologylistener.tests.share.make_correlation_id | ( | prefix = '' | ) |
def topologylistener.tests.share.make_datapath_id | ( | number | ) |
int topologylistener.tests.share.cookie_test_data_flag = 0x0010000000000000 |
int topologylistener.tests.share.dpid_protected_bits = 0xffffff0000000000 |
int topologylistener.tests.share.dpid_test_marker = 0xfffe000000000000 |
topologylistener.tests.share.env = Environment() |