Next: Using test interference in scripted test cases, Previous: ti_resume_interference, Up: Test Interference API
Function used to stop and destroy previously created testInterference
. Function has the following prototype:
void ti_stop_interference(testInterference* aInterference);
and can be used in the following way:
ti_stop_interference(disturbance);
aInterference
argument is a pointer to testInterference
structure, and after function returns, it will be set to NULL
. Interference process will be killed. Memory taken for test interference data will be freed.