From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D6FB3A0093; Thu, 13 Jan 2022 11:08:49 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D20704271A; Thu, 13 Jan 2022 11:08:49 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 8115F40150 for ; Thu, 13 Jan 2022 11:08:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1642068527; x=1673604527; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=aZJI97rfUbeAy98YHMrTxSdBeNxhzRhM074z0atTjPM=; b=kqwHsHkwZXoL5RQkbVzZ9rytKJOcdjXpq2LIxf3H6ZP4C1/G6dmw3Y0X IASqmw/2PYsyWJbzOP9hGm9qtqhIQbNqV2co4qbeLCd9CIHa4dNvlh//O nugDGq1TFzXQsxCEG7iva1C/k6pgz3prD9qgQzUAZE2nN5W8RpHQSvMhN RGZU6oKMBGMPMdpZ34b3QCyLY2o3wAUyBrXaB7jLn+RWse09/eqQE51iq L6O/xL9dZctwHRKT+1FSX4z271RQxTah4gb1YlKNYF4wM9Jqj/osL6LtE lshjHrk7IKVTudonucADLaoEabguZayW858DeC4atOxBtXedpzd+IZedY w==; X-IronPort-AV: E=McAfee;i="6200,9189,10225"; a="307323647" X-IronPort-AV: E=Sophos;i="5.88,284,1635231600"; d="scan'208";a="307323647" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2022 02:08:46 -0800 X-IronPort-AV: E=Sophos;i="5.88,284,1635231600"; d="scan'208";a="491086104" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2022 02:08:45 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 2/2] tests/vf_interrupt_pmd: remove change DPDK code steps Date: Thu, 13 Jan 2022 18:08:41 +0800 Message-Id: <20220113100841.444520-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 Remove change DPDK code steps. Signed-off-by: Wei Ling --- tests/TestSuite_vf_interrupt_pmd.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/TestSuite_vf_interrupt_pmd.py b/tests/TestSuite_vf_interrupt_pmd.py index aff1f35a..6a056707 100644 --- a/tests/TestSuite_vf_interrupt_pmd.py +++ b/tests/TestSuite_vf_interrupt_pmd.py @@ -88,11 +88,8 @@ class TestVfInterruptPmd(TestCase): def prepare_l3fwd_power(self, use_dut): """ - Change the DPDK source code and recompile + Compile dpdk-l3fwd-power """ - use_dut.send_expect( - "sed -i -e '/DEV_RX_OFFLOAD_CHECKSUM,/d' \ - ./examples/l3fwd-power/main.c", "#", 10) out = use_dut.build_dpdk_apps("./examples/l3fwd-power") self.path = use_dut.apps_name['l3fwd-power'] self.verify("Error" not in out, "compilation error") -- 2.25.1