Changeset 84214 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- May 8, 2020 1:52:24 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137822
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84213 r84214 1420 1420 # The tests. Must-succeed tests should be first. 1421 1421 atTests = [ 1422 ( True, self.prepareGuestForDebugging, None, 'Manaul Debugging',), 1422 1423 ( True, self.prepareGuestForTesting, None, 'Preparations',), 1423 ( True, self.prepareGuestForDebugging, None, 'Manaul Debugging',),1424 1424 ( True, self.testGuestCtrlSession, 'session_basic', 'Session Basics',), 1425 1425 ( True, self.testGuestCtrlExec, 'exec_basic', 'Execution',),
Note:
See TracChangeset
for help on using the changeset viewer.