VirtualBox

Ignore:
Timestamp:
Feb 15, 2024 2:06:33 PM (11 months ago)
Author:
vboxsync
Message:

Validation Kit/tdAudioTest: More bugfixes for running on testboxes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py

    r103386 r103387  
    745745        sVkatExe = self.getBinTool('vkat');
    746746
    747         # Run the VKAT self test.
    748         # Doesn't take long and gives us some more clue if it flies on the testboxes.
    749         reporter.testStart('VKAT Selftest');
    750         fRc, _ = self.executeHst("VKAT Host Selftest", [ sVkatExe, 'selftest' ], iExpectedRc = 0);
    751         reporter.testDone();
    752         if not fRc:
    753             return fRc;
    754 
    755747        # Now probe the backends.
    756748        reporter.testStart('VKAT Probing');
     
    762754            # Not fatal, as VBox then should fall back to the NULL audio backend (also worth having as a test case).
    763755            reporter.log('Warning: Backend probing on host failed, no audio available (pure server installation?)');
     756            # Mark the whole VM test as being skipped.
     757            fSkip = True;
    764758        reporter.testDone();
    765759
     
    830824            self.terminateVmBySession(oSession);
    831825
    832         reporter.testDone();
     826        reporter.testDone(fSkip);
    833827        return fRc;
    834828
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