Re: [Xen-devel] [OSSTEST PATCH v3 1/3] ts-cpupools: new test script

2015-10-08 Thread Ian Campbell
On Sat, 2015-10-03 at 02:39 +0200, Dario Faggioli wrote: > Copyright (C) 2009-2014 Citrix Inc. Year. > +our $default_pool= "Pool-0"; > +our @schedulers= ("credit","credit2","rtds"); I think @schedulers probably ought to come from a runvar (comma-separated). Consider testing cpupools on 4.4 (whic

[Xen-devel] [OSSTEST PATCH v3 1/3] ts-cpupools: new test script

2015-10-02 Thread Dario Faggioli
for smoke testing cpupools a bit. It tries to partition a live host in two cpupools, trying out the following 3 schedulers for the new cpupool (one after the other): credit, credit2 and RTDS. It also tries to migrating a domain to the new cpupool and then back to Pool-0. Signed-off-by: Dario Fag