From patchwork Mon Feb 7 05:34:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Weiyuan Li X-Patchwork-Id: 106926 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2BFE0A034F; Mon, 7 Feb 2022 06:46:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2328940685; Mon, 7 Feb 2022 06:46:43 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 1246E4067C for ; Mon, 7 Feb 2022 06:46:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644212802; x=1675748802; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=niRotv0Xk7eSuoh5qdCOcP5zEM0U7uWwUCcGmvCNwJQ=; b=Ms09u9zzRuSOQssg0c/B5L/NVpwzlG/vSZRqSfHSzUnvBVxi6/4fFDgT a6pBoIkRRCzTlaL3f2iraM/Tu3Ps1SAUtaRie56pU8ZTBFw/nYtlox2Tg fgzOx04qZmNeIWk//Co+qTxjsDw2Xw57Jrf4nHfoFsOZGpB+HuWRCCS4Z u6g0S9Z/pTYzYHPTzqHhUX/5jRWffvIZQDy1y+0QS+hA7yor/Q2Y/9Ec7 xicrff+v8WWL/r3yxrEgwLcBiKIzwp922Bn+JFeCkkYGcaaZKMTwg1mti nfCvcksmT7GBCef+15pkI5MCbb6B0Hbrp8UuORqTBT/clyd2uiGNVbddj g==; X-IronPort-AV: E=McAfee;i="6200,9189,10250"; a="309390075" X-IronPort-AV: E=Sophos;i="5.88,348,1635231600"; d="scan'208";a="309390075" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Feb 2022 21:46:41 -0800 X-IronPort-AV: E=Sophos;i="5.88,348,1635231600"; d="scan'208";a="525007164" Received: from unknown (HELO localhost.localdomain) ([10.239.251.41]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Feb 2022 21:46:40 -0800 From: Weiyuan Li To: dts@dpdk.org Cc: Weiyuan Li Subject: [dts][PATCH V1] tests/TestSuite_generic_flow_api:fix flexbytes case failure. Date: Mon, 7 Feb 2022 13:34:51 +0800 Message-Id: <20220207053451.2042608-1-weiyuanx.li@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 Synchronous correction of writeback spelling mistake. Refer to dpdk commit: 7be78d027918dbc846e502780faf94d5acdf5f75 Signed-off-by: Weiyuan Li --- tests/TestSuite_generic_flow_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_generic_flow_api.py b/tests/TestSuite_generic_flow_api.py index 269b6c83..23143be8 100644 --- a/tests/TestSuite_generic_flow_api.py +++ b/tests/TestSuite_generic_flow_api.py @@ -1849,7 +1849,7 @@ class TestGeneric_flow_api(TestCase): "error") self.dut.send_expect( "flow create 0 ingress pattern eth type is 0x0807 / raw relative is 1 pattern is abcdefghijklmnopq / end actions queue index 1 / end", - "Exceeds maxmial payload limit") + "Exceeds maximal payload limit") # l2-payload equal the max length of raw match is 16bytes self.dut.send_expect( "flow validate 0 ingress pattern eth type is 0x0807 / raw relative is 1 pattern is abcdefghijklmnop / end actions queue index 1 / end",