[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH RFC] osstest: rename pvh tests to pvhv2
Due to the recent changes to the PVH tests, all of them are now failing because the current Linux kernel used by osstest doesn't support PVHv2, and osstest treats the failures as regressions because previously the PVH tests where actually testing classic PV. Rename the tests to 'pvhv2' in order to prevent osstest from classifying the failures as regressions. Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> --- Cc: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- make-flight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-flight b/make-flight index df8f7649..fc42a3a3 100755 --- a/make-flight +++ b/make-flight @@ -812,7 +812,7 @@ test_matrix_do_one () { for cpuvendor in amd intel; do - job_create_test test-$xenarch$kern-$dom0arch-xl-pvh-$cpuvendor \ + job_create_test test-$xenarch$kern-$dom0arch-xl-pvhv2-$cpuvendor \ test-debian xl $xenarch $dom0arch \ debian_pvh=1 $debian_runvars \ all_hostflags=$most_hostflags,hvm-$cpuvendor -- 2.13.5 (Apple Git-94) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |