VirtualBox

Ignore:
Timestamp:
May 4, 2018 8:53:36 AM (7 years ago)
Author:
vboxsync
Message:

Guest Control/Validation Kit: Logging.

File:
1 edited

Legend:

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

    r72103 r72104  
    11171117        fRc = True; # Be optimistic.
    11181118        try:
    1119             reporter.log2('Copying host file "%s" to guest "%s"' % (sSrc, sDst));
     1119            reporter.log2('Copying host file "%s" to guest "%s" (flags %s)' % (sSrc, sDst, aFlags));
    11201120            if self.oTstDrv.fpApiVer >= 5.0:
    11211121                curProgress = oGuestSession.fileCopyToGuest(sSrc, sDst, aFlags);
     
    12811281        #tsStart = base.timestampMilli();
    12821282
    1283         reporter.log2('Using session user=%s, sDomain=%s, session name=%s, session timeout=%d' \
     1283        reporter.log2('Using session user=%s, sDomain=%s, name=%s, timeout=%d' \
    12841284                      % (oGuestSession.user, oGuestSession.domain, \
    12851285                         oGuestSession.name, oGuestSession.timeout));
    1286         reporter.log2('Executing cmd=%s, aFlags=%s, timeout=%d, args=%s, env=%s' \
     1286        reporter.log2('Executing sCmd=%s, aFlags=%s, timeoutMS=%d, aArgs=%s, aEnv=%s' \
    12871287                      % (oTest.sCmd, oTest.aFlags, oTest.timeoutMS, \
    12881288                         oTest.aArgs, oTest.aEnv));
     
    32523252            curTest = aTest[0]; # tdTestExec, use an index, later.
    32533253            curRes  = aTest[1]; # tdTestResult
    3254             reporter.log('Testing #%d, sSrc="%s", sDst="%s", aFlags="%s" ...' % \
     3254            reporter.log('Testing #%d, sSrc=%s, sDst=%s, aFlags=%s ...' % \
    32553255                         (i, curTest.sSrc, curTest.sDst, curTest.aFlags));
    32563256            curTest.setEnvironment(oSession, oTxsSession, oTestVm);
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