Changeset 72104 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- May 4, 2018 8:53:36 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r72103 r72104 1117 1117 fRc = True; # Be optimistic. 1118 1118 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)); 1120 1120 if self.oTstDrv.fpApiVer >= 5.0: 1121 1121 curProgress = oGuestSession.fileCopyToGuest(sSrc, sDst, aFlags); … … 1281 1281 #tsStart = base.timestampMilli(); 1282 1282 1283 reporter.log2('Using session user=%s, sDomain=%s, session name=%s, sessiontimeout=%d' \1283 reporter.log2('Using session user=%s, sDomain=%s, name=%s, timeout=%d' \ 1284 1284 % (oGuestSession.user, oGuestSession.domain, \ 1285 1285 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' \ 1287 1287 % (oTest.sCmd, oTest.aFlags, oTest.timeoutMS, \ 1288 1288 oTest.aArgs, oTest.aEnv)); … … 3252 3252 curTest = aTest[0]; # tdTestExec, use an index, later. 3253 3253 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 ...' % \ 3255 3255 (i, curTest.sSrc, curTest.sDst, curTest.aFlags)); 3256 3256 curTest.setEnvironment(oSession, oTxsSession, oTestVm);
Note:
See TracChangeset
for help on using the changeset viewer.