Changeset 103387 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Feb 15, 2024 2:06:33 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r103386 r103387 745 745 sVkatExe = self.getBinTool('vkat'); 746 746 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 755 747 # Now probe the backends. 756 748 reporter.testStart('VKAT Probing'); … … 762 754 # Not fatal, as VBox then should fall back to the NULL audio backend (also worth having as a test case). 763 755 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; 764 758 reporter.testDone(); 765 759 … … 830 824 self.terminateVmBySession(oSession); 831 825 832 reporter.testDone( );826 reporter.testDone(fSkip); 833 827 return fRc; 834 828
Note:
See TracChangeset
for help on using the changeset viewer.