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 C2E37A0542; Wed, 15 Jul 2020 10:18:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 68C391BFA2; Wed, 15 Jul 2020 10:18:15 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 7F2DC1BF94 for ; Wed, 15 Jul 2020 10:18:13 +0200 (CEST) IronPort-SDR: CXU8AdIWnbyUfBg5LEymHWXczihwtPLWz3uH+qXqpx/nMcxpH2isITwAAQz8Let/sP7zg6T2ts pmo44rpoWRIQ== X-IronPort-AV: E=McAfee;i="6000,8403,9682"; a="149097787" X-IronPort-AV: E=Sophos;i="5.75,354,1589266800"; d="scan'208";a="149097787" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2020 01:18:11 -0700 IronPort-SDR: Irg6GoA7CIJcT+2ro4wQGNdhrdL8M2r/7c5tXT/Mfei/nVi7nPRNfWJBFBuIR7+6mRt9k4vRbc j3RgKkdlJ1Mg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,354,1589266800"; d="scan'208";a="299810515" Received: from unknown (HELO xqm-virtio_tester.localdomain) ([10.240.183.52]) by orsmga002.jf.intel.com with ESMTP; 15 Jul 2020 01:18:10 -0700 From: Xiao Qimai To: dts@dpdk.org Cc: Xiao Qimai Date: Wed, 15 Jul 2020 16:09:13 +0800 Message-Id: <1594800554-45157-4-git-send-email-qimaix.xiao@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1594800554-45157-1-git-send-email-qimaix.xiao@intel.com> References: <1594800554-45157-1-git-send-email-qimaix.xiao@intel.com> Subject: [dts] [PATCH V1 3/4]tests/TestSuite_vhost_virtio_pmd_interrupt: add parameter interrupt-only for l3fwd-power 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_virtio_pmd_interrupt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_vhost_virtio_pmd_interrupt.py b/tests/TestSuite_vhost_virtio_pmd_interrupt.py index bf50b07..99ee657 100644 --- a/tests/TestSuite_vhost_virtio_pmd_interrupt.py +++ b/tests/TestSuite_vhost_virtio_pmd_interrupt.py @@ -146,7 +146,7 @@ class TestVhostVirtioPmdInterrupt(TestCase): command_client = "./examples/l3fwd-power/build/l3fwd-power " + \ "-c %s -n 4 --log-level='user1,7' -- -p 1 -P " + \ - "--config '%s' --no-numa --parse-ptype " + "--config '%s' --no-numa --parse-ptype --interrupt-only" command_line_client = command_client % (core_mask_l3fwd, config_info) self.vm_dut.get_session_output(timeout=2) self.vm_dut.send_expect(command_line_client, "POWER", 40) -- 1.8.3.1