tests: Enable stressng scalability test

This PR enables the stressng scalability test for kata CI.

Fixes #8420

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-11-10 20:32:29 +00:00
parent f18794d880
commit 79177bb9cb
2 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,9 @@ function run() {
export ITERATIONS=2 MAX_CONTAINERS=20
bash "${stability_dir}/soak_parallel_rm.sh"
info "Running stressng scability test using ${KATA_HYPERVISOR} hypervisor"
bash "${stability_dir}/stressng.sh"
info "Running scability test using ${KATA_HYPERVISOR} hypervisor"
bash "${stability_dir}/scability_test.sh" 15 60

View File

@ -5,6 +5,7 @@
# SPDX-License-Identifier: Apache-2.0
set -o pipefail
set -x
# General env
SCRIPT_PATH=$(dirname "$(readlink -f "$0")")