mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Avoid name clashing for 'parallel/sequential' tests
Add prefix 'common_' to make them more specific. Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
@@ -1950,7 +1950,7 @@ fn check_guest_watchdog_one_reboot(
|
||||
}
|
||||
}
|
||||
|
||||
mod parallel {
|
||||
mod common_parallel {
|
||||
use std::{fs::OpenOptions, io::SeekFrom};
|
||||
|
||||
use crate::*;
|
||||
@@ -6786,7 +6786,7 @@ mod parallel {
|
||||
}
|
||||
}
|
||||
|
||||
mod sequential {
|
||||
mod common_sequential {
|
||||
use crate::*;
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user