From 09e42cd12f987ea36246d4fee1baf9638d4bd259 Mon Sep 17 00:00:00 2001 From: Mateusz Bloch Date: Tue, 26 Sep 2023 12:27:51 +0200 Subject: [PATCH] riscv64: ignore part of psh tests JIRA: CI-349 --- psh/test.yaml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/psh/test.yaml b/psh/test.yaml index 77dd628e7..e5eb72306 100644 --- a/psh/test.yaml +++ b/psh/test.yaml @@ -12,12 +12,15 @@ test: - name: auth harness: test-auth.py + #Issue on riscv64-generic-qemu + targets: + exclude: [riscv64-generic-qemu] #FIXME - test-pshlogin.py is only for targets with root - name: pshlogin harness: test-pshlogin.py targets: - exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo] + exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo, riscv64-generic-qemu] - name: echo harness: test-echo.py @@ -40,7 +43,7 @@ test: - name: cat-shells harness: test-cat-shells.py targets: - exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo] + exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo, riscv64-generic-qemu] - name: kill harness: test-kill.py @@ -58,7 +61,7 @@ test: # temporary disabled because of the following issue: https://github.com/phoenix-rtos/phoenix-rtos-project/issues/621 ignore: true targets: - exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo] + exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo, riscv64-generic-qemu] - name: ls harness: test-ls.py @@ -66,13 +69,17 @@ test: - name: ls-rootfs harness: test-ls-rootfs.py targets: - exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo] + exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo, riscv64-generic-qemu] - name: runfile harness: test-runfile.py targets: # runfile applet is not intended for non-rootfs targets - exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo] + exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo, riscv64-generic-qemu] - name: history harness: test-history.py + #Issue on riscv64-generic-qemu + targets: + exclude: [riscv64-generic-qemu] +