mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
Revert "tests: Temporarily disable test_live_{migration,upgrade}_watchdog{_local}"
This reverts commit 87fb9cedc9d65a8a166d91f06a4e4bb69c8bc318. Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
parent
958ef69295
commit
6e6b519a74
@ -9302,13 +9302,11 @@ mod live_migration {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore = "See #4749"]
|
||||
fn test_live_migration_watchdog() {
|
||||
_test_live_migration_watchdog(false, false)
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore = "See #4749"]
|
||||
fn test_live_migration_watchdog_local() {
|
||||
_test_live_migration_watchdog(false, true)
|
||||
}
|
||||
@ -9346,13 +9344,11 @@ mod live_migration {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore = "See #4749"]
|
||||
fn test_live_upgrade_watchdog() {
|
||||
_test_live_migration_watchdog(true, false)
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore = "See #4749"]
|
||||
fn test_live_upgrade_watchdog_local() {
|
||||
_test_live_migration_watchdog(true, true)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user