mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-14 22:24:14 +00:00
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>
(cherry picked from commit 82a0814fc2
)
Signed-off-by: Greg Kurz <groug@kaod.org>
This commit is contained in:
parent
92f283f062
commit
37c99a46b1
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user