VirtualBox

Ignore:
Timestamp:
May 7, 2020 6:47:31 AM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddGuestCtrl: Logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r84175 r84177  
    16041604        Waits for a guest facility to enter a certain status.
    16051605        By default the "Active" status is being used.
     1606
     1607        Returns success status.
    16061608        """
    16071609
     
    16491651        # Wait for VBoxService to come up.
    16501652        #
     1653        reporter.testStart('Waiting for VBoxService to get started');
    16511654        fRc = self.waitForGuestFacility(oSession, vboxcon.AdditionsFacilityType_VBoxService, "VBoxService",
    16521655                                        vboxcon.AdditionsFacilityStatus_Active);
     1656        reporter.testDone();
    16531657        if not fRc:
    16541658            return (False, oTxsSession);
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