VirtualBox

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

Guest Control/Validation Kit: Made all existing tests pass on Linux guests (pylint fix).

File:
1 edited

Legend:

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

    r77479 r77480  
    17701770        if oTestVm.isWindows():
    17711771            sUser = "Administrator";
    1772             sPassword = "password";
    1773             sDomain = "";
    17741772            sCmd = "C:\\windows\\system32\\cmd.exe";
    1775             aArgs = [sCmd,];
    17761773        elif oTestVm.isLinux():
    17771774            sUser = "vbox";
    1778             sPassword = "password";
    1779             sDomain = "";
    17801775            sCmd = "/bin/sh";
    1781             aArgs = [sCmd,];
     1776        sPassword = "password";
     1777        sDomain = "";
     1778        aArgs = [sCmd,];
    17821779
    17831780        # Number of stale guest processes to create.
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