2.94. test_session module¶
-
class
test_session.TestSession(methodName='runTest')¶ Bases:
framework.VppTestCaseSession 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
-
tearDown()¶ Show various debug prints after each test
-
classmethod
tearDownClass()¶ Perform final cleanup after running all tests in this test-case
-
test_segment_manager_alloc()¶ Session Segment Manager Multiple Segment Allocation
-
-
class
test_session.TestSessionUnitTests(methodName='runTest')¶ Bases:
framework.VppTestCaseSession Unit Tests 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
-
tearDown()¶ Show various debug prints after each test
-
classmethod
tearDownClass()¶ Perform final cleanup after running all tests in this test-case
-
test_session()¶ Session Unit Tests
-
-
class
test_session.TestSvmFifoUnitTests(methodName='runTest')¶ Bases:
framework.VppTestCaseSVM Fifo Unit Tests 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
-
tearDown()¶ Show various debug prints after each test
-
classmethod
tearDownClass()¶ Perform final cleanup after running all tests in this test-case
-
test_svm_fifo()¶ SVM Fifo Unit Tests
-