Documentation ¶
Index ¶
Constants ¶
View Source
const HTTPTestPath = "test/path"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestCase ¶
type TestCase struct { AppProtocol types.Protocol MeshProtocol types.Protocol C chan error T *testing.T AppServer util.UpstreamServer ClientMeshAddr string ServerMeshAddr string Finish chan bool }
func NewTestCase ¶
func (*TestCase) RunCase ¶
mesh to mesh use tls if "istls" is true client do "n" times request, interval time (ms)
func (*TestCase) StartProxy ¶
func (c *TestCase) StartProxy()
client - mesh - server not support tls ignore parameter : mesh protocol
Click to show internal directories.
Click to hide internal directories.