2.97. test_ping module¶
-
class
test_ping.
TestPing
(methodName='runTest')¶ Bases:
framework.VppTestCase
Ping Test Case
-
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_ping_basic
()¶ basic ping test
-
test_ping_burst
()¶ burst ping test
-
test_ping_src
()¶ ping with source address set
-
verify_ping_request
(p, src, dst, seq)¶
-
classmethod