mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 07:22:20 +00:00
tests: Enable stressng k8s stability test for Kata CoCo CI
This PR enables the stressng k8s stability test for Kata CoCo CI. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
3f541aff4a
commit
c48c6f974e
@ -19,6 +19,9 @@ function run_tests() {
|
|||||||
|
|
||||||
info "Running soak stability test using ${KATA_HYPERVISOR} hypervisor"
|
info "Running soak stability test using ${KATA_HYPERVISOR} hypervisor"
|
||||||
bash "${stability_dir}/kubernetes_soak_test.sh"
|
bash "${stability_dir}/kubernetes_soak_test.sh"
|
||||||
|
|
||||||
|
info "Running stressng stability test using ${KATA_HYPERVISOR} hypervisor"
|
||||||
|
bash "${stability_dir}/kubernetes_stressng.sh"
|
||||||
}
|
}
|
||||||
|
|
||||||
function main() {
|
function main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user