On Fri, 2015-02-06 at 19:17 +0000, Ian Jackson wrote: > Add a new step which uses repeat-ts to run > ts-rumpuserxen-demo-xenstorels many times. > > We have to run ts-guest-destroy-hard first each time, to destroy the > guest which might exist at each previous step. To help with ad-hoc > debugging runs, we specify `-' on the destroy, so that if the destroy > fails (probably because the guest doesn't exist) we don't mind. > > Strategically placed `+'s in the repeat-ts command line arrange that > the testid ends up being > rumpuserxen-demo-xenstorels/xenstorels.repeat > > Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
Acked-by: Ian Campbell <ian.campb...@citrix.com> > --- > sg-run-job | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/sg-run-job b/sg-run-job > index 0a49c93..ebbf53f 100755 > --- a/sg-run-job > +++ b/sg-run-job > @@ -327,6 +327,9 @@ proc run-job/test-rumpuserxen {} { > set g xenstorels > run-ts . = ts-rumpuserxen-demo-setup + host + $g > run-ts . = ts-rumpuserxen-demo-xenstorels + host + $g > + repeat-ts 50 =.repeat \ > + + - ts-guest-destroy-hard host $g \; + \ > + ts-rumpuserxen-demo-xenstorels + host + $g > run-ts . = ts-guest-destroy-hard + host + $g > } > _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel