test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1]quota_watermark: automation testing script update
@ 2016-07-26  7:36 Yufen Mo
  2016-07-26  7:36 ` [dts] [PATCH V1]quota_watermark: update automation testing script Yufen Mo
  2016-07-28  0:37 ` [dts] [PATCH V1]quota_watermark: automation testing script update Liu, Yong
  0 siblings, 2 replies; 3+ messages in thread
From: Yufen Mo @ 2016-07-26  7:36 UTC (permalink / raw)
  To: dts; +Cc: yufengmx

From: yufengmx <yufengx.mo@intel.com>

yufengmx (1):
  quota_watermark: update automation testing script

 tests/TestSuite_quota_watermark.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.3

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

* [dts] [PATCH V1]quota_watermark: update automation testing script
  2016-07-26  7:36 [dts] [PATCH V1]quota_watermark: automation testing script update Yufen Mo
@ 2016-07-26  7:36 ` Yufen Mo
  2016-07-28  0:37 ` [dts] [PATCH V1]quota_watermark: automation testing script update Liu, Yong
  1 sibling, 0 replies; 3+ messages in thread
From: Yufen Mo @ 2016-07-26  7:36 UTC (permalink / raw)
  To: dts; +Cc: yufengmx

From: yufengmx <yufengx.mo@intel.com>

set packet src mac with a non-zero value

Signed-off-by: yufengmx <yufengx.mo@intel.com>
---
 tests/TestSuite_quota_watermark.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_quota_watermark.py b/tests/TestSuite_quota_watermark.py
index ba7262d..6811714 100644
--- a/tests/TestSuite_quota_watermark.py
+++ b/tests/TestSuite_quota_watermark.py
@@ -215,7 +215,7 @@ class TestQuotaWatermark(TestCase, IxiaPacketGenerator):
         Creates a simple scapy packet to run the tests with
         """
 
-        self.tester.scapy_append('flow=[Ether()/IP()/("X"*26)]*%d'%pkt_cnt)
+        self.tester.scapy_append('flow=[Ether(src="11:22:33:44:55:66")/IP()/("X"*26)]*%d'%pkt_cnt)
         self.tester.scapy_append('wrpcap("file.pcap", flow)')
         self.tester.scapy_execute()
 
-- 
1.9.3

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

* Re: [dts] [PATCH V1]quota_watermark: automation testing script update
  2016-07-26  7:36 [dts] [PATCH V1]quota_watermark: automation testing script update Yufen Mo
  2016-07-26  7:36 ` [dts] [PATCH V1]quota_watermark: update automation testing script Yufen Mo
@ 2016-07-28  0:37 ` Liu, Yong
  1 sibling, 0 replies; 3+ messages in thread
From: Liu, Yong @ 2016-07-28  0:37 UTC (permalink / raw)
  To: Mo, YufengX, dts; +Cc: Mo, YufengX

Thanks, applied.

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yufen Mo
> Sent: Tuesday, July 26, 2016 3:36 PM
> To: dts@dpdk.org
> Cc: Mo, YufengX
> Subject: [dts] [PATCH V1]quota_watermark: automation testing script update
> 
> From: yufengmx <yufengx.mo@intel.com>
> 
> yufengmx (1):
>   quota_watermark: update automation testing script
> 
>  tests/TestSuite_quota_watermark.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --
> 1.9.3

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

end of thread, other threads:[~2016-07-28  0:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-26  7:36 [dts] [PATCH V1]quota_watermark: automation testing script update Yufen Mo
2016-07-26  7:36 ` [dts] [PATCH V1]quota_watermark: update automation testing script Yufen Mo
2016-07-28  0:37 ` [dts] [PATCH V1]quota_watermark: automation testing script update 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).