-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test VM => dom0 calls with skip-service-descriptor=true
The test currently fails because the command is parsed, the configuration is loaded, and then a GUI session is waited for if needed. Then the parsed command is destroyed, and a _new_ parsed command is created and used for execution, _without_ loading the configuration. This will be fixed by not destroying and re-parsing the configuration. The negative diffstat is because the tests had a massive amount of duplicated code, some of which is now replaced by a common function.
- Loading branch information
Showing
1 changed file
with
43 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters