2.77. test_tcp module

class test_tcp.TestTCP(methodName='runTest')

Bases: framework.VppTestCase

TCP 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

test_tcp_transfer()

TCP echo client/server transfer

test_tcp_unittest()

TCP Unit Tests