From 37c99a46b1afa08591168bab78e8e5a3af75424b Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 16 Oct 2023 20:14:37 +0000 Subject: [PATCH] tests: Enable agent stability test This PR enables the agent stability test for stability gha CI. Fixes #8240 Signed-off-by: Gabriela Cervantes (cherry picked from commit 82a0814fc2528629d17019683673ae992584cdc4) Signed-off-by: Greg Kurz --- tests/stability/gha-run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/stability/gha-run.sh b/tests/stability/gha-run.sh index 47dfb2b322..23b9913328 100755 --- a/tests/stability/gha-run.sh +++ b/tests/stability/gha-run.sh @@ -42,6 +42,9 @@ function run() { info "Running scability test using ${KATA_HYPERVISOR} hypervisor" 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() {