From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kip Macy Subject: Re: Balloon driver tests Date: Thu, 16 Jun 2005 15:34:53 -0700 Message-ID: References: <42B1EDA3.6010804@linuxtestproject.org> Reply-To: Kip Macy Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <42B1EDA3.6010804@linuxtestproject.org> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Paul Larson Cc: xen-devel List-Id: xen-devel@lists.xenproject.org > sure there's more that could be tested, but it's a start. Can/should > these go in the tests directory? >=20 PLEASE. > Here's a brief description of each and a tarball since it would be > cumbersome to send them all inline: >=20 > balloon01: Test read from /proc/xen/balloon > balloon02: Echo a number higher than current requested allocation to > /proc/xen/balloon, cat balloon and see that requested target changed. > balloon03: Echo a number lower than current requested allocation to > /proc/xen/balloon, cat balloon and see that requested target changed. > balloon04: Allocate some memory for the domain, then use > /proc/xen/balloon to reduce available memory to less than what is allocat= ed > balloon05: Try to give /proc/xen/balloon a value larger than the > available RAM in the system. > balloon06: Try to give /proc/xen/balloon a value way too low, such as 4k > balloon07: Open /proc/xen/balloon as non-root user, expect -EACCES > balloon08: Write 1 byte to /proc/xen/balloon, expect -EBADMSG > balloon09: Write >64 bytes to /proc/xen/balloon, expect -EFBIG >=20 > Thanks, > Paul Larson >=20 >=20 >=20 >=20 > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >=20 >=20 >=20 >