|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v2 3/3] osstest: limit PVH tests to Xen >= 4.10
Older Xen versions don't support the 'type' xl option used to create a
PVHv2 guest.
Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
---
Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
Changes since v1:
- New in this version.
---
make-flight | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/make-flight b/make-flight
index db124fe7..df8f7649 100755
--- a/make-flight
+++ b/make-flight
@@ -719,14 +719,10 @@ test_matrix_do_one () {
*) test_xend=n ;;
esac
- # PVH tests for versions >= 4.5 only
+ # PVH tests for versions >= 4.10 only
case "$xenbranch" in
xen-3.*-testing) test_pvh=n ;;
- xen-4.0-testing) test_pvh=n ;;
- xen-4.1-testing) test_pvh=n ;;
- xen-4.2-testing) test_pvh=n ;;
- xen-4.3-testing) test_pvh=n ;;
- xen-4.4-testing) test_pvh=n ;;
+ xen-4.?-testing) test_pvh=n ;;
*) test_pvh=y ;;
esac
--
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 |