Searched refs:getSessionCount (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddGuestCtrl.py352 def getSessionCount(self, oVBoxMgr): member in class:tdTestSession
1283 # On Guest Additions < 4.3 getSessionCount() always will return 1, so skip the
1286 curSessionCount = curTest.getSessionCount(self.oTstDrv.oVBoxMgr);
1315 curSessionCount = multiSession[i].getSessionCount(self.oTstDrv.oVBoxMgr);
1330 curSessionCount = multiSession[i].getSessionCount(self.oTstDrv.oVBoxMgr);
1340 reporter.log2('MultiSession #%d count is %d' % (i, multiSession[i].getSessionCount(self.oTstDrv.oVBoxMgr),));
1345 curSessionCount = multiSession[i].getSessionCount(self.oTstDrv.oVBoxMgr);
1363 curSessionCount = multiSession[i].getSessionCount(self.oTstDrv.oVBoxMgr);

Completed in 101 milliseconds