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:
Bo Chen
2022-08-16 11:42:28 -07:00
committed by Rob Bradford
parent 25f815e7d1
commit 1f70d16c12
3 changed files with 6 additions and 6 deletions

View File

@@ -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]