test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] Test loop mirror recovery error
@ 2015-12-04  2:47 Shijie Dong
  2015-12-07  1:21 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Shijie Dong @ 2015-12-04  2:47 UTC (permalink / raw)
  To: dts

From: Dong shijie <shijiex.dong@intel.com>

Reply to the same port two times, one without recovery.

Signed-off-by: Dong shijie <shijiex.dong@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):
-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH V1] Test loop mirror recovery error
  2015-12-04  2:47 [dts] [PATCH V1] Test loop mirror recovery error Shijie Dong
@ 2015-12-07  1:21 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2015-12-07  1:21 UTC (permalink / raw)
  To: Shijie Dong, dts

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@intel.com>
>
> Reply to the same port two times, one without recovery.
>
> Signed-off-by: Dong shijie <shijiex.dong@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):

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-07  1:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-04  2:47 [dts] [PATCH V1] Test loop mirror recovery error Shijie Dong
2015-12-07  1:21 ` Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).