tests: Enable agent stability test

This PR enables the agent stability test for stability gha CI.

Fixes #8240

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-10-16 20:14:37 +00:00
parent d90d1c5c10
commit 82a0814fc2

View File

@ -42,6 +42,9 @@ function run() {
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
info "Running agent stability test using ${KATA_HYPERVISOR} hypervisor"
bash "${stability_dir}/agent_stability_test.sh"
} }
function main() { function main() {