Lines Matching refs:guest

68     Class for handling a guest process input/output stream.
73 handy for displaying a guest stream.
86 self.oGuest = oSession.o.console.guest;
91 Provides credentials to pass to the guest.
100 Base class for all guest control tests.
102 were installed and running on the guest to be tested.
120 Creates (opens) a guest session.
134 reporter.logXcpt('Creating a guest session "%s" failed; sUser="%s", pw="%s", sDomain="%s":'
155 reporter.logXcpt('Waiting for guest session "%s" to start failed:' % (sName));
163 Sets the current guest session and closes
173 Closes the guest session.
183 reporter.logXcpt('Closing guest session "%s" failed:' % (sName,));
189 Test for copying files from the guest to the host.
200 Test for copying files from the host to the guest.
254 Specifies exactly one guest control execution test.
286 Test querying guest file information.
295 Test querying guest file information.
324 Tests reading from guest files.
344 Test the guest session handling.
355 opened guest sessions of a VM.
364 Test the guest session environment.
397 Test updating the Guest Additions inside the guest.
417 Test result for reading guest directories.
427 Holds a guest process execution test result,
449 Test result for stat'ing guest files.
460 Test result for reading + writing guest directories.
471 Test result for guest session counts.
479 Test result for guest session environment tests.
488 Sub-test driver for executing guest control (VBoxService, IGuest) tests.
492 base.SubTestDriverBase.__init__(self, 'add-guest-ctrl', oTstDrv);
507 if asArgs[iArg] == '--add-guest-ctrl-tests':
517 raise base.InvalidOption('The "--add-guest-ctrl-tests" value "%s" is not valid; valid values are: %s' \
524 reporter.log(' --add-guest-ctrl-tests <s1[:s2[:]]>');
605 # reporter.testStart('Copy to guest');
611 reporter.testStart('Copy from guest');
644 # Skip test for updating Guest Additions if we run on a too old (Windows) guest.
654 Helper function to copy a single file from the guest to the host.
658 reporter.log2('Copying guest file "%s" to host "%s"' % (sSrc, sDst));
681 Helper function to copy a single file from host to the guest.
685 reporter.log2('Copying host file "%s" to guest "%s"' % (sSrc, sDst));
732 reporter.log2('Copying guest directory "%s" to host "%s"' % (sSrcAbs, sDstAbs));
795 Copies files / directories to the guest.
818 reporter.log2('Copying host directory "%s" to guest "%s"' % (sSrcAbs, sDstAbs));
840 reporter.log2('Creating guest dir "%s"' % (sDirDest,));
858 Helper function to create a guest directory specified in
883 Helper function to read a guest directory specified in
985 Helper function to execute a program on a guest, specified in
1072 Tests the guest session environment.
1230 Tests the guest session handling.
1256 # support creating dedicated sessions. Instead, guest process creation
1308 iMaxGuestSessions = 31; # Maximum number of concurrent guest session allowed.
1311 reporter.log2('Opening multiple guest tsessions at once ...');
1327 reporter.log('MultiSession #%d exceeded concurrent guest session count, good' % (i,));
1351 # Make sure that accessing the first opened guest session does not work anymore because we just removed (closed) it.
1377 Tests the guest session file reference handling.
1386 # Number of stale guest files to create.
1391 oGuest = oSession.o.console.guest;
1409 # Open guest files and "forget" them (stale entries).
1418 # do not support terminating guest processes.
1485 reporter.log2('Final guest session file count: %ld' % (cFiles,));
1487 reporter.log2('Closing guest session ...');
1497 # Tests the guest session directory reference handling.
1505 Tests the guest session process reference handling.
1515 # Number of stale guest processes to create.
1520 oGuest = oSession.o.console.guest;
1550 # do not support terminating guest processes.
1629 # do not support terminating guest processes.
1647 reporter.log2('Final guest session processes count: %ld' % (cProcs,));
1649 reporter.log2('Closing guest session ...');
1762 ## @todo Add task which gets killed at some random time while letting the guest output something.
1823 # First batch: One session per guest process.
1842 cSessions = len(self.oTstDrv.oVBoxMgr.getArray(oSession.o.console.guest, 'sessions'));
1850 reporter.log('Now using one guest session for all tests ...');
1853 # Second batch: One session for *all* guest processes.
1855 oGuest = oSession.o.console.guest;
1870 reporter.logXcpt('Waiting for guest session to start failed:');
1872 # Note: Not waiting for the guest session to start here
1883 reporter.log2('Closing guest session ...');
1888 reporter.logXcpt('Closing guest session failed:');
1895 cSessions = len(self.oTstDrv.oVBoxMgr.getArray(oSession.o.console.guest, 'sessions'));
1904 Tests handling of error levels from started guest processes.
2008 Tests handling of timeouts of started guest processes.
2027 oGuest = oSession.o.console.guest;
2060 # Create a lengthly running guest process which will be killed by VBoxService on the
2061 # guest because it ran out of execution time (5 seconds).
2099 Tests creation of guest directories.
2337 Tests opening and reading (enumerating) guest directories.
2413 Tests removing guest files.
2570 Tests reading from guest files.
2580 reporter.error('Could not create scratch directory on guest');
2720 Tests writing to guest files.
2733 reporter.error('Could not create scratch directory on guest');
2842 Tests copying files from host to the guest.
2855 reporter.error('Could not create scratch directory on guest');
2950 Tests copying files from guest to the host.
3045 Tests updating the Guest Additions inside the guest.
3103 # installer into our guest's scratch directory.
3160 Guest control using VBoxService on the guest.
3275 oGuest = oSession.o.console.guest;