misc: test_infra: streamline #[source] and Error impl

This streamlines the Error implementation in the Cloud Hypervisor code
base to match the remaining parts so that everything follows the agreed
conventions. These are leftovers missed in the previous commits.

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
Philipp Schuster
2025-05-21 13:32:12 +02:00
committed by Rob Bradford
parent 7585e16f9d
commit 0cde3df44a
3 changed files with 59 additions and 26 deletions

1
Cargo.lock generated
View File

@@ -2068,6 +2068,7 @@ dependencies = [
"serde",
"serde_json",
"ssh2",
"thiserror 2.0.6",
"vmm-sys-util",
"wait-timeout",
]