[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [OSSTEST PATCH 2/2] make-flight: Run some shadow paging tests (`hap=false')
On Thu, Apr 05, 2018 at 02:04:18PM +0100, Ian Jackson wrote: > Add four tests to most flights: > > test-amd64-amd64-xl-shadow > test-amd64-amd64-xl-qemuu-debianhvm-amd64-shadow > test-amd64-i386-xl-shadow > test-amd64-i386-xl-qemuu-debianhvm-amd64-shadow > > These are the same as the corresponding ones without -shadow, except > that they set xen_boot_append to `hap=false', so that that will be > passed to the hypervisor to force shadow paging. > > CC: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> > CC: Jan Beulich <jbeulich@xxxxxxxx> > CC: George Dunlap <george.dunlap@xxxxxxxxxx> > Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> hap=false is correct. > --- > make-flight | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/make-flight b/make-flight > index 1a8f0a6..6b53c94 100755 > --- a/make-flight > +++ b/make-flight > @@ -500,6 +500,16 @@ do_rtds_tests () { > $debian_runvars all_hostflags=$most_hostflags > } > > +do_shadow_tests () { > + job_create_test test-$xenarch$kern-$dom0arch-xl-shadow \ > + test-debian xl $xenarch $dom0arch \ > + guests_vcpus=4 xen_boot_append='hap=false' \ > + $debian_runvars all_hostflags=$most_hostflags > + > + do_hvm_debian_test_one debianhvm xl seabios false '' -shadow \ > + "xen_boot_append=hap=false" > +} > + > do_xtf_tests () { > if ! branch_wants_xtf_tests; then > return > @@ -848,6 +858,8 @@ test_matrix_do_one () { > do_pygrub_tests > do_pvgrub_tests > > + do_shadow_tests > + > do_xtf_tests > do_livepatch_tests > } > -- > 2.1.4 > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxxxxxxxxx > https://lists.xenproject.org/mailman/listinfo/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |