From 5b31b195305ab36a2071c913aebe7f29b2ce480f Mon Sep 17 00:00:00 2001 From: Praveen K Paladugu Date: Fri, 27 Jan 2023 18:15:15 +0000 Subject: [PATCH] tests: enable tpm tests for mshv Signed-off-by: Praveen K Paladugu --- tests/integration.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index 7245646b0..1487aae14 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -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));