WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ppc-devel

[XenPPC] [TOOLS][XM-TEST] Add a PowerPC group test to check for regressi

To: XenPPC-devel <xen-ppc-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [XenPPC] [TOOLS][XM-TEST] Add a PowerPC group test to check for regressions.
From: Tony Breeds <tony@xxxxxxxxxxxxxxxxxx>
Date: Mon, 20 Nov 2006 15:10:19 +1100
Delivery-date: Sun, 19 Nov 2006 20:10:32 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Mail-followup-to: XenPPC-devel <xen-ppc-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
With the most recent merge with upstream we now hav xm-test 1.1 in the
powerpc tree.  This measn that PPC is now supported my xm-test (and
xensource build and host a ppc initrd).  This patch introduces a new
xm-test group for testing that patches do not introduce regressions.

This group consists of all tests known to be supported and succesfully
complete (in reasonable time).

Does not include:
 * memset, requires balloon driver
 * network*, Due to something like bug #727 these tests take too long to
   be usful.
 * save/restore, Until Yi and Dan's work gets merged.
 * migrate, Obvious reasons.

To run this follow the build instructions at:
        http://wiki.xensource.com/xenwiki/XenPPC/Run/XM-Test

But use:
        ./runtest -d -e <youremail> -g powerpc_regress <logfile>
to run the test, from there
        egrep FAIL <logfile>.passfail
should be empty.

Signed-off-by: Tony Breeds <tony@xxxxxxxxxxxxxxxxxx>

---
 tools/xm-test/grouptest/powerpc_regress |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
---
ff -r b17300195f02 tools/xm-test/grouptest/powerpc_regress
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/xm-test/grouptest/powerpc_regress   Mon Nov 20 15:08:46 2006
+1100
@@ -0,0 +1,24 @@
+block-create
+block-destroy
+block-list
+block-integrity
+console
+create
+destroy
+dmesg
+domid
+domname
+enforce_dom0_cpus
+help
+info
+list
+memmax
+pause
+reboot
+sched-credit
+shutdown
+sysrq
+unpause
+vcpu-disable
+vcpu-pin
+vtpm

Yours Tony

   linux.conf.au       http://linux.conf.au/ || http://lca2007.linux.org.au/
   Jan 15-20 2007      The Australian Linux Technical Conference!


_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [TOOLS][XM-TEST] Add a PowerPC group test to check for regressions., Tony Breeds <=