From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 50BA0F953 for ; Mon, 16 Apr 2018 14:09:12 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Apr 2018 05:09:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,459,1517904000"; d="scan'208";a="216944593" Received: from imail001.iil.intel.com ([10.184.207.12]) by orsmga005.jf.intel.com with ESMTP; 16 Apr 2018 05:09:10 -0700 Received: from desku.iil.intel.com (desku.iil.intel.com [143.185.141.162]) by imail001.iil.intel.com with ESMTP id w3GC8uhR017690; Mon, 16 Apr 2018 15:08:56 +0300 From: Rami Rosen To: yong.liu@intel.com Cc: dts@dpdk.org, Rami Rosen Date: Mon, 16 Apr 2018 15:04:45 -0400 Message-Id: <20180416190445.27238-1-rami.rosen@intel.com> X-Mailer: git-send-email 2.14.3 Subject: [dts] [PATCH] framework/dut: fix a typo 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: Mon, 16 Apr 2018 12:09:12 -0000 This patch fixes a typo in framework/dut. Signed-off-by: Rami Rosen --- framework/dut.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/dut.py b/framework/dut.py index 31b3daa..18f0b39 100644 --- a/framework/dut.py +++ b/framework/dut.py @@ -481,7 +481,7 @@ class Dut(Crb): while len(available_ports) > 0: accepted_ports = [] - # first avaiable port is the reference port + # first available port is the reference port accepted_ports.append(available_ports[0]) # check from second port according to parameter -- 2.14.3