]> xenbits.xensource.com Git - osstest.git/commitdiff
make-flight: Drop pvgrub (pvgrub1) tests
authorIan Jackson <iwj@xenproject.org>
Thu, 19 Aug 2021 12:46:21 +0000 (13:46 +0100)
committerIan Jackson <iwj@xenproject.org>
Thu, 19 Aug 2021 13:05:33 +0000 (14:05 +0100)
This is obsolete.  In 2017 in 6abb2f113025 we wrote:

    A consequence is that this test will test jessie forever.  Eventually
    jessie will rot so badly that this test fails and then we will no
    longer be testing pvgrub1.  Hopefully by then no-one will be using it.

This has now occurred.

I have verified with
  OSSTEST_CONFIG=standalone-config-example eatmydata ./standalone-generate-dump-flight-runvars
that the only change is to drop jobs test-amd64-amd64-*-pvgrub.

CC: Jan Beulich <jbeulich@suse.com>
CC: Juergen Gross <jgross@suse.com>
CC: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Ian Jackson <iwj@xenproject.org>
make-flight

index fb38bc5041bc8c03b3b22be8103f93405afa5148..e0d11c801d83dd0fe8badb170de5caddc48d6173 100755 (executable)
@@ -598,30 +598,6 @@ do_pygrub_tests () {
       all_hostflags=$most_hostflags
 }
 
-do_pvgrub_tests () {
-  if [ $xenarch != amd64 -o $dom0arch != amd64 -o "$kern" != "" ]; then
-    return
-  fi
-
-  job_create_test test-$xenarch$kern-$dom0arch-amd64-pvgrub     \
-    test-debian-di xl $xenarch $dom0arch                        \
-      debian_arch=amd64                                         \
-      debian_suite=jessie                                       \
-      debian_di_version=`getconfig_TftpDiVersion_suite jessie`  \
-      debian_method=netboot                                     \
-      debian_bootloader=pvgrub                                  \
-      all_hostflags=$most_hostflags                             \
-
-  job_create_test test-$xenarch$kern-$dom0arch-i386-pvgrub      \
-    test-debian-di xl $xenarch $dom0arch                        \
-      debian_arch=i386                                          \
-      debian_suite=jessie                                       \
-      debian_di_version=`getconfig_TftpDiVersion_suite jessie`  \
-      debian_method=netboot                                     \
-      debian_bootloader=pvgrub                                  \
-      all_hostflags=$most_hostflags
-}
-
 do_pv_debian_test_one () {
   testname=$1; shift
   recipe_sfx=$1; shift
@@ -945,7 +921,6 @@ test_matrix_do_one () {
   #do_passthrough_tests
 
   do_pygrub_tests
-  do_pvgrub_tests
 
   do_shadow_tests