tests: Enable memory usage metrics tests

This PR enables the memory usage metrics tests for kata CI.

Fixes #7229

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-07-04 16:11:54 +00:00
parent a25d5b9807
commit 476a11194a

View File

@ -116,8 +116,6 @@ function run_test_launchtimes() {
function run_test_memory_usage() {
info "Running memory-usage test using ${KATA_HYPERVISOR} hypervisor"
# ToDo: remove the exit once the metrics workflow is stable
exit 0
create_symbolic_links
bash tests/metrics/density/memory_usage.sh 20 5
}