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

/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddGuestCtrl.py342 class tdTestSession(tdTestGuestCtrlBase): class in inherits:tdTestGuestCtrlBase
1241 [ tdTestSession(),
1243 [ tdTestSession(sUser = ''),
1245 [ tdTestSession(sPassword = 'bar'),
1247 [ tdTestSession(sDomain = 'boo'),
1249 [ tdTestSession(sPassword = 'bar', sDomain = 'boo'),
1252 [ tdTestSession(sUser = sUser),
1258 [ tdTestSession(sUser = 'foo', sPassword = 'bar', sDomain = 'boo'),
1261 [ tdTestSession(sUser = sUser, sPassword = sPassword),
1268 curTest = aTest[0]; # tdTestSession, us
[all...]

Completed in 107 milliseconds