Revert "tests: Temporarily disable test_live_{migration,upgrade}_watchdog{_local}"

This reverts commit 87fb9cedc9.

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen 2022-10-12 17:39:09 -07:00 committed by Rob Bradford
parent 958ef69295
commit 6e6b519a74

View File

@ -9302,13 +9302,11 @@ mod live_migration {
} }
#[test] #[test]
#[ignore = "See #4749"]
fn test_live_migration_watchdog() { fn test_live_migration_watchdog() {
_test_live_migration_watchdog(false, false) _test_live_migration_watchdog(false, false)
} }
#[test] #[test]
#[ignore = "See #4749"]
fn test_live_migration_watchdog_local() { fn test_live_migration_watchdog_local() {
_test_live_migration_watchdog(false, true) _test_live_migration_watchdog(false, true)
} }
@ -9346,13 +9344,11 @@ mod live_migration {
} }
#[test] #[test]
#[ignore = "See #4749"]
fn test_live_upgrade_watchdog() { fn test_live_upgrade_watchdog() {
_test_live_migration_watchdog(true, false) _test_live_migration_watchdog(true, false)
} }
#[test] #[test]
#[ignore = "See #4749"]
fn test_live_upgrade_watchdog_local() { fn test_live_upgrade_watchdog_local() {
_test_live_migration_watchdog(true, true) _test_live_migration_watchdog(true, true)
} }