tests: Fix typo/grammar in live migration tests
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
44f187715f
commit
4961b93e69
1 changed files with 1 additions and 1 deletions
|
|
@ -10914,7 +10914,7 @@ mod live_migration {
|
|||
);
|
||||
};
|
||||
|
||||
// Post live-migration check to make sure the destination VM is funcational
|
||||
// Post live-migration check to make sure the destination VM is functioning
|
||||
let r = std::panic::catch_unwind(|| {
|
||||
// Perform same checks to validate VM has been properly migrated
|
||||
assert_eq!(guest.get_cpu_count().unwrap_or_default(), boot_vcpus);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue