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 BB83FA057F; Tue, 22 Nov 2022 08:40:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B7B3742D43; Tue, 22 Nov 2022 08:40:19 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 413B9427EB for ; Tue, 22 Nov 2022 08:40:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669102818; x=1700638818; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=flynnQc0Q9MNRBtIXUZKE54yTXhoZgzOCLCdubDuRQA=; b=Ph08gFS5jxj+ocP4jB07XwgkyufOmv0lOV656Ok0eU1mGzwZZi4W3UBe P4q7B1s/7FUkfIKkirAgaGAgUd547Kun6DYAjt9FNS8m32X72FTl3bdE/ pz/ediww3UGkFO2Z6hicPKwTRH+rBbZd8O0OVRMAWPhHthyoUGZ3sbNRN W+VBCdSrgw/ZwzWx2R85LX3UNg61CJbKFsndMER0/A3VetdxeG2Z3HiJ0 rzxYpblqpSCsnnjCE+gzzDpoydJ6eQ3LSeHTMQlDqVFJskh9ShmmxBIuu /k+uail8j8wHP8hrbtPy3qyNMUKCuqYGqOyqgQNltSia/uWotblZMU8+m g==; X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="311385743" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208";a="311385743" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2022 23:40:17 -0800 Message-Id: Date: 21 Nov 2022 23:40:14 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="592053363" X-IronPort-AV: E=Sophos;i="5.96,183,1665471600"; d="scan'208";a="592053363" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2022 23:40:14 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/ethtool let command execute on tester From: lijuan.tu@intel.com To: dts@dpdk.org,Dukai Yuan Cc: Dukai Yuan In-Reply-To: <20221121091743.7908-1-dukaix.yuan@intel.com> 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: , Reply-To: Dukai Yuan Errors-To: dts-bounces@dpdk.org On Mon, 21 Nov 2022 17:17:43 +0800, Dukai Yuan wrote: > The original command is executed on the DUT. > But actually needs to be executed on the tester. > Modify the code to make the command execute on the tester. > > Signed-off-by: Dukai Yuan Applied, thanks