VirtualBox

Ignore:
Timestamp:
Mar 28, 2023 7:21:21 AM (22 months ago)
Author:
vboxsync
Message:

Validation Kit/Guest Control: Fixes for the parameter assignment of the internal execution testcase description. bugref:8053

File:
1 edited

Legend:

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

    r99166 r99188  
    28912891                if self.oTstDrv.fpApiVer >= 7.1:
    28922892                    oGuestSession.processCreate(sShell,
    2893                                                 asArgs if self.oTstDrv.fpApiVer >= 5.0 else asArgs[1:], [],
     2893                                                asArgs if self.oTstDrv.fpApiVer >= 5.0 else asArgs[1:],
    28942894                                                "", # Working directory.
     2895                                                [], # Environment changes.
    28952896                                                [ vboxcon.ProcessCreateFlag_WaitForStdOut ], 30 * 1000);
    28962897                else:
     
    34253426            if self.oTstDrv.fpApiVer >= 7.1:
    34263427                oGuestProcess = oGuestSession.processCreate(sImage,
    3427                                                             asArgs if self.oTstDrv.fpApiVer >= 5.0 else asArgs[1:], aEnv, afFlags,
     3428                                                            asArgs if self.oTstDrv.fpApiVer >= 5.0 else asArgs[1:],
    34283429                                                            "", # Working directory.
     3430                                                            aEnv, afFlags,
    34293431                                                            30 * 1000);
    34303432            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