2.65. test_memif module¶
-
class
test_memif.
TestMemif
(methodName='runTest')¶ Bases:
framework.VppTestCase
Memif Test Case
-
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_memif_connect
()¶ Memif connect
-
test_memif_create_custom_socket
()¶ Memif create with non-default socket filename
-
test_memif_create_delete
()¶ Memif create/delete interface
-
test_memif_ping
()¶ Memif ping
-
test_memif_socket_filename_add_del
()¶ Memif socket filenale add/del
-
classmethod