diff mbox

[RFC] osstest: rename pvh tests to pvhv2

Message ID 20171011090500.6790-1-roger.pau@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Roger Pau Monné Oct. 11, 2017, 9:05 a.m. UTC
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@citrix.com>
---
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 make-flight | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ian Jackson Oct. 11, 2017, 10:25 a.m. UTC | #1
Roger Pau Monne writes ("[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.

Acked and applied.  Should pass the push gate without trouble I think.

Ian.
diff mbox

Patch

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