mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Streamline watchdog tests
This is a niche feature and we were overly testing it. Let's just switch to two tests. One for live migration and one for plain watchdog. This will reduce the CI time. As we are now running these tests sequentially we can also reduce some the delays in the tests. Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
@@ -9504,24 +9504,6 @@ mod common_sequential {
|
||||
fn test_live_migration_watchdog() {
|
||||
_test_live_migration_watchdog(false, false);
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(feature = "mshv"))]
|
||||
fn test_live_migration_watchdog_local() {
|
||||
_test_live_migration_watchdog(false, true);
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(feature = "mshv"))]
|
||||
fn test_live_upgrade_watchdog() {
|
||||
_test_live_migration_watchdog(true, false);
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(feature = "mshv"))]
|
||||
fn test_live_upgrade_watchdog_local() {
|
||||
_test_live_migration_watchdog(true, true);
|
||||
}
|
||||
}
|
||||
|
||||
mod windows {
|
||||
|
||||
Reference in New Issue
Block a user