Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestGetHTTP ¶
func TestGetHTTP(url string, params *TestParams, testFn func(response *http.Response, body []byte) (done bool, err error)) error
TestGetHTTP polls an endpoint and test the response
func WaitUntilRestAPIAvailable ¶ added in v1.36.0
WaitUntilRestAPIAvailable blocks the execution until the Jaeger REST API is available (or timeout)
Types ¶
type TestParams ¶
TestParams contains all general parameters of the test job
func NewParameters ¶
func NewParameters() *TestParams
NewParameters create a new TestParams structure
func (*TestParams) Parse ¶
func (params *TestParams) Parse()
Parse the environment variables and fill the structure with the parameters
Click to show internal directories.
Click to hide internal directories.