[osstest PATCH] Revert "make-flight: Temporarily disable flaky test"

Roger Pau Monne posted 1 patch 3 years, 9 months ago
Failed in applying to current master (apply log)
make-flight | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[osstest PATCH] Revert "make-flight: Temporarily disable flaky test"
Posted by Roger Pau Monne 3 years, 9 months ago
This reverts commit c436ff754810c15e4d2a434257d1d07498883acb.

Now that XSA-321 has been released we can try to enable PVH dom0
tests again.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
 make-flight | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make-flight b/make-flight
index b25144f7..b8942c1c 100755
--- a/make-flight
+++ b/make-flight
@@ -774,7 +774,7 @@ test_matrix_do_one () {
   xen-4.10-testing) test_dom0pvh=n ;;
   xen-4.11-testing) test_dom0pvh=n ;;
   xen-4.12-testing) test_dom0pvh=n ;;
-  *)                test_dom0pvh=n ;;
+  *)                test_dom0pvh=y ;;
   esac
 
   # core scheduling tests for versions >= 4.13 only
-- 
2.27.0


Re: [osstest PATCH] Revert "make-flight: Temporarily disable flaky test"
Posted by Ian Jackson 3 years, 9 months ago
Roger Pau Monne writes ("[osstest PATCH] Revert "make-flight: Temporarily disable flaky test""):
> This reverts commit c436ff754810c15e4d2a434257d1d07498883acb.
> 
> Now that XSA-321 has been released we can try to enable PVH dom0
> tests again.
> 
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

And pushed, thanks.

Ian.