We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b9001 commit 1b3e303Copy full SHA for 1b3e303
tests/uefi_sb/test_varstored_sb.py
@@ -26,6 +26,7 @@
26
# From --vm parameter
27
# - A UEFI VM to import
28
# 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.
30
31
pytestmark = pytest.mark.default_vm('mini-linux-x86_64-uefi')
32
vm_data.py-dist
@@ -34,7 +34,7 @@ VMS = {
34
"small_vm_unix_tools": "",
35
# small UEFI VM on which efitools is installed, for some uefistored/varstored tests
36
"small_vm_efitools": "",
37
- # "small" Windows VM (UEFI)
+ # "small" Windows Server VM (UEFI)
38
"small_vm_windows": "",
39
# Debian VM (UEFI, no GUI)
40
"debian_uefi_vm": "",
0 commit comments