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 82001427EB; Tue, 28 Mar 2023 03:05:36 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D7DC40EDF; Tue, 28 Mar 2023 03:05:36 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 706AE40A87 for ; Tue, 28 Mar 2023 03:05:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679965535; x=1711501535; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=noodUcuu/kBKNcxHdv6xy4LZJ+aqzGFJ2H6UpUlppf8=; b=AZ1Xn++JHhrl4l5/OijPMMlv5FcTzvwTAu78Bv5a3tssmWTyPuVSfaGu GFlRjejFwQCpEUc8bXi1NEhg1ueDqeMbdGMQeoRC/sxM4cuE+rryQ7Rzq k7FYTjeztzXmsvnIVsEt+0CgLRpj2l/Cicr0/hR5tfs45U5mRgyx3aQ8r QdhCsGghA28jV5wgiFg3bPkw63wL0uSM2boVSCLlnK5eFirtJUJmVgX0e peSIFnLZh7DshLzVJYY1RZz3lOyqCbKSMNbj9AK5CWDkpGoWk9ssmDWIu q097UZNDLuxZj5aJQwSV07uFKotxHFCnMUt0sZtpa74C6/7Qh4j6UE+D6 A==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="368191348" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="368191348" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 18:05:34 -0700 Message-Id: <210948$pi3s6o@orsmga005-auth.jf.intel.com> Date: 27 Mar 2023 18:05:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="857862367" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="857862367" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 18:05:33 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [PATCH V1] tests/basic_4k_pages_cbdma: connect VM with the IP address when config hostname in crbs.cfg From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230313031240.3569731-1-weix.ling@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: Wei Ling Errors-To: dts-bounces@dpdk.org On Mon, 13 Mar 2023 11:12:40 +0800, Wei Ling wrote: > When config hostname in conf/cfbs.cfg, eg: dpdk-dut, the self.dut.get_ip_ad= dress() > will get the dpdk-dut, so modify get_host_ip(self.addr) to get the IP > address to connect the VM, eg: 192.168.1.1. >=20 > Signed-off-by: Wei Ling Applied, thanks