Changeset 84739 in vbox for trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
- Timestamp:
- Jun 9, 2020 2:48:39 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84738 r84739 2946 2946 2947 2947 # 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) ]); 2951 2951 2952 2952 if sVBoxControl \ … … 2985 2985 for _ in xrange(0, self.oTestFiles.oRandom.randrange(1, 64)): 2986 2986 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)))); 2988 2988 2989 2989 asArgs.append(sEndMarker);
Note:
See TracChangeset
for help on using the changeset viewer.