From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 08EDE58EC for ; Tue, 26 Jul 2016 09:36:24 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 26 Jul 2016 00:36:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,423,1464678000"; d="scan'208";a="1013922107" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 26 Jul 2016 00:36:15 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u6Q7aET3010045; Tue, 26 Jul 2016 15:36:14 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u6Q7aBFo031499; Tue, 26 Jul 2016 15:36:13 +0800 Received: (from yufengmx@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u6Q7aBKb031495; Tue, 26 Jul 2016 15:36:11 +0800 From: Yufen Mo To: dts@dpdk.org Cc: yufengmx Date: Tue, 26 Jul 2016 15:36:06 +0800 Message-Id: <1469518566-31457-2-git-send-email-yufengx.mo@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1469518566-31457-1-git-send-email-yufengx.mo@intel.com> References: <1469518566-31457-1-git-send-email-yufengx.mo@intel.com> Subject: [dts] [PATCH V1]quota_watermark: update automation testing script X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2016 07:36:25 -0000 From: yufengmx set packet src mac with a non-zero value Signed-off-by: yufengmx --- 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