On Fri, 2011-05-06 at 15:39 +0800, [email protected] wrote:
> From: Feng Yang <[email protected]>
> 
> 1. Stop tcpdump by close()
> Current we stop tcpdump by sending SIGSTOP to tcpdump process,
> and do not do any clean up. e.g. release the lock.  Then send
> SIGCOT to tcpdump process again. But if we fail continue tcpdump
> process. Framework will think tcpdump still work and do not
> start a new one in next case.
> Then autotest could not refresh address_cache after guest's ip changed
> So directly close() tcpdump, It will be started at the beginning of
> next case.
> 
> 2. kill netserver properly
> netperf test doesn't handle all exceptions correctly, some exception
> cause netserver isn't be killed, and the following netperf test will
> fail. This patch will fix this problem.

Excellent, applied, thank you!

http://autotest.kernel.org/changeset/5368


_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to