[dts] [PATCH V1] Test loop mirror recovery error

Liu, Yong yong.liu at intel.com
Mon Dec 7 02:21:00 CET 2015


Applied. Shijie, please follow dts routine of patch subject. For your 
patch, it should be look like "tests scatter: fix ...".
And your email subject is not match the content of patch, please take 
care of it.

On 12/04/2015 10:47 AM, Shijie Dong wrote:
> From: Dong shijie <shijiex.dong at intel.com>
>
> Reply to the same port two times, one without recovery.
>
> Signed-off-by: Dong shijie <shijiex.dong at intel.com>
> ---
>   tests/TestSuite_scatter.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py
> index aab2f9c..ea1e0ee 100644
> --- a/tests/TestSuite_scatter.py
> +++ b/tests/TestSuite_scatter.py
> @@ -94,7 +94,7 @@ class TestScatter(TestCase):
>           time.sleep(5) #wait for scapy capture subprocess exit
>           res = self.get_tcpdump_packet()
>           self.tester.send_expect("ifconfig %s mtu 1500" % sintf, "#")
> -        self.tester.send_expect("ifconfig %s mtu 1500" % sintf, "#")
> +        self.tester.send_expect("ifconfig %s mtu 1500" % rintf, "#")
>           return res
>   
>       def set_up(self):



More information about the dts mailing list