From d9e910702bd49444ea131bfac5e2d326f88bccc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 16 Aug 2023 09:21:27 +0200 Subject: [PATCH] gha: nydus: Populate run() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And with this we finally enable the nydus tests to run as part of our GHA CI. Fixes: #6543 Signed-off-by: Fabiano FidĂȘncio (cherry picked from commit b73bde320d653790d61556584c42216942950e07) --- tests/integration/nydus/gha-run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/nydus/gha-run.sh b/tests/integration/nydus/gha-run.sh index 966b69ce93..357fe6fcf6 100755 --- a/tests/integration/nydus/gha-run.sh +++ b/tests/integration/nydus/gha-run.sh @@ -49,7 +49,8 @@ function install_dependencies() { function run() { info "Running nydus tests using ${KATA_HYPERVISOR} hypervisor" - return 0 + enabling_hypervisor + bash -c "${nydus_dir}/nydus_tests.sh" } function main() {