VirtualBox

Ignore:
Timestamp:
Jul 9, 2021 2:37:48 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145632
Message:

Audio/ValKit: A bit of renaming. bugref:10008

File:
1 edited

Legend:

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

    r90129 r90130  
    155155        return fRc;
    156156
    157     def _locateGstVkat(self, oSession, oTxsSession):
     157    def locateGstVkat(self, oSession, oTxsSession):
    158158        """
    159159        Returns guest side path to VKAT.
     
    182182        self.killProcessByName("VBoxAudioTest");
    183183
    184     def _getVkatResult(self, oTxsSession):
    185         """
    186         Extracts the VKAT exit code from a run before.
     184    def getLastRcFromTxs(self, oTxsSession):
     185        """
     186        Extracts the last exit code reported by TXS from a run before.
    187187        Assumes that nothing else has been run on the same TXS session in the meantime.
    188188        """
     
    204204        reporter.log('Guest audio test output path is \"%s\"' % (sPathAudioTemp));
    205205
    206         fRc, sVkatExe = self._locateGstVkat(oSession, oTxsSession);
     206        fRc, sVkatExe = self.locateGstVkat(oSession, oTxsSession);
    207207        if fRc:
    208208            reporter.log('Using VKAT on guest at \"%s\"' % (sVkatExe));
     
    219219                                  sVkatExe, aArgs);
    220220            if not fRc:
    221                 reporter.error('VKAT on guest returned exit code error %d' % (self._getVkatResult(oTxsSession)));
     221                reporter.error('VKAT on guest returned exit code error %d' % (self.getLastRcFromTxs(oTxsSession)));
    222222        else:
    223223            reporter.error('VKAT on guest not found');
Note: See TracChangeset for help on using the changeset viewer.

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