mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-05 11:19:32 +00:00
tests: Enable topology integration tests under mshv
Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
parent
5a3af30e6a
commit
95511287ec
@ -2046,19 +2046,16 @@ mod common_parallel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(not(feature = "mshv"))]
|
|
||||||
fn test_cpu_topology_421() {
|
fn test_cpu_topology_421() {
|
||||||
test_cpu_topology(4, 2, 1, false);
|
test_cpu_topology(4, 2, 1, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(not(feature = "mshv"))]
|
|
||||||
fn test_cpu_topology_142() {
|
fn test_cpu_topology_142() {
|
||||||
test_cpu_topology(1, 4, 2, false);
|
test_cpu_topology(1, 4, 2, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(not(feature = "mshv"))]
|
|
||||||
fn test_cpu_topology_262() {
|
fn test_cpu_topology_262() {
|
||||||
test_cpu_topology(2, 6, 2, false);
|
test_cpu_topology(2, 6, 2, false);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user