Skip to content

Commit 9053f73

Browse files
committed
[qa] Test extraction of BCD file from WIM image
Default to extracting the BCD file from the WIM image, and ensure that a test case exists to cover live-patching of an explicitly provided BCD file. Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
1 parent 1ea7f4b commit 9053f73

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

test/testwimboot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ for test_file in args.test:
230230
uefi = test.get('uefi', False)
231231
memory = test.get('memory', 2048)
232232
bootmgr = test.get('bootmgr', False)
233-
bcd = test.get('bcd', True)
233+
bcd = test.get('bcd', False)
234234
bootsdi = test.get('boot.sdi', False)
235235
bootargs = test.get('bootargs', '')
236236
logcheck = test.get('logcheck', [])

test/win8_uefi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ name: Windows 8 (UEFI)
22
version: win8
33
arch: x64
44
uefi: true
5+
bcd: true
6+
logcheck:
7+
- 'patched BCD at 0x[0-9a-f]+: ".exe" to ".efi"'

0 commit comments

Comments
 (0)