tests: enable tpm tests for mshv

Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
This commit is contained in:
Praveen K Paladugu 2023-01-27 18:15:15 +00:00 committed by Liu Wei
parent ad202f9b7a
commit 5b31b19530

View File

@ -6759,7 +6759,6 @@ mod common_parallel {
#[test]
#[cfg(target_arch = "x86_64")]
#[cfg(not(feature = "mshv"))]
fn test_tpm() {
let focal = UbuntuDiskConfig::new(JAMMY_IMAGE_NAME.to_string());
let guest = Guest::new(Box::new(focal));