Skip to content

Commit 1b3e303

Browse files
committed
Update requirements for test_varstored_sb
Signed-off-by: Tu Dinh <ngoc-tu.dinh@vates.tech>
1 parent 95b9001 commit 1b3e303

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/uefi_sb/test_varstored_sb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
# From --vm parameter
2727
# - A UEFI VM to import
2828
# Some tests are Linux-only and some tests are Windows-only.
29+
# The Windows tests here (e.g. test_key_upgrade_bitlocker) require Windows Server.
2930

3031
pytestmark = pytest.mark.default_vm('mini-linux-x86_64-uefi')
3132

vm_data.py-dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ VMS = {
3434
"small_vm_unix_tools": "",
3535
# small UEFI VM on which efitools is installed, for some uefistored/varstored tests
3636
"small_vm_efitools": "",
37-
# "small" Windows VM (UEFI)
37+
# "small" Windows Server VM (UEFI)
3838
"small_vm_windows": "",
3939
# Debian VM (UEFI, no GUI)
4040
"debian_uefi_vm": "",

0 commit comments

Comments
 (0)