mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-11 12:52:23 +00:00
tests: Add hypervisor component to kill kata components function
This PR adds the qemu-experimental hypervisor in the function to kill kata components. Fixes #8775 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
f056ffe5ef
commit
4ad1971a0a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user