From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 055535692 for ; Fri, 26 Aug 2016 03:23:00 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 25 Aug 2016 18:22:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,578,1464678000"; d="scan'208";a="753623982" Received: from imail001.iil.intel.com ([10.184.207.12]) by FMSMGA003.fm.intel.com with ESMTP; 25 Aug 2016 18:22:57 -0700 Received: from rubyhost.iil.intel.com (rubyhost.iil.intel.com [143.185.141.73]) by imail001.iil.intel.com with ESMTP id u7Q1MsxA009572; Fri, 26 Aug 2016 04:22:54 +0300 From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Fri, 26 Aug 2016 03:53:33 +0300 Message-Id: <1472172813-26188-1-git-send-email-rami.rosen@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH] test_plans: userspace_ethtool: fix to use a correct filename. 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: , X-List-Received-Date: Fri, 26 Aug 2016 01:23:01 -0000 This patch fixes the retrieve register test to use the correct filename. Signed-off-by: Rami Rosen --- test_plans/userspace_ethtool_test_plan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/userspace_ethtool_test_plan.rst b/test_plans/userspace_ethtool_test_plan.rst index 83e7fac..b9593eb 100644 --- a/test_plans/userspace_ethtool_test_plan.rst +++ b/test_plans/userspace_ethtool_test_plan.rst @@ -119,7 +119,7 @@ Unbind ports from igb_uio and bind them to default driver. Check that dumped register information is correct. ethtool -d INTF_0 raw off file reg_0.bin -ethtool -d INTF_1 raw off file reg_0.bin +ethtool -d INTF_1 raw off file reg_1.bin Test Case: Ring param test ========================== -- 2.7.4