https://bugs.winehq.org/show_bug.cgi?id=50661
Bug ID: 50661 Summary: LibvirtTool: Automatically create Windows snapshots with test signing turned on Product: Wine-Testbot Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
Having test configurations with test signing turned on would be useful: https://www.winehq.org/pipermail/wine-devel/2020-October/175882.html
There is now one such Windows 10 configuration, w1064_tsign, which was created manually.
But to generalize this LibvirtTool should know how to turn on test signing before creating live snapshots. Fortunately this seems pretty simple: just run "bcdedit /set testsigning on" and reboot. So it should be possible to add that in Revert().
https://bugs.winehq.org/show_bug.cgi?id=50661
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|LibvirtTool: Automatically |LibvirtTool: Automate |create Windows snapshots |creating Windows snapshots |with test signing turned on |with test signing turned on
https://bugs.winehq.org/show_bug.cgi?id=50661
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |fgouget@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=50661
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |7e445b8e067c4860354c0d59c2e | |67552874aef32
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This is done:
commit 7e445b8e067c4860354c0d59c2e67552874aef32 Author: Francois Gouget fgouget@codeweavers.com Date: Tue Feb 22 19:55:34 2022 +0100
testbot/LibvirtTool: Enable Windows' 'test signing' for '-tsign' snapshots.
This allows running some more driver tests. Note that this requires a 64-bit TestAgentd in order to be able to run bcdedit.exe on 64-bit Windows.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50661 Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org