mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 03:15:20 +00:00
ci: Update SGX test to rely on vmlinux
Since using bzImage is now deprecated, let's update the SGX integration test to rely on vmlinux instead. Fixes #2476 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
parent
2d2623238d
commit
7e2c4b63c2
@ -5835,7 +5835,7 @@ mod tests {
|
||||
workload_path.push("workloads");
|
||||
|
||||
let mut kernel_path = workload_path;
|
||||
kernel_path.push("bzImage_w_sgx");
|
||||
kernel_path.push("vmlinux_w_sgx");
|
||||
|
||||
let mut child = GuestCommand::new(&guest)
|
||||
.args(&["--cpus", "boot=1"])
|
||||
|
Loading…
Reference in New Issue
Block a user