VirtualBox

Changeset 77355 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 19, 2019 8:59:52 AM (6 years ago)
Author:
vboxsync
Message:

Guest Control/Validation Kit: More fixes for Windows XP guests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r77350 r77355  
    26152615            ]);
    26162616
    2617             if oTestVm.sKind == "WindowsXP":
     2617            if oTestVm.sVmName == "tst-xppro":
    26182618                aaTests.extend([
    26192619                    # Reading directories.
     
    26242624                    [ tdTestDirRead(sUser = sUser, sPassword = sPassword, sDirectory = 'c:\\Windows\\Web'),
    26252625                      tdTestResultDirRead(fRc = True, numDirs = 3, numFiles = 55) ]
     2626                ]);
     2627
     2628            if oTestVm.sVmName == "tst-xpsp2":
     2629                aaTests.extend([
     2630                    # Reading directories.
     2631                    [ tdTestDirRead(sUser = sUser, sPassword = sPassword, sDirectory = '../../Windows/Media'),
     2632                      tdTestResultDirRead(fRc = True, numFiles = 38) ],
     2633                    [ tdTestDirRead(sUser = sUser, sPassword = sPassword, sDirectory = 'c:\\Windows\\Help'),
     2634                      tdTestResultDirRead(fRc = True, numDirs = 13, numFiles = 574) ],
     2635                    [ tdTestDirRead(sUser = sUser, sPassword = sPassword, sDirectory = 'c:\\Windows\\Web'),
     2636                      tdTestResultDirRead(fRc = True, numDirs = 3, numFiles = 49) ]
    26262637                ]);
    26272638        else:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette