mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-03 09:54:33 +00:00
Merge pull request #8776 from GabyCT/topic/addextraqemu
tests: Add hypervisor component to kill kata components function
This commit is contained in:
@@ -226,7 +226,7 @@ function clean_env_ctr()
|
|||||||
function kill_kata_components() {
|
function kill_kata_components() {
|
||||||
local ATTEMPTS=2
|
local ATTEMPTS=2
|
||||||
local TIMEOUT="30s"
|
local TIMEOUT="30s"
|
||||||
local PID_NAMES=( "containerd-shim-kata-v2" "qemu-system-x86_64" "cloud-hypervisor" )
|
local PID_NAMES=( "containerd-shim-kata-v2" "qemu-system-x86_64" "qemu-system-x86_64-tdx-experimental" "cloud-hypervisor" )
|
||||||
|
|
||||||
sudo systemctl stop containerd
|
sudo systemctl stop containerd
|
||||||
# iterate over the list of kata components and stop them
|
# iterate over the list of kata components and stop them
|
||||||
|
Reference in New Issue
Block a user