From: Quirin Gylstorff <[email protected]> To avoid failing test due to virtualization add the newly introduced option --vm to the xeno-test execution.
Signed-off-by: Quirin Gylstorff <[email protected]> --- tests/jobs/xenomai-qemu-amd64.yml | 2 +- tests/jobs/xenomai-qemu-arm64.yml | 2 +- tests/jobs/xenomai-qemu-armhf.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/jobs/xenomai-qemu-amd64.yml b/tests/jobs/xenomai-qemu-amd64.yml index 26f42fa..9520e16 100644 --- a/tests/jobs/xenomai-qemu-amd64.yml +++ b/tests/jobs/xenomai-qemu-amd64.yml @@ -83,7 +83,7 @@ actions: description: "runs the xenomai test suite" run: steps: - - lava-test-case xenomai-test --shell xeno-test -k + - lava-test-case xenomai-test --shell xeno-test -k --vm from: inline path: inline/xenomai-test-suite.yaml name: xenomai-test-suite diff --git a/tests/jobs/xenomai-qemu-arm64.yml b/tests/jobs/xenomai-qemu-arm64.yml index a14c0b2..44c8731 100644 --- a/tests/jobs/xenomai-qemu-arm64.yml +++ b/tests/jobs/xenomai-qemu-arm64.yml @@ -92,7 +92,7 @@ actions: - [email protected] run: steps: - - lava-test-case xenomai-smokey --shell xeno-test -k + - lava-test-case xenomai-smokey --shell xeno-test -k --vm from: inline path: inline/xenomai-test-suite.yaml name: xenomai-test-suite diff --git a/tests/jobs/xenomai-qemu-armhf.yml b/tests/jobs/xenomai-qemu-armhf.yml index f080d1a..1c5cb2e 100644 --- a/tests/jobs/xenomai-qemu-armhf.yml +++ b/tests/jobs/xenomai-qemu-armhf.yml @@ -83,7 +83,7 @@ actions: description: "runs the xenomai test suite" run: steps: - - lava-test-case xenomai-test --shell xeno-test -k + - lava-test-case xenomai-test --shell xeno-test -k --vm from: inline path: inline/xenomai-test-suite.yaml name: xenomai-test-suite -- 2.20.1
