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 C3677A04FF; Tue, 22 Mar 2022 16:05:41 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BAEA740E64; Tue, 22 Mar 2022 16:05:41 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 0CF2540E64 for ; Tue, 22 Mar 2022 16:05:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647961541; x=1679497541; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=9XnKQLbuz9KbTe+1LNMu6kCdT0BMxq3O140/37PitTQ=; b=JBTBIk1NN+wogXut7iIcUUVRvNCXAqDGZZo8Tr39DdbJiO37I5EY1Pll +MAdmMUqmpnsalm8cEpYEYTi+ZnwcnW3TJy6y9K5vnSGVC/ZmqHS684/o 7OfNsa2t4HjnZhqev3q0RZKaGTsdRBD6+jnCn0tcB944377r7Coxz9UlC 9BQ4edCIP06G0Txk0cxrjqIWUemXNQuomte6tn7DWQGwf64P8dIVuoFrZ lkhFZrrCxMAzfB28mI44NVSEd65jxxP/wFfJxmrbPqQ3FhXnI7I1b5o9d 3Om6gsul/rjcabSgFqLu5urgJMrk7SuZnzSuG4BB4OXp1MiGU3j492xIs w==; X-IronPort-AV: E=McAfee;i="6200,9189,10294"; a="257788967" X-IronPort-AV: E=Sophos;i="5.90,201,1643702400"; d="scan'208";a="257788967" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Mar 2022 08:05:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,201,1643702400"; d="scan'208";a="692573870" Received: from dpdk-yaqi.sh.intel.com ([10.67.118.156]) by fmsmga001.fm.intel.com with ESMTP; 22 Mar 2022 08:05:26 -0700 From: Yaqi Tang To: ohilyard@iol.unh.edu Cc: dts@dpdk.org, xueqin.lin@intel.com, Yaqi Tang Subject: [dts][PATCH V1 1/2] test_plans/eeprom_dump: modify test plan for columbiaville nic Date: Tue, 22 Mar 2022 23:05:22 +0800 Message-Id: <20220322150523.845757-2-yaqi.tang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220322150523.845757-1-yaqi.tang@intel.com> References: <20220322150523.845757-1-yaqi.tang@intel.com> 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 If nic is columbiaville, eeprom_dump compare the output of the first 1000 lines from testpmd and ethtool, module_eeprom_dump compare the output of the first 16 lines from testpmd and ethtool. Signed-off-by: Yaqi Tang --- test_plans/eeprom_dump_test_plan.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test_plans/eeprom_dump_test_plan.rst b/test_plans/eeprom_dump_test_plan.rst index 3923f3fc..6470297a 100644 --- a/test_plans/eeprom_dump_test_plan.rst +++ b/test_plans/eeprom_dump_test_plan.rst @@ -68,8 +68,8 @@ Test Case : EEPROM Dump ethtool -e raw on length >> .txt -3. Store the output from testpmd and ethtool into two files, then compare both files. - Verify they are the same. +3. If nic is columbiaville, store the output of the first 1000 lines from testpmd and ethtool into two files, + else store the output from testpmd and ethtool into two files. Then compare both files, verify they are the same. 4. Delete all the files created during testing. @@ -86,7 +86,7 @@ Test Case : Module EEPROM Dump ethtool -m raw on length >> .txt -3. Store the output from testpmd and ethtool into two files, then compare both files. - Verify they are the same. +3. If nic is columbiaville, store the output of the first 16 lines from testpmd and ethtool into two files, + else store the output from testpmd and ethtool into two files. Then compare both files, verify they are the same. 4. Delete all the files created during testing. -- 2.25.1