Searched refs:test1RunTestProgs (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/ValidationKit/tests/network/ |
H A D | tdNetBenchmark1.py | 417 def test1RunTestProgs(self, oTxsSession, fRc, sTestName, sAddr): member in class:tdNetBenchmark1 506 self.test1RunTestProgs(oTxsSession, fRc, 'guest <-> host', self.sLocalIP); 510 self.test1RunTestProgs(oTxsSession, fRc, 'guest <-> remote', self.sRemoteIP); 514 self.test1RunTestProgs(oTxsSession, fRc, 'guest <-> guest', self.sGuestIP);
|
/vbox/src/VBox/ValidationKit/tests/storage/ |
H A D | tdStorageBenchmark1.py | 403 def test1RunTestProgs(self, oSession, oTxsSession, fRc, sTestName): member in class:tdStorageBenchmark 528 self.test1RunTestProgs(oSession, oTxsSession, fRc, 'Disk benchmark');
|
H A D | tdStorageStress1.py | 268 def test1RunTestProgs(self, oSession, oTxsSession, fRc, sTestName, sGuestFs): member in class:tdStorageStress 403 fRc = self.test1RunTestProgs(oSession, oTxsSession, fRc, 'stress testing', sGuestFs);
|
Completed in 56 milliseconds