From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 62F8BA0577; Mon, 6 Apr 2020 07:02:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 488742B96; Mon, 6 Apr 2020 07:02:26 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 932832B86 for ; Mon, 6 Apr 2020 07:02:24 +0200 (CEST) IronPort-SDR: UImEKw43oJPVpr7nnc/r0JhuxlDi2YETAQTF4bYOXxb98oJDlmk3lgCs6WrUcr0aE5lni37kCc WXIHJyvwbvVA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Apr 2020 22:02:23 -0700 IronPort-SDR: meKt3nwMI5P29NXP5IDCLHkzikLgm/RdXrcHqm1TWOakdQ8mPk11cEph/y7fu8UQ6wNH2FGuls B+pDwV8Ql8gg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,350,1580803200"; d="scan'208";a="268959979" Received: from unknown (HELO dpdk-xiaoqimai-dut.sh.intel.com) ([10.240.183.52]) by orsmga002.jf.intel.com with ESMTP; 05 Apr 2020 22:02:22 -0700 From: Xiao Qimai To: dts@dpdk.org Cc: Xiao Qimai Date: Mon, 6 Apr 2020 12:56:47 +0800 Message-Id: <1586149007-207689-1-git-send-email-qimaix.xiao@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V1]tests/TestSuite_vhost_pmd_xstats: check multicast with multicast mac 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: Xiao Qimai --- tests/TestSuite_vhost_pmd_xstats.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestSuite_vhost_pmd_xstats.py b/tests/TestSuite_vhost_pmd_xstats.py index ad9e245..9b3b92c 100755 --- a/tests/TestSuite_vhost_pmd_xstats.py +++ b/tests/TestSuite_vhost_pmd_xstats.py @@ -182,7 +182,7 @@ class TestVhostPmdXstats(TestCase): date_new = date_old + datetime.timedelta(minutes=2) while (1): date_now = datetime.datetime.now() - scope = 'broadcast' + scope = 'multicast' self.dmac = '01:00:00:33:00:01' self.scapy_send_packet(64, self.dmac, 1) if date_now >= date_new: @@ -327,4 +327,4 @@ class TestVhostPmdXstats(TestCase): """ Run after each test suite. """ - pass \ No newline at end of file + pass -- 1.8.3.1