On Fri, May 06, 2011 at 03:39:44PM +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. > > Signed-off-by: Qingtang Zhou <[email protected]> > Signed-off-by: Feng Yang <[email protected]>
Acked-by: Amos Kong <[email protected]> _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
