VirtualBox

Changeset 94573 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 12, 2022 1:12:41 PM (3 years ago)
Author:
vboxsync
Message:

Validation Kit/Unattended tests: bugref:9781. Debian unattended test revamp:

  • Netinstall ISOs do not work so now using proper install DVDs,
  • Also we now have a flag via which we can disable network access during install. That was causing stalls during Debian installs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py

    r94488 r94573  
    7070    kfUbuntuNewAmdBug       = 0x2000;
    7171    kfNoWin81Paravirt       = 0x4000;
     72    kfAvoidNetwork          = 0x8000;
    7273    ## @}
    7374
     
    115116        except: return reporter.errorXcpt();
    116117        oTestDrv.processPendingEvents();
     118
     119        #
     120        # Avoid using network during unattended install (stalls Debian installs).
     121        #
     122        if self.fInstVmFlags & UnattendedVm.kfAvoidNetwork:
     123            try:    oIUnattended.avoidUpdatesOverNetwork = True;
     124            except: return reporter.errorXcpt();
    117125
    118126        #
     
    518526            UnattendedVm(oSet, 'tst-ubuntu-19.04-64',   'Ubuntu_64', '6.0/uaisos/ubuntu-19.04-desktop-amd64.iso',    # >=6GiB
    519527                         UnattendedVm.kfNoGAs),
    520             UnattendedVm(oSet, 'tst-debian-9.3-64',     'Debian_64', '6.0/uaisos/debian-9.3.0-amd64-netinst.iso'),    # >=6GiB?
    521             UnattendedVm(oSet, 'tst-debian-9.4-64',     'Debian_64', '6.0/uaisos/debian-9.4.0-amd64-netinst.iso'),    # >=6GiB?
     528            UnattendedVm(oSet, 'tst-debian-9.3-64',     'Debian_64', '6.0/uaisos/debian-9.3.0-amd64-DVD-1.iso',      # >=6GiB?
     529                         UnattendedVm.kfAvoidNetwork),
     530            UnattendedVm(oSet, 'tst-debian-9.4-64',     'Debian_64', '6.0/uaisos/debian-9.4.0-amd64-DVD-1.iso',      # >=6GiB?
     531                         UnattendedVm.kfAvoidNetwork),
    522532            #
    523533            # OS/2.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette