The networking_cisco.tests.unit.saf.agent.vdp.test_dfa_vdp_mgr
Module¶
-
class
networking_cisco.tests.unit.saf.agent.vdp.test_dfa_vdp_mgr.
DfaVdpMgrTest
(*args, **kwds)¶ Bases:
neutron.tests.base.BaseTestCase
A test suite to exercise the DfaVdpMgr Class.
-
setUp
()¶ Setup routine
-
test_dfa_uplink_restart_invalid_veth
(*args, **kwargs)¶ Test for DFA uplink restart case with invalid veth.
-
test_dfa_uplink_restart_no_uplink
(*args, **kwargs)¶ Test for DFA uplink restart case with no uplink.
-
test_dfa_uplink_restart_valid_uplink_veth
(*args, **kwargs)¶ Test for DFA uplink restart case with valid uplink/veth.
-
test_process_bulk_vm_event_down
(*args, **kwargs)¶ Test Bulk Process event for down status.
-
test_process_bulk_vm_event_up
(*args, **kwargs)¶ Test Bulk Process event for up status.
-
test_process_static_uplink_down
(*args, **kwargs)¶ Test routine for static uplink, down case.
-
test_process_static_uplink_new
(*args, **kwargs)¶ Test routine for static uplink, first time call.
-
test_process_static_uplink_normal
(*args, **kwargs)¶ Test routine for static uplink, normal case.
-
test_process_up_uplink_event_lldp_fail
(*args, **kwargs)¶ Test routine when a uplink is detected and lldp is down.
-
test_process_uplink_event_case1
(*args, **kwargs)¶ Top routine that calls the uplink down case
-
test_process_uplink_event_case2
(*args, **kwargs)¶ Top routine that calls the uplink detect case
-
test_process_vm_down_event_uplink_not_rcvd
(*args, **kwargs)¶ Test for VM down event, when uplink event is not received.
-
test_process_vm_event_fail
(*args, **kwargs)¶ Top routine that calls process VM event fail case
-
test_process_vm_event_succ
(*args, **kwargs)¶ Top routine that calls process VM event success case
-
test_process_vm_event_uplink_not_rcvd
(*args, **kwargs)¶ Test for VM event process, when uplink event is not received.
-
test_topo_disc_cb
(*args, **kwargs)¶ Test the topology discovery CB function.
-
test_vdp_uplink_proc_down_threshold_exceed
(*args, **kwargs)¶ Test VDP uplink proc for down case, when threshold exceed.
-
test_vdp_uplink_proc_down_threshold_not_exceed
(*args, **kwargs)¶ Test VDP uplink proc for down case, when threshold not exceed.
-
test_vdp_uplink_proc_new_uplink
(*args, **kwargs)¶ Test VDP uplink proc for a new uplink case.
-
test_vdp_uplink_proc_none
(*args, **kwargs)¶ Test VDP uplink proc for none case.
-
test_vdp_uplink_proc_normal
(*args, **kwargs)¶ Test VDP uplink proc for normal case.
-
test_vdp_uplink_proc_normal_bond_intf
(*args, **kwargs)¶ Test VDP uplink proc for normal case, for bond interface.
-
test_vdp_uplink_proc_normal_bulk_vm_not_rcvd
(*args, **kwargs)¶ Test VDP uplink proc for normal case, for bulk VM.
This is for the case when bulk VM notificationis not received.
-
test_vdp_uplink_proc_normal_static
(*args, **kwargs)¶ Test VDP uplink proc for normal case for static uplink.
-
test_vdp_vlan_change_cb
(*args, **kwargs)¶ Function to test the VDP VLAN change Callback.
-
test_vdp_vm_event_dict
(*args, **kwargs)¶ Test for VM event, when input is a VM dict.
-
test_vdp_vm_event_list
(*args, **kwargs)¶ Test for VM event, when input is a VM dict list.
-