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 34921A0597; Thu, 9 Apr 2020 10:05:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 23EFD1C1CA; Thu, 9 Apr 2020 10:05:05 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id ECAB51C1B0 for ; Thu, 9 Apr 2020 10:05:02 +0200 (CEST) IronPort-SDR: U46nam+4htfDETD2CP4ccrhL+iO0XJjf1yAA2uj2bT/k70qKL3QJkpxRTzQMhYk+mf8sVQ0LgV KMxXZ6SERfvQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Apr 2020 01:05:02 -0700 IronPort-SDR: ukb78HN2c7L/dyQfRTiIVWEtBXAEsD0//hy4YZUDfuf739QklyCjrQCEy9ZglEsEwzLG+VR8PL 5hrz6BWKdZgQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,362,1580803200"; d="scan'208";a="362089353" Received: from unknown (HELO localhost.localdomain) ([10.239.255.70]) by fmsmga001.fm.intel.com with ESMTP; 09 Apr 2020 01:05:01 -0700 From: Chenxu Di To: dts@dpdk.org Cc: Chenxu Di Date: Thu, 9 Apr 2020 07:56:46 +0000 Message-Id: <20200409075648.26432-1-chenxux.di@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200331104413.89038-1-chenxux.di@intel.com> References: <20200331104413.89038-1-chenxux.di@intel.com> Subject: [dts] [PATCH v2 0/2] add fortville rss input test 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" add fortville rss input test plan add fortville rss input test suite -- v2: -Updated the test plan and test suite about all inputset -Added test suite about hash global configuration Chenxu Di (2): test_plans/fortville_rss_input: add fortville rss input test plan tests/fortville_rss_input: add fortville rss input test_plans/fortville_rss_input_test_plan.rst | 582 +++ tests/TestSuite_fortville_rss_input.py | 4922 ++++++++++++++++++ 2 files changed, 5504 insertions(+) create mode 100644 test_plans/fortville_rss_input_test_plan.rst create mode 100644 tests/TestSuite_fortville_rss_input.py -- 2.17.1