2.76. test_lacp module¶
-
class
test_lacp.
TestLACP
(methodName='runTest')¶ Bases:
framework.VppTestCase
LACP Test Case
-
setUp
()¶ Clear trace before running each test
-
classmethod
setUpClass
()¶ Perform class setup before running the testcase Remove shared memory files, start vpp and connect the vpp-api
-
show_commands_at_teardown
()¶ Allow subclass specific teardown logging additions.
-
tearDown
()¶ Show various debug prints after each test
-
classmethod
tearDownClass
()¶ Perform final cleanup after running all tests in this test-case
-
test_lacp_connect
()¶ LACP protocol connect test
-
wait_for_lacp_connect
(timeout, step=1)¶
-
wait_for_member_detach
(bond, timeout, count, step=1)¶
-
-
class
test_lacp.
TestMarker
(methodName='runTest')¶ Bases:
framework.VppTestCase
LACP Marker Protocol Test Case
-
setUp
()¶ Clear trace before running each test
-
classmethod
setUpClass
()¶ Perform class setup before running the testcase Remove shared memory files, start vpp and connect the vpp-api
-
show_commands_at_teardown
()¶ Allow subclass specific teardown logging additions.
-
tearDown
()¶ Show various debug prints after each test
-
classmethod
tearDownClass
()¶ Perform final cleanup after running all tests in this test-case
-
test_marker_request
()¶ Marker Request test
-