tests: Enable scability test for stability CI

This PR enables the scability test for stability CI gha.

Fixes #8196

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
(cherry picked from commit 30ff58904e)
Signed-off-by: Greg Kurz <groug@kaod.org>
This commit is contained in:
Gabriela Cervantes 2023-10-10 19:58:29 +00:00 committed by Greg Kurz
parent 961daee983
commit 4495a79721

View File

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