VirtualBox

Ignore:
Timestamp:
Jun 9, 2020 2:48:39 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddGuestCtrl.py: More Windows-specific tweaking wrt long arguments testing.

File:
1 edited

Legend:

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

    r84738 r84739  
    29462946
    29472947        #
    2948         for iExitCode in xrange(0, 127):
    2949             atExec.append([ tdTestExec(sCmd = sShell, asArgs = [ sShell, sShellOpt, 'exit %s' % iExitCode ]),
    2950                             tdTestResultExec(fRc = True, iExitCode = iExitCode) ]);
     2948        #for iExitCode in xrange(0, 127):
     2949        #    atExec.append([ tdTestExec(sCmd = sShell, asArgs = [ sShell, sShellOpt, 'exit %s' % iExitCode ]),
     2950        #                    tdTestResultExec(fRc = True, iExitCode = iExitCode) ]);
    29512951
    29522952        if  sVBoxControl \
     
    29852985                for _ in xrange(0, self.oTestFiles.oRandom.randrange(1, 64)):
    29862986                    asArgs.append(''.join(random.choice(string.ascii_lowercase)
    2987                                           for _ in range(self.oTestFiles.oRandom.randrange(1, 255))));
     2987                                          for _ in range(self.oTestFiles.oRandom.randrange(1, 196))));
    29882988
    29892989                asArgs.append(sEndMarker);
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