From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by mx1.pokylinux.org (Postfix) with ESMTP id 848324C81081 for ; Thu, 23 Dec 2010 09:54:35 -0600 (CST) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id oBNFtuY5019150; Thu, 23 Dec 2010 15:55:57 GMT X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id e5nkFtn9kUTU; Thu, 23 Dec 2010 15:55:56 +0000 (GMT) Received: from [192.168.1.42] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id oBNFtnMV019146 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 23 Dec 2010 15:55:52 GMT From: Richard Purdie To: Jiajun Xu In-Reply-To: References: Date: Thu, 23 Dec 2010 15:54:17 +0000 Message-ID: <1293119657.1588.968.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Cc: poky@yoctoproject.org Subject: Re: [PATCH 0/1] qemuimage-testlib: Add check for existence of image and correctness of ip address X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2010 15:54:36 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2010-12-23 at 23:26 +0800, Jiajun Xu wrote: > Fixes [BUGID #612, #611] > > We need to check the existence of to-be tested image in sanity test. Meanwhile, we should check the ip address to make sure it is valid. > > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: jxu49/master > Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jxu49/master > > Thanks, > Jiajun Xu Merged into master, thanks! Richard