mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-08 11:27:29 +00:00
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:
parent
f18794d880
commit
79177bb9cb
@ -40,6 +40,9 @@ function run() {
|
|||||||
export ITERATIONS=2 MAX_CONTAINERS=20
|
export ITERATIONS=2 MAX_CONTAINERS=20
|
||||||
bash "${stability_dir}/soak_parallel_rm.sh"
|
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"
|
info "Running scability test using ${KATA_HYPERVISOR} hypervisor"
|
||||||
bash "${stability_dir}/scability_test.sh" 15 60
|
bash "${stability_dir}/scability_test.sh" 15 60
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
set -x
|
||||||
|
|
||||||
# General env
|
# General env
|
||||||
SCRIPT_PATH=$(dirname "$(readlink -f "$0")")
|
SCRIPT_PATH=$(dirname "$(readlink -f "$0")")
|
||||||
|
Loading…
Reference in New Issue
Block a user