From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 277522C6E for ; Tue, 23 Feb 2016 02:06:40 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 22 Feb 2016 17:06:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,487,1449561600"; d="scan'208";a="921635526" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga002.fm.intel.com with ESMTP; 22 Feb 2016 17:06:39 -0800 Message-ID: <56CBB126.7060904@intel.com> Date: Tue, 23 Feb 2016 09:08:54 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Lijuan Tu , yulong.pei@intel.com, jingguox.fu@intel.com, dts@dpdk.org References: <1455848035-3317-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1455848035-3317-1-git-send-email-lijuanx.a.tu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] framework: fix crb missing on vm 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: Tue, 23 Feb 2016 01:06:40 -0000 Applied. Thanks. On 02/19/2016 10:13 AM, Lijuan Tu wrote: > Signed-off-by: Lijuan Tu > --- > framework/virt_base.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/framework/virt_base.py b/framework/virt_base.py > index 1d0c282..efad384 100644 > --- a/framework/virt_base.py > +++ b/framework/virt_base.py > @@ -301,6 +301,7 @@ class VirtBase(object): > crb['bypass core0'] = False > vm_ip = self.get_vm_ip() > crb['IP'] = vm_ip > + crb['My IP'] = vm_ip > username, password = self.get_vm_login() > crb['user'] = username > crb['pass'] = password