tests: Enable test_power_button for AArch64

This commit enables the test_power_button test case for AArch64.

Signed-off-by: Henry Wang <Henry.Wang@arm.com>
This commit is contained in:
Henry Wang 2021-03-15 16:10:43 +08:00 committed by Michael
parent 2bb153de2b
commit 205e587fad

View File

@ -2717,7 +2717,6 @@ mod tests {
}
#[test]
#[cfg(target_arch = "x86_64")]
fn test_power_button() {
let mut focal = UbuntuDiskConfig::new(FOCAL_IMAGE_NAME.to_string());
let guest = Guest::new(&mut focal);