mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-02 01:45:21 +00:00
tests: Enable CPU topology for AArch64
Signed-off-by: Henry Wang <Henry.Wang@arm.com>
This commit is contained in:
parent
27a285257e
commit
db102a2547
@ -2012,19 +2012,16 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(target_arch = "x86_64")]
|
|
||||||
fn test_cpu_topology_421() {
|
fn test_cpu_topology_421() {
|
||||||
test_cpu_topology(4, 2, 1);
|
test_cpu_topology(4, 2, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(target_arch = "x86_64")]
|
|
||||||
fn test_cpu_topology_142() {
|
fn test_cpu_topology_142() {
|
||||||
test_cpu_topology(1, 4, 2);
|
test_cpu_topology(1, 4, 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(target_arch = "x86_64")]
|
|
||||||
fn test_cpu_topology_262() {
|
fn test_cpu_topology_262() {
|
||||||
test_cpu_topology(2, 6, 2);
|
test_cpu_topology(2, 6, 2);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user