VirtualBox

Changeset 90221 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 16, 2021 5:46:58 AM (4 years ago)
Author:
vboxsync
Message:

Audio/ValKit: Trying to fix the VM config action in tdAudioTest.py() for running on the test boxes. bugref:10008

File:
1 edited

Legend:

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

    r90207 r90221  
    8383        ];
    8484
    85         self.sRunningVmName = None
     85        # Name of the running VM to use for running the test driver. Optional, and None if not being used.
     86        self.sRunningVmName   = None;
    8687
    8788    def showUsage(self):
     
    125126        Configures the test driver before running.
    126127        """
    127         return True
     128        if not self.importVBoxApi(): # So we can use the constant below.
     129            return False;
     130        return self.oTestVmSet.actionConfig(self);
    128131
    129132    def actionExecute(self):
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