Changeset 78125 in vbox for trunk/src/VBox/ValidationKit/tests/storage
- Timestamp:
- Apr 15, 2019 2:35:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageSnapshotMerging1.py
r78123 r78125 183 183 oVM = oSnapshot.machine; 184 184 oMedium = self.getMedium(oVM, sController); 185 185 186 186 aoMediumChildren = self.oVBoxMgr.getArray(oMedium, 'children') 187 187 if aoMediumChildren is None or len(aoMediumChildren) < 1:
Note:
See TracChangeset
for help on using the changeset viewer.