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

Shijie Dong shijiex.dong at intel.com
Fri Dec 4 03:47:13 CET 2015


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):
-- 
1.8.1.4



More information about the dts mailing list