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 67FD142862; Wed, 29 Mar 2023 11:01:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6367C40F18; Wed, 29 Mar 2023 11:01:01 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id DAE0C40EE7 for ; Wed, 29 Mar 2023 11:00:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680080460; x=1711616460; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=rhPYfWAI0K7Gzv6GTaCUHqbZC/bkc9SAmt0uyXYcIQI=; b=H8Hz/7Qg0SNge5eQ5MZeybzglXmeMI7oTFN8dTfBxo51q9GyrZ3ykRQk izsFZHIQJpV1qpEJRbNvj9fy+jdLTVOFofcZgaZww0bSQr6Oe/trOaWab NZ3N2HMPIwYpOTnWjqj8sPQ9DXUs5X27csLM2Ihu9lPJAmpLCpPr5oBCJ ar5zlGuu2F7rauJ8MPDfJ/FpgQUQG/DhA2hS3hl2jG72qCqOD4ci3IbFy XvLS9C52dyW+CTaueNvxA4KyzULHPB89CWoHzg3RUnKO4WgVG5zRULGtM dsgRSYZdD7lNFzXTITr1eDlBNNSo+gqA78CdhQloclGei+qvd8JhmxJDq Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10663"; a="368590052" X-IronPort-AV: E=Sophos;i="5.98,300,1673942400"; d="scan'208";a="368590052" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2023 02:00:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10663"; a="795151392" X-IronPort-AV: E=Sophos;i="5.98,300,1673942400"; d="scan'208";a="795151392" Received: from unknown (HELO localhost.localdomain) ([10.239.252.196]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2023 02:00:30 -0700 From: Yu Jiang To: lijuan.tu@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [dts][PATCH V1] test_plans/ABI_stable: add 5 functional suites for ABI test Date: Wed, 29 Mar 2023 17:00:15 +0800 Message-Id: <20230329090015.1409239-1-yux.jiang@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 Add pf_smoke,checksum_offload,jumboframes,mac_filter,rxtx_offload 5 functional suites for ABI compatibility test Signed-off-by: Yu Jiang --- test_plans/ABI_stable_test_plan.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test_plans/ABI_stable_test_plan.rst b/test_plans/ABI_stable_test_plan.rst index 762e1779..2a837a28 100644 --- a/test_plans/ABI_stable_test_plan.rst +++ b/test_plans/ABI_stable_test_plan.rst @@ -59,6 +59,16 @@ Execute Test Suites +===============================+========================+ | meson_tests | functional | +-------------------------------+------------------------+ + | pf_smoke | functional | + +-------------------------------+------------------------+ + | checksum_offload | functional | + +-------------------------------+------------------------+ + | jumboframes | functional | + +-------------------------------+------------------------+ + | mac_filter | functional | + +-------------------------------+------------------------+ + | rxtx_offload | functional | + +-------------------------------+------------------------+ | vhost_1024_ethports | functional | +-------------------------------+------------------------+ | vhost_event_idx_interrupt | functional | -- 2.25.1